docs(i18n): resolve follow-up review findings

This commit is contained in:
xjt
2026-07-29 18:38:56 +08:00
parent ed4a6fd026
commit e1481e2d98
70 changed files with 74 additions and 74 deletions

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/examples/jsonrpc-demo/README.md
README.md: 75e9e3943982c08e53afdbb73d1e9085b2e332bc
README.zh.md: a24db94ee4865b05439b310a91b972775542a245
README.zh.md: 95a626285c2f531ff6c8cceed297b42626aed98c

View File

@@ -26,7 +26,7 @@ stdout 只承载 JSON-RPC 帧。bin 和启动守卫在 stderr 上输出诊断,
不会直接失效;由上述消费方负责请求前缀的任何变更。
## 已知限制与延后工作
## 已知限制与暂缓事项
- **bin 无法证明配置提供 JSON-RPC 服务**:不含 `dsh-jsonrpc` 条目的有效配置也能成功启动,但不会提供任何服务。
- **不存在内置或默认配置**:每次启动都必须提供 `DSH_CORDIS_CONFIG` 或位置路径;部署方负责完整的插件树和 stdout 纪律。