-
Notifications
You must be signed in to change notification settings - Fork 6
feat(use-cases): 为 18 个应用场景添加封面图、对比表格和场景故事 #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,7 @@ | |
| title: 文档写作 | ||
| description: 使用 AI 文书智能体整理思路、生成大纲、起草项目报告和方案文档。 | ||
| keywords: [文档写作, AI 文书, 报告, 写作助手, 内容创作] | ||
| image: /img/use-cases/covers/cover-document-writing.jpg | ||
| --- | ||
|
|
||
| # 文档写作 | ||
|
|
@@ -18,6 +19,16 @@ keywords: [文档写作, AI 文书, 报告, 写作助手, 内容创作] | |
| | DesireCore 介入 | AI 文书先整理大纲,再按章节生成初稿;需要数据或图表时可委派数据分析师补充 | | ||
| | 验收结果 | 负责人拿到一份可审阅的文档初稿,再补事实、定结论、调整口吻 | | ||
|
|
||
| ## 使用前后对比 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When the site is viewed with Useful? React with 👍 / 👎. |
||
|
|
||
| | 环节 | 使用前(人工) | 使用后(DesireCore) | | ||
| |------|---------------|---------------------| | ||
| | 整理大纲 | 对着空白文档发呆 30 分钟,反复调整结构 | 提供素材后 2 分钟生成结构化大纲,可即时调整 | | ||
| | 起草初稿 | 逐段手写,3-5 小时完成第一版 | 按章节逐步生成,30 分钟产出完整初稿 | | ||
| | 调整语气 | 全文通读改措辞,容易遗漏 | 一句话指令"正式一些",全文统一调整 | | ||
| | 多版本输出 | 手动删减出摘要版、邮件版 | 同一素材一键生成正式版、汇报版、邮件版 | | ||
| | 数据补充 | 找数据分析师要图表,等半天 | 委派数据分析智能体,几分钟内嵌入图表 | | ||
|
|
||
| ## 推荐智能体 | ||
|
|
||
| **AI 文书** -- 适合处理报告、方案、公告、营销文案等文本任务,能按你指定的读者、语气和模板生成初稿。 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 thisimagefield. 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 👍 / 👎.