Skip to content

docs(cmde): P0 优化——文字修复 + 英文补全 + Email 全篇翻译 - #42

Merged
yi-ge merged 8 commits into
mainfrom
docs/cmde-optimization-p0
Jul 28, 2026
Merged

docs(cmde): P0 优化——文字修复 + 英文补全 + Email 全篇翻译#42
yi-ge merged 8 commits into
mainfrom
docs/cmde-optimization-p0

Conversation

@yi-ge

@yi-ge yi-ge commented Jul 27, 2026

Copy link
Copy Markdown
Member

变更概述

本 PR 完成 Capabilities / Memory / Super Document / Email 四章的 P0 优先级优化,共修改 13 个文件,+1140 行。

P0-5: 文字错误修复 ✅

  • (中文):「三种方式」→「四种方式」,与正文实际列出的 4 种扩展方式保持一致

P0-2: Capabilities 07/08/09 英文补全 ✅

文件 修改前行数 修改后行数 新增内容
30 77 SitePattern、LocalBookmarks、安全边界、三层工具对比表、典型场景表
28 91 Image/Video Provider 对比表、使用示例、BeautifyImage、审批与费用、最佳实践
25 83 安装流程 7 步、服务审批表、状态排障表、FAQ 4 则

P0-1: Email 9 篇英文翻译 ✅

新建 9 个英文文件(),与中文版内容等价:

文件 字节 对应中文
3,014 邮件管理概览
3,216 账户管理首页
4,153 添加邮箱账户
4,456 统一收件箱
5,801 阅读和管理邮件
3,842 撰写和回复邮件
4,963 标签和文件夹
3,457 邮件规则
3,899 同步与离线

未完成的 P0(需真机截图)

  • P0-3: Super Document + 补截图
  • P0-4: Memory 补 5 张截图

这两项需要在 DesireCore 客户端中操作并截取真机画面,将在后续 PR 中完成。

验证

  • 所有英文翻译保留了中文版的图片引用路径
  • 关键术语(OAuth、IMAP、SMTP、Drafts、Labels)拼写准确
  • 无删除或破坏已有内容

yi-ge added 5 commits July 26, 2026 00:05
- Expand 07-web-access.md: add enable steps, SitePattern examples, decision table
- Expand 08-media-generation.md: add provider comparison, params, usage examples
- Expand 09-app-service-catalog.md: add entry guide, install flow, FAQ
- Remove .drawio file path references from flowchart-agent docs (CN/EN)
  (rendered PNG is used instead)
…ermaid

- 03-view-manage.md: add type filter table, domain/time filtering,
  Unpin operation, batch management section (5.4KB)
- 01-overview.md: replace ASCII flowchart with Mermaid flowchart,
  add navigation links to all sub-pages
- docusaurus.config.ts: enable markdown.mermaid + theme-mermaid
- 04-review-changes.md: add post-review actions, edit-resubmit flow,
  3 iteration methods table, review strategy recommendations (4.9KB)
- 04-unified-inbox.md: add sorting/search section, single & batch
  operations with cross-account support (4.3KB)
- Add Gmail/Outlook/IMAP sync strategy comparison table
- Add manual sync trigger steps
- Add IMAP limitations and global label workaround
- Add label filtering section (multi-label combo)
- File size: 2.9KB → 4.8KB
…9 email EN translations

P0-5: Fix '三种方式' → '四种方式' in integrations-overview (CN)
P0-2: Expand English stubs for capabilities 07/08/09:
  - 07-web-access: 30→77 lines (added SitePattern, LocalBookmarks, safety, 3-tier comparison)
  - 08-media-generation: 28→91 lines (added provider tables, usage examples, best practices)
  - 09-app-service-catalog: 25→83 lines (added install flow, approval table, FAQ)
P0-1: Create English translations for all 9 email pages:
  - 01-overview through 09-sync-offline
  - Full translations matching CN content depth
  - Consistent image references and terminology
@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 28, 2026 3:36am

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fcc6440b12

ℹ️ 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".


Email management consists of three main views:

![Navigation structure](/img/user-guide/email/navigation-structure.svg)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Translate the diagrams on the English email pages

In the English locale, this reference loads static/img/user-guide/email/navigation-structure.svg, whose embedded labels are entirely Chinese; the newly added Rules and Sync pages similarly reference Chinese-only rule-flow.svg and sync-flow.svg. English readers therefore cannot understand key parts of these otherwise translated pages, so localized SVG variants should be added and referenced from all three English documents.

Useful? React with 👍 / 👎.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c80399ff75

ℹ️ 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".

| 风险等级 | 中 |
| 需要确认 | 是 |

创建和管理定时调度任务,支持延迟、定时、周期和 cron 表达式触发。到期后系统创建新会话执行。详见 [定时调度](../08-automation/02-schedule.md)。

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Point the schedule link at the existing page

This added ../08-automation/02-schedule.md target does not exist; I checked docs/02-user-guide/08-automation and the scheduled-task page is 03-scheduled-tasks.md (the English copy adds the same bad target). Because this site sets broken links to throw, builds or navigation from Built-in Tools to scheduling will fail until the link points at the existing scheduled-tasks document.

Useful? React with 👍 / 👎.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 11c0c75558

ℹ️ 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".


## Page Overview

![Accounts home](/img/user-guide/email/accounts-home.png)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Replace Chinese screenshots on English email pages

In the English locale, this newly added image points at the shared zh-Hans screenshot; I inspected static/img/user-guide/email/accounts-home.png and its UI labels are Chinese, such as 邮箱管理, 添加账户, 设置, and 删除. The rest of the newly added English email pages similarly embed this Chinese screenshot set, so English readers see translated instructions paired with untranslated controls they are being told to click. Please add locale-specific English screenshots or avoid embedding these Chinese UI captures.

Useful? React with 👍 / 👎.

@yi-ge
yi-ge merged commit 347eb96 into main Jul 28, 2026
3 checks passed
@yi-ge
yi-ge deleted the docs/cmde-optimization-p0 branch July 28, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant