[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"tool-waynesutton--markdown-site":3,"similar-waynesutton--markdown-site":102},{"id":4,"github_repo":5,"name":6,"description_en":7,"description_zh":8,"ai_summary_zh":9,"readme_en":10,"readme_zh":11,"quickstart_zh":12,"use_case_zh":13,"hero_image_url":14,"owner_login":15,"owner_name":16,"owner_avatar_url":17,"owner_bio":18,"owner_company":19,"owner_location":20,"owner_email":21,"owner_twitter":15,"owner_website":22,"owner_url":23,"languages":24,"stars":44,"forks":45,"last_commit_at":46,"license":47,"difficulty_score":48,"env_os":49,"env_gpu":50,"env_ram":50,"env_deps":51,"category_tags":60,"github_topics":63,"view_count":48,"oss_zip_url":21,"oss_zip_packed_at":21,"status":69,"created_at":70,"updated_at":71,"faqs":72,"releases":101},5425,"waynesutton\u002Fmarkdown-site","markdown-site","An open-source publishing framework built for AI agents and developers to ship websites, docs, or blogs. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify.","markdown-site 是一款专为开发者和 AI 智能体设计的开源发布框架，旨在帮助用户快速构建网站、文档或博客。它解决了传统静态站点生成器每次更新内容都需要重新构建和部署的痛点，实现了“写完即发布”的流畅体验。\n\n用户只需在本地编写 Markdown 文件，通过终端运行简单的同步命令（如 `npm run sync`），内容便会立即实时更新到所有连接的浏览器中，无需等待重建过程。这一特性得益于其底层架构采用了 Convex 实时数据库和 Netlify 托管服务，确保了数据的高效同步与分发。\n\n除了面向人类读者，markdown-site 还特别优化了对大语言模型（LLM）和 AI 智能体的友好度。项目内置了自动生成的 AGENTS.md 和 llms.txt 等发现文件，并支持 MCP 服务器集成，让 AI 工具能更轻松地理解和索引站点内容，非常适合关注 AEO（答案引擎优化）和 GEO（生成式引擎优化）的技术团队。\n\n该工具基于 React、TypeScript 和 Vite 构建，支持完整的 Git 版本控制流程，允许开发者像管理代码一样管理内容。无论是需要快速搭建技术博客","markdown-site 是一款专为开发者和 AI 智能体设计的开源发布框架，旨在帮助用户快速构建网站、文档或博客。它解决了传统静态站点生成器每次更新内容都需要重新构建和部署的痛点，实现了“写完即发布”的流畅体验。\n\n用户只需在本地编写 Markdown 文件，通过终端运行简单的同步命令（如 `npm run sync`），内容便会立即实时更新到所有连接的浏览器中，无需等待重建过程。这一特性得益于其底层架构采用了 Convex 实时数据库和 Netlify 托管服务，确保了数据的高效同步与分发。\n\n除了面向人类读者，markdown-site 还特别优化了对大语言模型（LLM）和 AI 智能体的友好度。项目内置了自动生成的 AGENTS.md 和 llms.txt 等发现文件，并支持 MCP 服务器集成，让 AI 工具能更轻松地理解和索引站点内容，非常适合关注 AEO（答案引擎优化）和 GEO（生成式引擎优化）的技术团队。\n\n该工具基于 React、TypeScript 和 Vite 构建，支持完整的 Git 版本控制流程，允许开发者像管理代码一样管理内容。无论是需要快速搭建技术博客的独立开发者，还是希望内容能被 AI 高效抓取的研究人员，markdown-site 都是一个轻量且强大的选择。","# markdown \"sync\" framework\n\n![License: MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-yellow.svg)\n![TypeScript](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FTypeScript-5.0-blue.svg)\n![React](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FReact-18-61dafb.svg)\n![Convex](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FConvex-enabled-ff6b6b.svg)\n![Convex](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FConvex-self--hosted-ff6b6b.svg)\n\nAn open-source publishing framework built for AI agents and developers to ship websites, docs, or blogs. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex.\n\nWrite markdown locally, run `npm run sync` (dev) or `npm run sync:prod` (production), and content appears instantly across all connected browsers. Built with React, Convex, and Vite. Optimized for AEO, GEO, and LLM discovery.\n\n**How publishing works:** Write posts in markdown, run `npm run sync` for development or `npm run sync:prod` for production, and they appear on your live site immediately. No rebuild or redeploy needed. Convex handles real-time data sync, so all connected browsers update automatically.\n\n**Sync commands:**\n\nSync command scripts are located in `scripts\u002F` (sync-posts.ts, sync-discovery-files.ts).\n\n**Development:**\n\n- `npm run sync` - Sync markdown content\n- `npm run sync:discovery` - Update discovery files (AGENTS.md, llms.txt)\n- `npm run sync:all` - Sync content + discovery files together\n\n**Production:**\n\n- `npm run sync:prod` - Sync markdown content\n- `npm run sync:discovery:prod` - Update discovery files\n- `npm run sync:all:prod` - Sync content + discovery files together\n\n**Export dashboard content:**\n\n- `npm run export:db` - Export dashboard posts\u002Fpages to content folders (development)\n- `npm run export:db:prod` - Export dashboard posts\u002Fpages (production)\n\n**How versioning works:** Markdown files live in `content\u002Fblog\u002F` and `content\u002Fpages\u002F`. These are regular files in your git repo. Commit changes, review diffs, roll back like any codebase. The sync command pushes content to Convex.\n\n```bash\n# Edit, commit, sync\ngit add content\u002Fblog\u002Fmy-post.md\ngit commit -m \"Update post\"\nnpm run sync        # dev\nnpm run sync:prod   # production\n```\n\n## Documentation\n\nFull documentation is available at **[markdown.fast\u002Fdocs](https:\u002F\u002Fwww.markdown.fast\u002Fdocs)**\n\n### Guides\n\n- [Setup Guide](https:\u002F\u002Fwww.markdown.fast\u002Fsetup-guide) - Complete fork and deployment guide\n- [Fork Configuration Guide](https:\u002F\u002Fwww.markdown.fast\u002Ffork-configuration-guide) - Automated or manual fork setup\n- [Dashboard Guide](https:\u002F\u002Fwww.markdown.fast\u002Fhow-to-use-the-markdown-sync-dashboard) - Content management and site configuration\n- [MCP Server](https:\u002F\u002Fwww.markdown.fast\u002Fhow-to-use-mcp-server) - AI tool integration for Cursor and Claude Desktop\n- [AgentMail Setup](https:\u002F\u002Fwww.markdown.fast\u002Fblog\u002Fhow-to-use-agentmail) - Newsletter and contact form integration\n- [WorkOS Setup](https:\u002F\u002Fwww.markdown.fast\u002Fhow-to-setup-workos) - Legacy authentication mode (use `auth.mode: \"workos\"` in siteConfig)\n\n### AI Development Tools\n\nThe project includes documentation optimized for AI coding assistants:\n\n- **CLAUDE.md** - Project instructions for Claude Code CLI with workflows, commands, and conventions\n- **AGENTS.md** - General AI agent instructions for understanding the codebase structure\n- **llms.txt** - AI agent discovery file at `\u002Fllms.txt`\n- **.cursor\u002Fskills\u002F** - Focused skill documentation:\n  - `frontmatter.md` - Complete frontmatter syntax and all field options\n  - `convex.md` - Convex patterns specific to this app\n  - `sync.md` - How sync commands work and content flow\n  - `robel-auth\u002FSKILL.md` - `@robelest\u002Fconvex-auth` integration patterns\n  - `convex-self-hosting\u002FSKILL.md` - Convex static self hosting setup\n\nThese files are automatically updated during `npm run sync:discovery` with current site statistics.\n\n## Features\n\nSee the full feature list on the [About page](https:\u002F\u002Fwww.markdown.fast\u002Fabout).\n\nKey features include real-time sync, four theme options, full-text search, analytics dashboard, MCP server for AI tools, newsletter integration, and SEO optimization with RSS feeds, sitemaps, and structured data.\n\n## Fork Configuration\n\nAfter forking, run the automated configuration:\n\n```bash\ncp fork-config.json.example fork-config.json\n# Edit fork-config.json with your site info\nnpm run configure\n```\n\nThe `fork-config.json.example` includes all configurable options:\n\n- **Site settings**: name, title, description, URL, domain\n- **Auth mode**: `convex-auth` (default), `workos` (legacy), or `none` (local dev)\n- **Hosting mode**: `convex-self-hosted` (default) or `netlify` (legacy)\n- **Media provider**: `convex` (default), `convexfs`, or `r2`\n- **Creator info**: name, social links, bio\n- **Feature toggles**: newsletter, dashboard, stats page, AI chat, etc.\n\nSee the [Fork Configuration Guide](https:\u002F\u002Fwww.markdown.fast\u002Ffork-configuration-guide) for detailed instructions and [FORK_CONFIG.md](.\u002FFORK_CONFIG.md) for the complete reference.\n\n## One click setup paths\n\nUse either path to get your own clone + Convex backend quickly:\n\n1. GitHub template flow:\n   - Click [Use this template](https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site\u002Fgenerate)\n   - Clone your new repo\n   - Run `npm install`, `npx convex dev --once`, `npm run sync`, `npm run deploy`\n2. CLI flow:\n   - Run `npx create-markdown-sync my-site`\n   - Follow prompts and open your site when setup finishes\n3. Website setup guide:\n   - Follow [markdown.fast\u002Ffork-configuration-guide](https:\u002F\u002Fwww.markdown.fast\u002Ffork-configuration-guide)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18 or higher\n- A Convex account\n\n### Setup\n\n1. Install dependencies:\n\n```bash\nnpm install\n```\n\n2. Initialize Convex:\n\n```bash\nnpx convex dev\n```\n\nThis will create your Convex project and generate the `.env.local` file.\n\nIf you are using WSL 2 and browser auth does not open, run:\n\n```bash\nnpx convex login --no-open --login-flow paste\nnpx convex dev --once\n```\n\nThen start normal watch mode:\n\n```bash\nnpx convex dev\n```\n\n3. Start the development server:\n\n```bash\nnpm run dev\n```\n\n4. Open http:\u002F\u002Flocalhost:5173\n\n### Validation scripts\n\nVerify your environment and deployment:\n\n```bash\nnpm run validate:env       # Check local env readiness\nnpm run validate:env:prod  # Check production env\nnpm run verify:deploy      # Verify deployed endpoints\nnpm run verify:deploy:prod # Verify production endpoints\n```\n\n## Deployment\n\n### Default deployment (Convex self hosted)\n\n```bash\nnpx @convex-dev\u002Fself-hosting setup\nnpx convex dev --once\nnpm run deploy\n```\n\n`npm run deploy` runs the full one-shot flow through `@convex-dev\u002Fself-hosting` and builds for the target Convex deployment automatically.\n\n### Custom domain setup\n\n- Set your Convex custom domain to `markdown.fast` in the Convex dashboard.\n- Point DNS from Cloudflare to Convex using the records Convex provides.\n- Set `VITE_CONVEX_SITE_URL` (or `VITE_SITE_URL`) for frontend HTTP route overrides.\n- Keep `VITE_CONVEX_URL` for the Convex client URL.\n\n### Legacy deployment (Netlify)\n\n[![Netlify Status](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fwaynesutton_markdown-site_readme_999412434a2f.png)](https:\u002F\u002Fapp.netlify.com\u002Fprojects\u002Fmarkdowncms\u002Fdeploys)\n\n1. Deploy Convex functions to production:\n\n```bash\nnpx convex deploy\n```\n\n2. Connect your repository to Netlify\n3. Configure build settings:\n   - Build command: `npm ci --include=dev && npx convex deploy --cmd 'npm run build'`\n   - Publish directory: `dist`\n4. Add environment variables in Netlify dashboard:\n   - `CONVEX_DEPLOY_KEY` - Generate from [Convex Dashboard](https:\u002F\u002Fdashboard.convex.dev) > Project Settings > Deploy Key\n   - `VITE_CONVEX_URL` - Your production Convex URL\n\nFor detailed setup, see the [Convex Netlify Deployment Guide](https:\u002F\u002Fdocs.convex.dev\u002Fproduction\u002Fhosting\u002Fnetlify) and [netlify-deploy-fix.md](.\u002Fnetlify-deploy-fix.md) for troubleshooting.\n\n## Auth modes\n\nDefault mode:\n\n- `auth.mode: \"convex-auth\"` - GitHub OAuth via `@robelest\u002Fconvex-auth`\n- `hosting.mode: \"convex-self-hosted\"` - Static assets via `@convex-dev\u002Fself-hosting`\n- `media.provider: \"convex\"` - Direct Convex storage\n\nLegacy mode:\n\n- `auth.mode: \"workos\"` for WorkOS AuthKit compatibility\n- `hosting.mode: \"netlify\"` for Netlify deployment\n- `media.provider: \"convexfs\"` or `media.provider: \"r2\"` for optional media backends\n\nLocal fallback mode:\n\n- `auth.mode: \"none\"` for local development only\n\n## Dashboard admin access\n\nDashboard access is server enforced when `dashboard.requireAuth: true`.\n\n### Setting up GitHub OAuth (required for fork users)\n\n1. Go to [GitHub Developer Settings](https:\u002F\u002Fgithub.com\u002Fsettings\u002Fdevelopers)\n2. Create a new OAuth App\n3. Set Homepage URL to your frontend URL (e.g., `http:\u002F\u002Flocalhost:5173`)\n4. Set Authorization callback URL to: `https:\u002F\u002F\u003Cyour-deployment>.convex.site\u002Fapi\u002Fauth\u002Fcallback\u002Fgithub`\n5. Copy Client ID and Client Secret\n\n### Set environment variables\n\n```bash\nnpx convex env set AUTH_GITHUB_ID \"your-github-client-id\"\nnpx convex env set AUTH_GITHUB_SECRET \"your-github-client-secret\"\nnpx convex env set DASHBOARD_ADMIN_BOOTSTRAP_KEY \"choose-a-long-random-secret\"\n```\n\n### Bootstrap your admin\n\n```bash\nnpx convex run authAdmin:bootstrapDashboardAdmin \\\n  '{\"bootstrapKey\":\"choose-a-long-random-secret\",\"email\":\"your-email@example.com\"}'\n```\n\n### Grant additional admins\n\n```bash\nnpx convex run authAdmin:grantDashboardAdmin '{\"email\":\"colleague@example.com\"}'\n```\n\n### Optional strict email gate\n\n```bash\nnpx convex env set DASHBOARD_PRIMARY_ADMIN_EMAIL \"your-email@example.com\"\n```\n\nSee [FORK_CONFIG.md](.\u002FFORK_CONFIG.md#setting-up-your-admin-email-required-for-fork-users) for complete admin setup instructions.\n\n## Tech Stack\n\nReact 18, TypeScript, Vite, Convex (self hosted), `@robelest\u002Fconvex-auth`, `@convex-dev\u002Fself-hosting`. Legacy mode: Netlify + WorkOS.\n\n## Recent Updates (v2.21.0)\n\n- **Convex self hosting** as default deployment via `@convex-dev\u002Fself-hosting`\n- **@robelest\u002Fconvex-auth** as default authentication with GitHub OAuth\n- **Server-side dashboard admin** authorization with `dashboardAdmins` table\n- **Multi-mode architecture** supporting convex-auth, workos, and none auth modes\n- **Lightweight rich text editor** replacing Quill (zero vulnerabilities)\n- **Validation scripts** for environment and deployment verification\n- **One-click deploy improvements** with updated fork configuration\n\nSee the [Changelog](https:\u002F\u002Fwww.markdown.fast\u002Fchangelog) for the full version history.\n\n## Source\n\nFork this project: [github.com\u002Fwaynesutton\u002Fmarkdown-site](https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site)\n\n## License\n\nThis project is licensed under the [MIT License](https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site\u002Fblob\u002Fmain\u002FLICENSE).\n","# markdown“同步”框架\n\n![许可证：MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-yellow.svg)\n![TypeScript](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FTypeScript-5.0-blue.svg)\n![React](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FReact-18-61dafb.svg)\n![Convex](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FConvex-enabled-ff6b6b.svg)\n![Convex](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FConvex-self--hosted-ff6b6b.svg)\n\n一个开源的发布框架，专为AI智能体和开发者打造，用于快速部署网站、文档或博客。只需编写Markdown文件，通过终端即可完成同步。您的内容会立即对浏览器、大型语言模型（LLM）以及AI智能体开放访问。基于Convex构建。\n\n您可以在本地编写Markdown文件，运行`npm run sync`（开发环境）或`npm run sync:prod`（生产环境），内容便会即时出现在所有已连接的浏览器中。该框架使用React、Convex和Vite构建，针对AEO、GEO以及LLM发现进行了优化。\n\n**发布流程：** 您只需以Markdown格式撰写文章，然后在开发环境中运行`npm run sync`，或在生产环境中运行`npm run sync:prod`，文章就会立即显示在您的线上站点上。无需重新构建或重新部署。Convex负责实时数据同步，因此所有已连接的浏览器都会自动更新。\n\n**同步命令：**\n\n同步命令脚本位于`scripts\u002F`目录下（sync-posts.ts、sync-discovery-files.ts）。\n\n**开发环境：**\n\n- `npm run sync` - 同步Markdown内容\n- `npm run sync:discovery` - 更新发现文件（AGENTS.md、llms.txt）\n- `npm run sync:all` - 同步内容与发现文件\n\n**生产环境：**\n\n- `npm run sync:prod` - 同步Markdown内容\n- `npm run sync:discovery:prod` - 更新发现文件\n- `npm run sync:all:prod` - 同步内容与发现文件\n\n**导出仪表盘内容：**\n\n- `npm run export:db` - 将仪表盘中的帖子\u002F页面导出到内容文件夹（开发环境）\n- `npm run export:db:prod` - 导出仪表盘中的帖子\u002F页面（生产环境）\n\n**版本控制机制：** Markdown文件存储在`content\u002Fblog\u002F`和`content\u002Fpages\u002F`目录中。这些文件是Git仓库中的普通文件。您可以提交更改、查看差异，并像管理任何代码库一样进行回滚。同步命令会将内容推送到Convex数据库。\n\n```bash\n# 编辑、提交、同步\ngit add content\u002Fblog\u002Fmy-post.md\ngit commit -m \"更新文章\"\nnpm run sync        # 开发环境\nnpm run sync:prod   # 生产环境\n```\n\n## 文档\n\n完整的文档可在**[markdown.fast\u002Fdocs](https:\u002F\u002Fwww.markdown.fast\u002Fdocs)**查阅。\n\n### 指南\n\n- [设置指南](https:\u002F\u002Fwww.markdown.fast\u002Fsetup-guide) - 完整的fork与部署指南\n- [Fork配置指南](https:\u002F\u002Fwww.markdown.fast\u002Ffork-configuration-guide) - 自动化或手动的fork配置方法\n- [仪表盘指南](https:\u002F\u002Fwww.markdown.fast\u002Fhow-to-use-the-markdown-sync-dashboard) - 内容管理和站点配置\n- [MCP服务器](https:\u002F\u002Fwww.markdown.fast\u002Fhow-to-use-mcp-server) - 用于Cursor和Claude Desktop的AI工具集成\n- [AgentMail设置](https:\u002F\u002Fwww.markdown.fast\u002Fblog\u002Fhow-to-use-agentmail) - 邮件列表与联系表单集成\n- [WorkOS设置](https:\u002F\u002Fwww.markdown.fast\u002Fhow-to-setup-workos) - 旧版认证模式（在siteConfig中使用`auth.mode: \"workos\"`）\n\n### AI开发工具\n\n该项目包含专为AI编码助手优化的文档：\n\n- **CLAUDE.md** - Claude Code CLI的工作流、命令及规范说明\n- **AGENTS.md** - 通用AI智能体指南，帮助理解代码库结构\n- **llms.txt** - 存放于`\u002Fllms.txt`的AI智能体发现文件\n- **.cursor\u002Fskills\u002F** - 专注于技能的文档：\n  - `frontmatter.md` - 完整的Frontmatter语法及所有字段选项\n  - `convex.md` - 本应用特有的Convex模式\n  - `sync.md` - 同步命令的工作原理及内容流转\n  - `robel-auth\u002FSKILL.md` - `@robelest\u002Fconvex-auth`集成模式\n  - `convex-self-hosting\u002FSKILL.md` - Convex静态自托管设置\n\n这些文件会在运行`npm run sync:discovery`时，根据当前站点统计数据自动更新。\n\n## 特性\n\n完整特性列表请参见[关于页面](https:\u002F\u002Fwww.markdown.fast\u002Fabout)。\n\n主要特性包括实时同步、四种主题选择、全文搜索、分析仪表盘、用于AI工具的MCP服务器、邮件列表集成，以及通过RSS订阅、站点地图和结构化数据实现的SEO优化。\n\n## Fork配置\n\nFork后，请运行自动化配置：\n\n```bash\ncp fork-config.json.example fork-config.json\n# 编辑fork-config.json以填写您的站点信息\nnpm run configure\n```\n\n`fork-config.json.example`包含了所有可配置选项：\n\n- **站点设置**：名称、标题、描述、URL、域名\n- **认证模式**：`convex-auth`（默认）、`workos`（旧版）或`none`（本地开发）\n- **托管模式**：`convex-self-hosted`（默认）或`netlify`（旧版）\n- **媒体提供商**：`convex`（默认）、`convexfs`或`r2`\n- **创作者信息**：姓名、社交链接、简介\n- **功能开关**：邮件列表、仪表盘、统计页面、AI聊天等\n\n详细说明请参阅[Fork配置指南](https:\u002F\u002Fwww.markdown.fast\u002Ffork-configuration-guide)，完整参考请见[FORK_CONFIG.md](.\u002FFORK_CONFIG.md)。\n\n## 一键搭建路径\n\n您可以通过以下任一方式快速获得自己的克隆项目及Convex后端：\n\n1. GitHub模板流程：\n   - 点击[使用此模板](https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site\u002Fgenerate)\n   - 克隆新仓库\n   - 运行`npm install`、`npx convex dev --once`、`npm run sync`、`npm run deploy`\n2. CLI流程：\n   - 运行`npx create-markdown-sync my-site`\n   - 按照提示操作，设置完成后即可打开您的站点\n3. 网站搭建指南：\n   - 参阅[markdown.fast\u002Ffork-configuration-guide](https:\u002F\u002Fwww.markdown.fast\u002Ffork-configuration-guide)\n\n## 快速入门\n\n### 前提条件\n\n- Node.js 18或更高版本\n- 一个Convex账户\n\n### 设置步骤\n\n1. 安装依赖：\n\n```bash\nnpm install\n```\n\n2. 初始化Convex：\n\n```bash\nnpx convex dev\n```\n\n这将创建您的Convex项目并生成`.env.local`文件。\n\n如果您使用WSL 2且浏览器认证无法自动打开，请执行以下命令：\n\n```bash\nnpx convex login --no-open --login-flow paste\nnpx convex dev --once\n```\n\n随后启动正常监听模式：\n\n```bash\nnpx convex dev\n```\n\n3. 启动开发服务器：\n\n```bash\nnpm run dev\n```\n\n4. 打开http:\u002F\u002Flocalhost:5173\n\n### 验证脚本\n\n验证您的环境与部署情况：\n\n```bash\nnpm run validate:env       # 检查本地环境是否就绪\nnpm run validate:env:prod  # 检查生产环境\nnpm run verify:deploy      # 验证已部署的端点\nnpm run verify:deploy:prod # 验证生产环境的端点\n```\n\n## 部署\n\n### 默认部署（Convex自托管）\n\n```bash\nnpx @convex-dev\u002Fself-hosting setup\nnpx convex dev --once\nnpm run deploy\n```\n\n`npm run deploy`会通过`@convex-dev\u002Fself-hosting`执行一次性流程，并自动为目标Convex部署构建。\n\n### 自定义域名设置\n\n- 在Convex仪表盘中将您的自定义域名设置为`markdown.fast`。\n- 使用Convex提供的记录，将Cloudflare的DNS指向Convex。\n- 设置`VITE_CONVEX_SITE_URL`（或`VITE_SITE_URL`）以覆盖前端HTTP路由。\n- 保持`VITE_CONVEX_URL`作为Convex客户端的URL。\n\n### 遗留部署（Netlify）\n\n[![Netlify 状态](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fwaynesutton_markdown-site_readme_999412434a2f.png)](https:\u002F\u002Fapp.netlify.com\u002Fprojects\u002Fmarkdowncms\u002Fdeploys)\n\n1. 将 Convex 函数部署到生产环境：\n\n```bash\nnpx convex deploy\n```\n\n2. 将您的仓库连接到 Netlify。\n3. 配置构建设置：\n   - 构建命令：`npm ci --include=dev && npx convex deploy --cmd 'npm run build'`\n   - 发布目录：`dist`\n4. 在 Netlify 控制台中添加环境变量：\n   - `CONVEX_DEPLOY_KEY` — 从 [Convex 控制台](https:\u002F\u002Fdashboard.convex.dev) > 项目设置 > 部署密钥生成。\n   - `VITE_CONVEX_URL` — 您的生产 Convex URL。\n\n有关详细设置，请参阅 [Convex Netlify 部署指南](https:\u002F\u002Fdocs.convex.dev\u002Fproduction\u002Fhosting\u002Fnetlify) 和 [netlify-deploy-fix.md](.\u002Fnetlify-deploy-fix.md) 以进行故障排除。\n\n## 认证模式\n\n默认模式：\n\n- `auth.mode: \"convex-auth\"` — 通过 `@robelest\u002Fconvex-auth` 使用 GitHub OAuth。\n- `hosting.mode: \"convex-self-hosted\"` — 通过 `@convex-dev\u002Fself-hosting` 提供静态资源。\n- `media.provider: \"convex\"` — 直接使用 Convex 存储。\n\n遗留模式：\n\n- `auth.mode: \"workos\"` 用于 WorkOS AuthKit 兼容性。\n- `hosting.mode: \"netlify\"` 用于 Netlify 部署。\n- `media.provider: \"convexfs\"` 或 `media.provider: \"r2\"` 作为可选的媒体后端。\n\n本地回退模式：\n\n- `auth.mode: \"none\"` 仅用于本地开发。\n\n## 仪表板管理员访问权限\n\n当 `dashboard.requireAuth: true` 时，仪表板访问权限由服务器强制执行。\n\n### 设置 GitHub OAuth（对分叉用户必需）\n\n1. 前往 [GitHub 开发者设置](https:\u002F\u002Fgithub.com\u002Fsettings\u002Fdevelopers)。\n2. 创建一个新的 OAuth 应用程序。\n3. 将主页 URL 设置为您前端的 URL（例如 `http:\u002F\u002Flocalhost:5173`）。\n4. 将授权回调 URL 设置为：`https:\u002F\u002F\u003Cyour-deployment>.convex.site\u002Fapi\u002Fauth\u002Fcallback\u002Fgithub`。\n5. 复制客户端 ID 和客户端密钥。\n\n### 设置环境变量\n\n```bash\nnpx convex env set AUTH_GITHUB_ID \"your-github-client-id\"\nnpx convex env set AUTH_GITHUB_SECRET \"your-github-client-secret\"\nnpx convex env set DASHBOARD_ADMIN_BOOTSTRAP_KEY \"choose-a-long-random-secret\"\n```\n\n### 启动您的管理员账户\n\n```bash\nnpx convex run authAdmin:bootstrapDashboardAdmin \\\n  '{\"bootstrapKey\":\"choose-a-long-random-secret\",\"email\":\"your-email@example.com\"}'\n```\n\n### 授予其他管理员权限\n\n```bash\nnpx convex run authAdmin:grantDashboardAdmin '{\"email\":\"colleague@example.com\"}'\n```\n\n### 可选的严格邮箱准入\n\n```bash\nnpx convex env set DASHBOARD_PRIMARY_ADMIN_EMAIL \"your-email@example.com\"\n```\n\n完整管理员设置说明请参阅 [FORK_CONFIG.md](.\u002FFORK_CONFIG.md#setting-up-your-admin-email-required-for-fork-users)。\n\n## 技术栈\n\nReact 18、TypeScript、Vite、Convex（自托管）、`@robelest\u002Fconvex-auth`、`@convex-dev\u002Fself-hosting`。遗留模式：Netlify + WorkOS。\n\n## 最新更新（v2.21.0）\n\n- 默认部署方式改为 **Convex 自托管**，通过 `@convex-dev\u002Fself-hosting` 实现。\n- 默认认证方式为 **@robelest\u002Fconvex-auth**，支持 GitHub OAuth。\n- 引入了基于 `dashboardAdmins` 表的 **服务器端仪表板管理员** 权限控制。\n- 支持多模式架构，涵盖 convex-auth、workos 和 none 认证模式。\n- 替换 Quill 的 **轻量级富文本编辑器**，无任何已知漏洞。\n- 添加了用于验证环境和部署的 **验证脚本**。\n- 更新了分叉配置，改进了 **一键部署功能**。\n\n完整版本历史请参阅 [Changelog](https:\u002F\u002Fwww.markdown.fast\u002Fchangelog)。\n\n## 源代码\n\n您可以分叉该项目：[github.com\u002Fwaynesutton\u002Fmarkdown-site](https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site)\n\n## 许可证\n\n本项目采用 [MIT 许可证](https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site\u002Fblob\u002Fmain\u002FLICENSE)。","# markdown-site 快速上手指南\n\n`markdown-site` 是一个专为 AI 代理和开发者设计的开源发布框架。它允许你本地编写 Markdown 文件，通过终端命令同步内容，无需重新构建或部署即可实时更新网站、文档或博客。该框架基于 React、Convex 和 Vite 构建，针对 AEO（答案引擎优化）、GEO 和 LLM 发现进行了优化。\n\n## 环境准备\n\n在开始之前，请确保你的开发环境满足以下要求：\n\n*   **Node.js**: 版本 18 或更高。\n*   **Convex 账户**: 需要注册一个 [Convex](https:\u002F\u002Fconvex.dev) 账户用于后端数据同步和托管。\n*   **包管理器**: 推荐使用 `npm`。\n\n> **国内开发者提示**：如果安装依赖速度较慢，可临时使用淘宝镜像源：\n> `npm config set registry https:\u002F\u002Fregistry.npmmirror.com`\n\n## 安装步骤\n\n### 1. 获取项目代码\n\n你可以选择以下两种方式之一初始化项目：\n\n**方式 A：使用 CLI 工具（推荐）**\n```bash\nnpx create-markdown-sync my-site\ncd my-site\n```\n*跟随提示完成配置，设置完成后会自动打开浏览器。*\n\n**方式 B：手动 Fork 与克隆**\n1. 点击 GitHub 仓库页面的 \"Use this template\" 创建你的仓库。\n2. 克隆新仓库到本地：\n   ```bash\n   git clone \u003C你的仓库地址>\n   cd \u003C项目目录>\n   ```\n3. 复制并编辑配置文件：\n   ```bash\n   cp fork-config.json.example fork-config.json\n   # 使用编辑器修改 fork-config.json，填入你的站点名称、域名等信息\n   npm run configure\n   ```\n\n### 2. 安装依赖\n```bash\nnpm install\n```\n\n### 3. 初始化 Convex 后端\n运行以下命令将创建你的 Convex 项目并生成 `.env.local` 文件：\n```bash\nnpx convex dev\n```\n*注意：如果在 WSL 2 环境中浏览器认证窗口未自动弹出，请运行：*\n```bash\nnpx convex login --no-open --login-flow paste\nnpx convex dev --once\n```\n*随后再运行 `npx convex dev` 进入正常监听模式。*\n\n## 基本使用\n\n### 1. 启动开发服务器\n在终端运行：\n```bash\nnpm run dev\n```\n访问 `http:\u002F\u002Flocalhost:5173` 查看你的网站。\n\n### 2. 发布内容（核心工作流）\n`markdown-site` 的核心在于“写即所得”。你只需在本地编辑 Markdown 文件，然后运行同步命令。\n\n**步骤：**\n1. 在 `content\u002Fblog\u002F` 或 `content\u002Fpages\u002F` 目录下创建或编辑 `.md` 文件。\n2. 提交更改（可选，但推荐纳入版本控制）：\n   ```bash\n   git add content\u002Fblog\u002Fmy-post.md\n   git commit -m \"Update post\"\n   ```\n3. 同步内容到 Convex 后端：\n\n   **开发环境同步：**\n   ```bash\n   npm run sync\n   ```\n\n   **生产环境同步：**\n   ```bash\n   npm run sync:prod\n   ```\n\n执行同步后，所有连接的浏览器将立即更新显示新内容，无需重启服务器或重新部署。\n\n### 3. 同步 AI 发现文件\n为了优化 AI 代理（如 Cursor, Claude）对内容的抓取，可以同步生成 `AGENTS.md` 和 `llms.txt` 等文件：\n```bash\nnpm run sync:discovery\n```\n或者一次性同步内容和发现文件：\n```bash\nnpm run sync:all\n```\n\n### 4. 部署上线\n默认使用 Convex 自托管模式部署：\n```bash\nnpx @convex-dev\u002Fself-hosting setup\nnpx convex dev --once\nnpm run deploy\n```\n\n---\n*更多详细配置（如 GitHub OAuth 认证设置、自定义域名绑定等），请参考官方文档：[markdown.fast\u002Fdocs](https:\u002F\u002Fwww.markdown.fast\u002Fdocs)*","某全栈开发者正在维护一个高频更新的技术博客，需要同时满足人类读者阅读和 AI 助手抓取最新文档的需求。\n\n### 没有 markdown-site 时\n- 每次修改 Markdown 文件后，必须手动触发完整的站点构建流程，等待数分钟才能预览效果，打断写作心流。\n- 为让 AI 代理（如 Cursor、Claude）识别网站结构，需人工编写并反复维护 `llms.txt` 或 `AGENTS.md` 等发现文件，极易遗漏。\n- 内容版本管理混乱，难以像代码一样通过 Git 进行精细的回滚或差异对比，常因误操作导致线上内容丢失。\n- 多端同步滞后，本地修改后无法实时反映在连接的浏览器或测试环境中，需频繁刷新确认。\n\n### 使用 markdown-site 后\n- 只需在终端运行 `npm run sync`，本地 Markdown 变更即刻同步至 Convex 数据库并实时渲染，无需重建部署，实现“写完即见”。\n- 执行 `npm run sync:discovery` 即可自动生成并更新专为 LLM 优化的发现文件，确保 AI 代理能精准抓取最新内容结构。\n- 所有文章作为标准文件存储在 Git 仓库中，支持完整的提交历史、Diff 审查与一键回滚，内容管理具备代码级的安全性。\n- 基于 Convex 的实时同步机制，所有打开网站的浏览器窗口自动无感更新，彻底消除手动刷新需求。\n\nmarkdown-site 通过将内容发布简化为终端同步命令，不仅极大提升了开发者的写作效率，更天然构建了面向 AI 时代的内容分发基础设施。","https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fwaynesutton_markdown-site_ad33f9a8.png","waynesutton","Wayne Sutton","https:\u002F\u002Foss.gittoolsai.com\u002Favatars\u002Fwaynesutton_f3f7e830.jpg","Startup Programs at Convex + Head of Community & Events at @get-convex \r\n \u002F Connecting developers & startups to build faster with Convex. \u002F 🏍  Adv Rider \u002F ","Convex","San Francisco, CA",null,"https:\u002F\u002Fwww.waynesutton.ai\u002F","https:\u002F\u002Fgithub.com\u002Fwaynesutton",[25,29,33,37,40],{"name":26,"color":27,"percentage":28},"TypeScript","#3178c6",78.3,{"name":30,"color":31,"percentage":32},"CSS","#663399",20.5,{"name":34,"color":35,"percentage":36},"JavaScript","#f1e05a",0.5,{"name":38,"color":39,"percentage":36},"HTML","#e34c26",{"name":41,"color":42,"percentage":43},"Shell","#89e051",0.2,607,90,"2026-04-07T22:54:10","MIT",2,"Linux, macOS, Windows","未说明",{"notes":52,"python":50,"dependencies":53},"该项目是基于 Node.js 的 Web 开发框架，无需 GPU。主要运行环境为 Node.js 18 及以上版本。需要注册 Convex 账户以使用后端服务。支持在 WSL 2 环境下运行，但可能需要特定的登录命令。默认部署方式为 Convex 自托管，也支持传统的 Netlify 部署模式。",[54,55,56,57,19,58,59],"Node.js >= 18","React 18","TypeScript 5.0","Vite","@convex-dev\u002Fself-hosting","@robelest\u002Fconvex-auth",[61,62],"开发框架","Agent",[64,65,66,67,68],"cms","convex","markdown","sync","open-source","ready","2026-03-27T02:49:30.150509","2026-04-08T14:45:46.218014",[73,78,83,88,93,97],{"id":74,"question_zh":75,"answer_zh":76,"source_url":77},24620,"如何在仪表盘中启用图片上传功能？","可以通过集成 ConvexFS 组件来实现。该功能已在 v2.1.70 版本中添加，详情请查看更新日志：https:\u002F\u002Fwww.markdown.fast\u002Fchangelog#v2170。","https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site\u002Fissues\u002F2",{"id":79,"question_zh":80,"answer_zh":81,"source_url":82},24618,"如何解决 WSL 2 环境下 Convex 设置失败的问题？","该问题已在最新版本中修复。如果您在 WSL 2 中遇到 Convex 设置失败的情况，请确保更新到最新版本的库即可解决。","https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site\u002Fissues\u002F7",{"id":84,"question_zh":85,"answer_zh":86,"source_url":87},24619,"渲染后的 URL 与 HTML 中的 Canonical URL 不一致怎么办？","此问题已被修复。请更新至最新版本，以确保渲染后的 URL 与 HTML 规范链接（Canonical URL）保持一致。","https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site\u002Fissues\u002F6",{"id":89,"question_zh":90,"answer_zh":91,"source_url":92},24621,"库中存在哪些技术性 SEO 问题，是否已修复？","之前存在的多个技术性 SEO 问题（如缺失 Canonical URL、博客多 H1 标签、侧边栏加载顺序不当、缺少 X-Robots-Tag、Hreflangs、OG:URL 不匹配以及 Twitter Card 配置缺失等）均已修复。维护者确认这些问题在当前版本中已得到解决。","https:\u002F\u002Fgithub.com\u002Fwaynesutton\u002Fmarkdown-site\u002Fissues\u002F4",{"id":94,"question_zh":95,"answer_zh":96,"source_url":92},24622,"如何验证博客页面的 H1 和 H3 标签结构是否正确？","可以使用 Ahrefs 工具栏等 SEO 检测工具来识别页面上的 H1、H3 标签结构及技术性问题。确保主内容区域的 H1 标签优先加载，且每个页面只有一个 H1 标签。",{"id":98,"question_zh":99,"answer_zh":100,"source_url":92},24623,"是否支持多语言环境配置？","早期版本缺少多语言支持，但该问题已被纳入修复范围并在新版本中解决。现在库已支持多语言环境配置，包括正确的 hreflang 标签生成。",[],[103,114,122,131,139,148],{"id":104,"name":105,"github_repo":106,"description_zh":107,"stars":108,"difficulty_score":109,"last_commit_at":110,"category_tags":111,"status":69},4358,"openclaw","openclaw\u002Fopenclaw","OpenClaw 是一款专为个人打造的本地化 AI 助手，旨在让你在自己的设备上拥有完全可控的智能伙伴。它打破了传统 AI 助手局限于特定网页或应用的束缚，能够直接接入你日常使用的各类通讯渠道，包括微信、WhatsApp、Telegram、Discord、iMessage 等数十种平台。无论你在哪个聊天软件中发送消息，OpenClaw 都能即时响应，甚至支持在 macOS、iOS 和 Android 设备上进行语音交互，并提供实时的画布渲染功能供你操控。\n\n这款工具主要解决了用户对数据隐私、响应速度以及“始终在线”体验的需求。通过将 AI 部署在本地，用户无需依赖云端服务即可享受快速、私密的智能辅助，真正实现了“你的数据，你做主”。其独特的技术亮点在于强大的网关架构，将控制平面与核心助手分离，确保跨平台通信的流畅性与扩展性。\n\nOpenClaw 非常适合希望构建个性化工作流的技术爱好者、开发者，以及注重隐私保护且不愿被单一生态绑定的普通用户。只要具备基础的终端操作能力（支持 macOS、Linux 及 Windows WSL2），即可通过简单的命令行引导完成部署。如果你渴望拥有一个懂你",349277,3,"2026-04-06T06:32:30",[62,61,112,113],"图像","数据工具",{"id":115,"name":116,"github_repo":117,"description_zh":118,"stars":119,"difficulty_score":109,"last_commit_at":120,"category_tags":121,"status":69},3808,"stable-diffusion-webui","AUTOMATIC1111\u002Fstable-diffusion-webui","stable-diffusion-webui 是一个基于 Gradio 构建的网页版操作界面，旨在让用户能够轻松地在本地运行和使用强大的 Stable Diffusion 图像生成模型。它解决了原始模型依赖命令行、操作门槛高且功能分散的痛点，将复杂的 AI 绘图流程整合进一个直观易用的图形化平台。\n\n无论是希望快速上手的普通创作者、需要精细控制画面细节的设计师，还是想要深入探索模型潜力的开发者与研究人员，都能从中获益。其核心亮点在于极高的功能丰富度：不仅支持文生图、图生图、局部重绘（Inpainting）和外绘（Outpainting）等基础模式，还独创了注意力机制调整、提示词矩阵、负向提示词以及“高清修复”等高级功能。此外，它内置了 GFPGAN 和 CodeFormer 等人脸修复工具，支持多种神经网络放大算法，并允许用户通过插件系统无限扩展能力。即使是显存有限的设备，stable-diffusion-webui 也提供了相应的优化选项，让高质量的 AI 艺术创作变得触手可及。",162132,"2026-04-05T11:01:52",[61,112,62],{"id":123,"name":124,"github_repo":125,"description_zh":126,"stars":127,"difficulty_score":48,"last_commit_at":128,"category_tags":129,"status":69},1381,"everything-claude-code","affaan-m\u002Feverything-claude-code","everything-claude-code 是一套专为 AI 编程助手（如 Claude Code、Codex、Cursor 等）打造的高性能优化系统。它不仅仅是一组配置文件，而是一个经过长期实战打磨的完整框架，旨在解决 AI 代理在实际开发中面临的效率低下、记忆丢失、安全隐患及缺乏持续学习能力等核心痛点。\n\n通过引入技能模块化、直觉增强、记忆持久化机制以及内置的安全扫描功能，everything-claude-code 能显著提升 AI 在复杂任务中的表现，帮助开发者构建更稳定、更智能的生产级 AI 代理。其独特的“研究优先”开发理念和针对 Token 消耗的优化策略，使得模型响应更快、成本更低，同时有效防御潜在的攻击向量。\n\n这套工具特别适合软件开发者、AI 研究人员以及希望深度定制 AI 工作流的技术团队使用。无论您是在构建大型代码库，还是需要 AI 协助进行安全审计与自动化测试，everything-claude-code 都能提供强大的底层支持。作为一个曾荣获 Anthropic 黑客大奖的开源项目，它融合了多语言支持与丰富的实战钩子（hooks），让 AI 真正成长为懂上",144730,"2026-04-07T23:26:32",[61,62,130],"语言模型",{"id":132,"name":133,"github_repo":134,"description_zh":135,"stars":136,"difficulty_score":48,"last_commit_at":137,"category_tags":138,"status":69},2271,"ComfyUI","Comfy-Org\u002FComfyUI","ComfyUI 是一款功能强大且高度模块化的视觉 AI 引擎，专为设计和执行复杂的 Stable Diffusion 图像生成流程而打造。它摒弃了传统的代码编写模式，采用直观的节点式流程图界面，让用户通过连接不同的功能模块即可构建个性化的生成管线。\n\n这一设计巧妙解决了高级 AI 绘图工作流配置复杂、灵活性不足的痛点。用户无需具备编程背景，也能自由组合模型、调整参数并实时预览效果，轻松实现从基础文生图到多步骤高清修复等各类复杂任务。ComfyUI 拥有极佳的兼容性，不仅支持 Windows、macOS 和 Linux 全平台，还广泛适配 NVIDIA、AMD、Intel 及苹果 Silicon 等多种硬件架构，并率先支持 SDXL、Flux、SD3 等前沿模型。\n\n无论是希望深入探索算法潜力的研究人员和开发者，还是追求极致创作自由度的设计师与资深 AI 绘画爱好者，ComfyUI 都能提供强大的支持。其独特的模块化架构允许社区不断扩展新功能，使其成为当前最灵活、生态最丰富的开源扩散模型工具之一，帮助用户将创意高效转化为现实。",107888,"2026-04-06T11:32:50",[61,112,62],{"id":140,"name":141,"github_repo":142,"description_zh":143,"stars":144,"difficulty_score":48,"last_commit_at":145,"category_tags":146,"status":69},4721,"markitdown","microsoft\u002Fmarkitdown","MarkItDown 是一款由微软 AutoGen 团队打造的轻量级 Python 工具，专为将各类文件高效转换为 Markdown 格式而设计。它支持 PDF、Word、Excel、PPT、图片（含 OCR）、音频（含语音转录）、HTML 乃至 YouTube 链接等多种格式的解析，能够精准提取文档中的标题、列表、表格和链接等关键结构信息。\n\n在人工智能应用日益普及的今天，大语言模型（LLM）虽擅长处理文本，却难以直接读取复杂的二进制办公文档。MarkItDown 恰好解决了这一痛点，它将非结构化或半结构化的文件转化为模型“原生理解”且 Token 效率极高的 Markdown 格式，成为连接本地文件与 AI 分析 pipeline 的理想桥梁。此外，它还提供了 MCP（模型上下文协议）服务器，可无缝集成到 Claude Desktop 等 LLM 应用中。\n\n这款工具特别适合开发者、数据科学家及 AI 研究人员使用，尤其是那些需要构建文档检索增强生成（RAG）系统、进行批量文本分析或希望让 AI 助手直接“阅读”本地文件的用户。虽然生成的内容也具备一定可读性，但其核心优势在于为机器",93400,"2026-04-06T19:52:38",[147,61],"插件",{"id":149,"name":150,"github_repo":151,"description_zh":152,"stars":153,"difficulty_score":109,"last_commit_at":154,"category_tags":155,"status":69},4487,"LLMs-from-scratch","rasbt\u002FLLMs-from-scratch","LLMs-from-scratch 是一个基于 PyTorch 的开源教育项目，旨在引导用户从零开始一步步构建一个类似 ChatGPT 的大型语言模型（LLM）。它不仅是同名技术著作的官方代码库，更提供了一套完整的实践方案，涵盖模型开发、预训练及微调的全过程。\n\n该项目主要解决了大模型领域“黑盒化”的学习痛点。许多开发者虽能调用现成模型，却难以深入理解其内部架构与训练机制。通过亲手编写每一行核心代码，用户能够透彻掌握 Transformer 架构、注意力机制等关键原理，从而真正理解大模型是如何“思考”的。此外，项目还包含了加载大型预训练权重进行微调的代码，帮助用户将理论知识延伸至实际应用。\n\nLLMs-from-scratch 特别适合希望深入底层原理的 AI 开发者、研究人员以及计算机专业的学生。对于不满足于仅使用 API，而是渴望探究模型构建细节的技术人员而言，这是极佳的学习资源。其独特的技术亮点在于“循序渐进”的教学设计：将复杂的系统工程拆解为清晰的步骤，配合详细的图表与示例，让构建一个虽小但功能完备的大模型变得触手可及。无论你是想夯实理论基础，还是为未来研发更大规模的模型做准备",90106,"2026-04-06T11:19:32",[130,112,62,61]]