docs: 新增 BetterGI 脚本配置指南(中/英)并接入导航 - #22
Conversation
- 新增 docs/script-guide/bettergi.md 与 en/docs/script-guide/bettergi.md - 讲解配置管理方式、一条龙 8 个内置配置组开关语义、自定义配置组与原生设置会话 - 侧边栏与脚本指南索引加入 BetterGI 条目
审查者指南新增双语 BetterGI 配置指南,并将其接入中文和英文网站的文档导航及脚本指南索引。 BetterGI 用户专属配置运行时序图sequenceDiagram
participant User
participant MAS as AUTO-MAS
participant BetterGI
User->>MAS: Add user and configure One Dragon tasks
MAS->>BetterGI: Load user's One Dragon copy before run
BetterGI-->>MAS: Run configured tasks
MAS->>BetterGI: Read back configuration after run
MAS->>MAS: Save user's independent copy
BetterGI 原生设置会话时序图sequenceDiagram
participant User
participant MAS as AUTO-MAS
participant BetterGI
User->>MAS: Click Configure BetterGI
MAS->>BetterGI: Open native settings interface
User->>BetterGI: Configure settings
User->>MAS: Click Save Settings
MAS->>BetterGI: Read current One Dragon configuration
MAS->>MAS: Snapshot user's independent copy
BetterGI 配置管理模式流程图flowchart LR
Start[Select configuration management mode] --> Mode{Mode}
Mode -->|User-specific config| UserConfig[Load and write back per-user One Dragon copy]
Mode -->|Script direct control| DirectConfig[Use BetterGI current config directly]
UserConfig --> Editable[Task and custom group settings editable]
DirectConfig --> Locked[Task and custom group settings disabled]
文件级变更
提示和命令与 Sourcery 交互
自定义你的使用体验访问你的控制面板以:
获取帮助Original review guide in EnglishReviewer's GuideAdds a bilingual BetterGI configuration guide and wires it into the docs navigation and script guide index for both Chinese and English sites. Sequence diagram for BetterGI user-specific configuration runsequenceDiagram
participant User
participant MAS as AUTO-MAS
participant BetterGI
User->>MAS: Add user and configure One Dragon tasks
MAS->>BetterGI: Load user's One Dragon copy before run
BetterGI-->>MAS: Run configured tasks
MAS->>BetterGI: Read back configuration after run
MAS->>MAS: Save user's independent copy
Sequence diagram for BetterGI native settings sessionsequenceDiagram
participant User
participant MAS as AUTO-MAS
participant BetterGI
User->>MAS: Click Configure BetterGI
MAS->>BetterGI: Open native settings interface
User->>BetterGI: Configure settings
User->>MAS: Click Save Settings
MAS->>BetterGI: Read current One Dragon configuration
MAS->>MAS: Snapshot user's independent copy
Flow diagram for BetterGI configuration management modesflowchart LR
Start[Select configuration management mode] --> Mode{Mode}
Mode -->|User-specific config| UserConfig[Load and write back per-user One Dragon copy]
Mode -->|Script direct control| DirectConfig[Use BetterGI current config directly]
UserConfig --> Editable[Task and custom group settings editable]
DirectConfig --> Locked[Task and custom group settings disabled]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
你好——我发现了 1 个问题
面向 AI Agent 的提示
请处理本次代码审查中的评论:
## 单独评论
### 评论 1
<location path="en/docs/script-guide/bettergi.md" line_range="57" />
<code_context>
+| 3 | Auto Ley Line Outcrop |
+| 4 | Auto Domain |
+| 5 | Auto world boss hunting |
+| 6 | Auto Arcalanos crisis war |
+| 7 | Claim daily rewards |
+| 8 | Claim Serenitea Pot rewards |
</code_context>
<issue_to_address>
**问题:** 英文指南将第六个内置组标记为“Auto Arcalanos crisis war”,但这并不是《原神》活动「幽境危战」的英文名称,也不符合 BetterGI 中任何可识别的设置。英语用户无法可靠地判断该行控制的是哪个开关。
**触发条件:** 英语用户配置第六个内置组时。
**建议修复:** 使用该活动的官方英文名称,例如“Auto Stygian Onslaught”,或在翻译旁保留中文名称。
```suggestion
| 6 | Auto Stygian Onslaught |
```
</issue_to_address>Sourcery 评估
等待批准。 请先处理 1 个发现的问题。
阻塞性发现:en/docs/script-guide/bettergi.md:57
帮助我变得更有用!请在每条评论上点击 👍 或 👎,我会利用反馈来改进审查结果。
Original comment in English
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="en/docs/script-guide/bettergi.md" line_range="57" />
<code_context>
+| 3 | Auto Ley Line Outcrop |
+| 4 | Auto Domain |
+| 5 | Auto world boss hunting |
+| 6 | Auto Arcalanos crisis war |
+| 7 | Claim daily rewards |
+| 8 | Claim Serenitea Pot rewards |
</code_context>
<issue_to_address>
**issue:** The English guide labels the sixth built-in group as “Auto Arcalanos crisis war,” which is not the English name of the Genshin Impact activity 「幽境危战」 and does not match a recognizable BetterGI setting. English-speaking users cannot reliably identify which toggle this row controls.
**Triggers:** When an English-speaking user configures the sixth built-in group.
**Suggested fix:** Use the activity's official English name, such as “Auto Stygian Onslaught,” or retain the Chinese name alongside the translation.
```suggestion
| 6 | Auto Stygian Onslaught |
```
</issue_to_address>Sourcery assessment
Approval pending. 1 finding to address first.
Blocking findings: en/docs/script-guide/bettergi.md:57
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| | 3 | Auto Ley Line Outcrop | | ||
| | 4 | Auto Domain | | ||
| | 5 | Auto world boss hunting | | ||
| | 6 | Auto Arcalanos crisis war | |
There was a problem hiding this comment.
问题: 英文指南将第六个内置组标记为“Auto Arcalanos crisis war”,但这并不是《原神》活动「幽境危战」的英文名称,也不符合 BetterGI 中任何可识别的设置。英语用户无法可靠地判断该行控制的是哪个开关。
触发条件: 英语用户配置第六个内置组时。
建议修复: 使用该活动的官方英文名称,例如“Auto Stygian Onslaught”,或在翻译旁保留中文名称。
| | 6 | Auto Arcalanos crisis war | | |
| | 6 | Auto Stygian Onslaught | |
Original comment in English
issue: The English guide labels the sixth built-in group as “Auto Arcalanos crisis war,” which is not the English name of the Genshin Impact activity 「幽境危战」 and does not match a recognizable BetterGI setting. English-speaking users cannot reliably identify which toggle this row controls.
Triggers: When an English-speaking user configures the sixth built-in group.
Suggested fix: Use the activity's official English name, such as “Auto Stygian Onslaught,” or retain the Chinese name alongside the translation.
| | 6 | Auto Arcalanos crisis war | | |
| | 6 | Auto Stygian Onslaught | |
概述
新增 BetterGI 脚本配置指南(中/英),并接入文档站侧边栏与脚本指南索引。
变更
docs/script-guide/bettergi.md(中文)与en/docs/script-guide/bettergi.md(英文)docs/script-guide/index.md与en/docs/script-guide/index.md加入 BetterGI 卡片与阅读建议.vitepress/config/zh.ts与config/en.ts侧边栏在 HSR 后注册 BetterGI 入口与主程序 PR:#410 配套。
Sourcery 摘要
新增双语 BetterGI 配置文档,并将其集成到脚本指南导航中。
文档:
Original summary in English
Summary by Sourcery
Add bilingual BetterGI configuration documentation and integrate it into the script-guide navigation.
Documentation: