github-trending-cover.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "title": "GitHub 每日热榜",
  3. "summary": "今日精选四个值得关注的开源项目",
  4. "trendSummary": "AI Agent 与代码智能工具持续升温",
  5. "scenes": [
  6. {
  7. "id": "scene-1",
  8. "narration": "codebase-memory-mcp 是一个高性能代码智能服务,把整个代码库索引成知识图谱。",
  9. "displayText": "DeusData/codebase-memory-mcp",
  10. "duration": 5,
  11. "github": {
  12. "repo": {
  13. "owner": "DeusData",
  14. "name": "codebase-memory-mcp",
  15. "fullName": "DeusData/codebase-memory-mcp",
  16. "language": "C",
  17. "languageColor": "#555555",
  18. "stars": 8590,
  19. "forks": 653,
  20. "license": "MIT",
  21. "todayStars": 142
  22. },
  23. "highlights": "代码知识图谱 + MCP 协议",
  24. "intro": "把代码库索引成持久化知识图谱的高性能 MCP 服务,支持跨文件语义检索与引用追踪,适合大型工程的代码智能场景。",
  25. "review": "适合构建代码助手与 IDE 智能后端"
  26. }
  27. },
  28. {
  29. "id": "scene-2",
  30. "narration": "React 是 Facebook 出品的声明式 UI 库,生态最大。",
  31. "displayText": "facebook/react",
  32. "duration": 5,
  33. "github": {
  34. "repo": {
  35. "owner": "facebook",
  36. "name": "react",
  37. "fullName": "facebook/react",
  38. "language": "JavaScript",
  39. "languageColor": "#f1e05a",
  40. "stars": 232000,
  41. "forks": 47600,
  42. "license": "MIT",
  43. "todayStars": 95
  44. },
  45. "highlights": "声明式 UI + 虚拟 DOM,生态最大",
  46. "intro": "Facebook 出品的声明式组件化 UI 库,状态驱动视图更新,虚拟 DOM 优化渲染,适合复杂交互的 Web 应用。",
  47. "review": "中大型 Web 应用的默认选择"
  48. }
  49. },
  50. {
  51. "id": "scene-3",
  52. "narration": "Ollama 让本地一键运行大模型变得简单。",
  53. "displayText": "ollama/ollama",
  54. "duration": 5,
  55. "github": {
  56. "repo": {
  57. "owner": "ollama",
  58. "name": "ollama",
  59. "fullName": "ollama/ollama",
  60. "language": "Go",
  61. "languageColor": "#00ADD8",
  62. "stars": 142000,
  63. "forks": 11300,
  64. "license": "MIT",
  65. "todayStars": 310
  66. },
  67. "highlights": "本地一键运行开源大模型",
  68. "intro": "用 Go 实现的本地大模型运行时,一条命令拉取并运行 Llama、Qwen 等开源模型,提供 REST API,便于集成到本地工具链。",
  69. "review": "想在本地跑大模型的开发者首选"
  70. }
  71. },
  72. {
  73. "id": "scene-4",
  74. "narration": "Next.js 是 Vercel 出品的 React 全栈应用框架。",
  75. "displayText": "vercel/next.js",
  76. "duration": 5,
  77. "github": {
  78. "repo": {
  79. "owner": "vercel",
  80. "name": "next.js",
  81. "fullName": "vercel/next.js",
  82. "language": "TypeScript",
  83. "languageColor": "#3178c6",
  84. "stars": 128000,
  85. "forks": 27200,
  86. "license": "MIT",
  87. "todayStars": 76
  88. },
  89. "highlights": "React 全栈框架,SSR/SSG/RSC",
  90. "intro": "Vercel 出品的 React 全栈应用框架,内置服务端渲染、静态生成与 React Server Components,配套文件路由与边缘部署。",
  91. "review": "追求生产效率的全栈团队"
  92. }
  93. },
  94. {
  95. "id": "scene-5",
  96. "narration": "Rust 是系统级编程语言,靠所有权机制在编译期保证内存安全。",
  97. "displayText": "rust-lang/rust",
  98. "duration": 5,
  99. "github": {
  100. "repo": {
  101. "owner": "rust-lang",
  102. "name": "rust",
  103. "fullName": "rust-lang/rust",
  104. "language": "Rust",
  105. "languageColor": "#dea584",
  106. "stars": 102000,
  107. "forks": 13300,
  108. "license": "Apache-2.0",
  109. "todayStars": 120
  110. },
  111. "highlights": "内存安全 + 零成本抽象的系统语言",
  112. "intro": "Rust 是一门系统级编程语言,凭借所有权机制在编译期保证内存与线程安全,无需垃圾回收,适合操作系统、WebAssembly 与高性能服务端。",
  113. "review": "追求性能与安全的底层系统开发"
  114. }
  115. },
  116. {
  117. "id": "scene-6",
  118. "narration": "Tailwind CSS 是原子化实用类 CSS 框架。",
  119. "displayText": "tailwindlabs/tailwindcss",
  120. "duration": 5,
  121. "github": {
  122. "repo": {
  123. "owner": "tailwindlabs",
  124. "name": "tailwindcss",
  125. "fullName": "tailwindlabs/tailwindcss",
  126. "language": "TypeScript",
  127. "languageColor": "#3178c6",
  128. "stars": 84000,
  129. "forks": 4100,
  130. "license": "MIT",
  131. "todayStars": 58
  132. },
  133. "highlights": "原子化实用类 CSS 框架",
  134. "intro": "Tailwind CSS 是原子化 CSS 框架,通过组合实用类直接在标记中构建设计系统,产出体积小且一致的 UI。",
  135. "review": "偏好实用优先工作流的前端团队"
  136. }
  137. }
  138. ],
  139. "outro": {
  140. "text": "今天的 GitHub 热榜就到这里",
  141. "narration": "感谢观看,我们明天见。",
  142. "cta": "点赞 | 关注"
  143. },
  144. "globalStyle": { "tone": "calm", "pace": "normal" }
  145. }