feat(use-cases): 为 18 个应用场景添加封面图、对比表格和场景故事 - #34
Conversation
- 生成 18 张统一风格封面图(现代扁平插画 + 科技感,蓝紫色调) - 优化图片:PNG→JPEG,2048px→1200px,总体积从 104MB 降至 6.5MB - 所有场景页面添加 image 字段引用封面图(用于社交分享 og:image) - 所有场景页面添加「使用前后对比」表格 - 专业场景(7)和解决方案(3)添加场景故事引入 - 不删除任何原有正确内容,不修改算力相关文档
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d32bee0af4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| title: 文档写作 | ||
| description: 使用 AI 文书智能体整理思路、生成大纲、起草项目报告和方案文档。 | ||
| keywords: [文档写作, AI 文书, 报告, 写作助手, 内容创作] | ||
| image: /img/use-cases/covers/cover-document-writing.jpg |
There was a problem hiding this comment.
Add cover metadata to the English translations
When a visitor selects the configured English locale, Docusaurus renders the corresponding Markdown file under i18n/en/docusaurus-plugin-content-docs/current/03-use-cases/, and none of those 18 translated files includes this image field. Consequently, every English use-case page continues to emit the generic site social card instead of its newly added, language-neutral cover; add the same frontmatter references to the translated pages.
Useful? React with 👍 / 👎.
…o en docs - Remove direct .drawio file references from flowchart-agent.md (zh + en) Per requirement: .drawio files must be rendered to PNG/SVG before use - Add image: frontmatter to all 18 English i18n use-case pages (covers already exist in static/img/use-cases/covers/)
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c2dc87d3ff
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| | DesireCore 介入 | AI 文书先整理大纲,再按章节生成初稿;需要数据或图表时可委派数据分析师补充 | | ||
| | 验收结果 | 负责人拿到一份可审阅的文档初稿,再补事实、定结论、调整口吻 | | ||
|
|
||
| ## 使用前后对比 |
There was a problem hiding this comment.
Translate the new comparison sections for English
When the site is viewed with locale=en, Docusaurus serves the counterparts under i18n/en/docusaurus-plugin-content-docs/current/03-use-cases/, but none of those 18 files contains a translated version of the newly added comparison table, and the 10 new scenario introductions are likewise absent. The English frontmatter now references the covers, but English visitors still miss the substantive content added by this change; add the corresponding translated sections to the locale files.
Useful? React with 👍 / 👎.
| title: AI 软著申请 | ||
| description: 使用 DesireCore 辅助准备软件著作权申请材料,包括说明书、操作手册、截图和代码材料。 | ||
| keywords: [软著申请, 软件著作权, 自动化, 知识产权, 软著写作] | ||
| image: /img/use-cases/covers/cover-ai-copyright.jpg |
There was a problem hiding this comment.
Replace the fictitious copyright certification card
When this page is shared, this field makes cover-ai-copyright.jpg its social preview, but the asset presents an APPROVED application, an “OFFICIAL CERTIFICATION” registry seal, a “VERIFY ONLINE” QR code, and copyright attributed to the unrelated “LegalTech AI Division.” Because the page is a DesireCore usage guide rather than an issued registration, the preview falsely looks like an official certificate and carries incorrect branding; use a neutral DesireCore illustration instead.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d0d7524ef8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -0,0 +1,50 @@ | |||
| # Use Cases 章节资产说明 | |||
There was a problem hiding this comment.
Keep asset notes outside the published docs tree
Because sidebars.ts autogenerates the entire 03-use-cases directory and the docs preset publishes Markdown under docs, this internal asset inventory becomes an additional public documentation page and sidebar entry, exposing generation provenance and maintainer-only naming instructions to visitors. Move it outside docs or explicitly exclude it from the docs plugin.
Useful? React with 👍 / 👎.
| title: AI 招投标 | ||
| description: 使用多智能体协作辅助招标文件分析、标书编制、报价测算和投标检查。 | ||
| keywords: [AI 招投标, 标书编制, 多智能体协作, 投标管理, 质量控制] | ||
| image: /img/use-cases/covers/cover-ai-bidding.jpg |
There was a problem hiding this comment.
Remove fabricated brands and certifications from social cards
When this page is shared, cover-ai-bidding.jpg becomes its preview and presents the product as an unrelated ABO® Enterprise Edition with a version/build number and a SOC 2 Certified badge. Inspection of the other new covers shows the same issue with names such as DataCore, Justice.AI, SmartFlow, and DeepCode, so these cards falsely attribute brands, metrics, and certifications to DesireCore; regenerate the affected covers as neutral DesireCore illustrations.
Useful? React with 👍 / 👎.
修改内容
为文档「应用场景」章节(03-use-cases)的全部 18 个场景页面进行增强:
1. 封面图(18 张)
image字段引用,用于社交分享 og:imagestatic/img/use-cases/covers/cover-<场景slug>.jpg2. 使用前后对比表格(18 篇)
每个场景在「真实工作流」表格之后新增「使用前后对比」小节,直观展示 DesireCore 带来的效率提升。
3. 场景故事引入(10 篇)
为 professional(7篇)和 solutions(3篇)添加 1-2 句场景故事开头,增强读者代入感。
覆盖范围
图片来源说明
本 PR 包含的 18 张封面图均为 AI 生成,使用 DesireCore 内置的 GenerateImage 工具(底层模型:MiniMax image-01)生成。图片为装饰性场景封面,不包含真实用户数据或截图。详细资产清单见
docs/03-use-cases/README.md。原则