docs: define production sync deployment

Fixes #15
This commit is contained in:
2026-07-13 22:22:20 +08:00
parent 599ead8391
commit 1bdbb47b52
7 changed files with 229 additions and 52 deletions
+1 -1
View File
@@ -387,7 +387,7 @@ BlueArchiveToolkit 不是一次性脚本,也不是演示项目。最终交付
5. 继续扩展 Addressables parser 的真实 catalog 变体覆盖和错误诊断。
6. 开始 AssetBundle UnityFS header/block/directory 解析。
7. 为 CLI 和 CAS 增加 `doctor cas` 诊断入口。
8.`bat --watch` / `bat --daemon` 持续补充发布型构建、systemd service 示例和运维检查清单;后台 live control plane 已改为 Unix socket JSON-RPC。
8.`bat --watch` / `bat --daemon` 持续补充发布型构建、systemd service 示例和运维检查清单;后台 live control plane 已改为 Unix socket JSON-RPC;基础生产部署模板、日志路径、权限用户、升级/回滚流程已补齐
---