guanghulab/brain/d100-patch/PATCH-README.md
2026-05-17 17:19:42 +08:00

33 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# D100 大脑文件修正补丁
## 修正原因
CVM (119.29.184.32) 已释放,开发环境搬到本地。
以下7个大脑文件仍引用旧信息需逐一手动更新。
## 操作方式
1. 打开 Forgejo 仓库 → 找到对应文件
2. 点击「编辑」(Edit) 按钮
3. 删除全部原有内容
4. 粘贴下面对应补丁文件的完整内容
5. 提交信息写: `D100 CVM释放信息同步: [文件名]`
## 文件清单
| # | 文件 | 补丁文件 |
|---|------|---------|
| 1 | brain/system-health.json | brain/d100-patch/system-health.patch.json |
| 2 | brain/fast-wake.json | brain/d100-patch/fast-wake.patch.json |
| 3 | brain/temporal-core/temporal-brain.json | brain/d100-patch/temporal-brain.patch.json |
| 4 | brain/ferry-boat.json | brain/d100-patch/ferry-boat.patch.json |
| 5 | brain/fifth-domain/domain-manifest.json | brain/d100-patch/domain-manifest.patch.json |
| 6 | brain/fifth-domain/zero-point/console/progress.json | brain/d100-patch/progress.patch.json |
| 7 | DASHBOARD.md | brain/d100-patch/dashboard.patch.md |
## 注意事项
- 按序号顺序操作,避免遗漏
- 每个文件粘贴后检查格式是否正确JSON可以看编辑器是否有红色波浪线
- 全部完成后在仓库根目录运行: `rm -rf brain/d100-patch/`(删除补丁目录)