| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- {
- "title": "GitHub 每日热榜",
- "summary": "今日精选四个值得关注的开源项目",
- "trendSummary": "AI Agent 与代码智能工具持续升温",
- "scenes": [
- {
- "id": "scene-1",
- "narration": "codebase-memory-mcp 是一个高性能代码智能服务,把整个代码库索引成知识图谱。",
- "displayText": "DeusData/codebase-memory-mcp",
- "duration": 5,
- "github": {
- "repo": {
- "owner": "DeusData",
- "name": "codebase-memory-mcp",
- "fullName": "DeusData/codebase-memory-mcp",
- "language": "C",
- "languageColor": "#555555",
- "stars": 8590,
- "forks": 653,
- "license": "MIT",
- "todayStars": 142
- },
- "highlights": "代码知识图谱 + MCP 协议",
- "intro": "把代码库索引成持久化知识图谱的高性能 MCP 服务,支持跨文件语义检索与引用追踪,适合大型工程的代码智能场景。",
- "review": "适合构建代码助手与 IDE 智能后端"
- }
- },
- {
- "id": "scene-2",
- "narration": "React 是 Facebook 出品的声明式 UI 库,生态最大。",
- "displayText": "facebook/react",
- "duration": 5,
- "github": {
- "repo": {
- "owner": "facebook",
- "name": "react",
- "fullName": "facebook/react",
- "language": "JavaScript",
- "languageColor": "#f1e05a",
- "stars": 232000,
- "forks": 47600,
- "license": "MIT",
- "todayStars": 95
- },
- "highlights": "声明式 UI + 虚拟 DOM,生态最大",
- "intro": "Facebook 出品的声明式组件化 UI 库,状态驱动视图更新,虚拟 DOM 优化渲染,适合复杂交互的 Web 应用。",
- "review": "中大型 Web 应用的默认选择"
- }
- },
- {
- "id": "scene-3",
- "narration": "Ollama 让本地一键运行大模型变得简单。",
- "displayText": "ollama/ollama",
- "duration": 5,
- "github": {
- "repo": {
- "owner": "ollama",
- "name": "ollama",
- "fullName": "ollama/ollama",
- "language": "Go",
- "languageColor": "#00ADD8",
- "stars": 142000,
- "forks": 11300,
- "license": "MIT",
- "todayStars": 310
- },
- "highlights": "本地一键运行开源大模型",
- "intro": "用 Go 实现的本地大模型运行时,一条命令拉取并运行 Llama、Qwen 等开源模型,提供 REST API,便于集成到本地工具链。",
- "review": "想在本地跑大模型的开发者首选"
- }
- },
- {
- "id": "scene-4",
- "narration": "Next.js 是 Vercel 出品的 React 全栈应用框架。",
- "displayText": "vercel/next.js",
- "duration": 5,
- "github": {
- "repo": {
- "owner": "vercel",
- "name": "next.js",
- "fullName": "vercel/next.js",
- "language": "TypeScript",
- "languageColor": "#3178c6",
- "stars": 128000,
- "forks": 27200,
- "license": "MIT",
- "todayStars": 76
- },
- "highlights": "React 全栈框架,SSR/SSG/RSC",
- "intro": "Vercel 出品的 React 全栈应用框架,内置服务端渲染、静态生成与 React Server Components,配套文件路由与边缘部署。",
- "review": "追求生产效率的全栈团队"
- }
- },
- {
- "id": "scene-5",
- "narration": "Rust 是系统级编程语言,靠所有权机制在编译期保证内存安全。",
- "displayText": "rust-lang/rust",
- "duration": 5,
- "github": {
- "repo": {
- "owner": "rust-lang",
- "name": "rust",
- "fullName": "rust-lang/rust",
- "language": "Rust",
- "languageColor": "#dea584",
- "stars": 102000,
- "forks": 13300,
- "license": "Apache-2.0",
- "todayStars": 120
- },
- "highlights": "内存安全 + 零成本抽象的系统语言",
- "intro": "Rust 是一门系统级编程语言,凭借所有权机制在编译期保证内存与线程安全,无需垃圾回收,适合操作系统、WebAssembly 与高性能服务端。",
- "review": "追求性能与安全的底层系统开发"
- }
- },
- {
- "id": "scene-6",
- "narration": "Tailwind CSS 是原子化实用类 CSS 框架。",
- "displayText": "tailwindlabs/tailwindcss",
- "duration": 5,
- "github": {
- "repo": {
- "owner": "tailwindlabs",
- "name": "tailwindcss",
- "fullName": "tailwindlabs/tailwindcss",
- "language": "TypeScript",
- "languageColor": "#3178c6",
- "stars": 84000,
- "forks": 4100,
- "license": "MIT",
- "todayStars": 58
- },
- "highlights": "原子化实用类 CSS 框架",
- "intro": "Tailwind CSS 是原子化 CSS 框架,通过组合实用类直接在标记中构建设计系统,产出体积小且一致的 UI。",
- "review": "偏好实用优先工作流的前端团队"
- }
- }
- ],
- "outro": {
- "text": "今天的 GitHub 热榜就到这里",
- "narration": "感谢观看,我们明天见。",
- "cta": "点赞 | 关注"
- },
- "globalStyle": { "tone": "calm", "pace": "normal" }
- }
|