docs: 修正文档命令与初始化边界 (#2)

This commit is contained in:
QiuSW
2026-08-08 09:01:56 +08:00
parent 250b0555e4
commit b09658ee15
2 changed files with 8 additions and 6 deletions
@@ -2,8 +2,8 @@
generated: true (请先修改 Gitea Wiki,禁止直接编辑本文件)
wiki_page: Local-Development-and-Verification
wiki_url: http://ilaer.eicp.net:8418/opc/dev_harness/wiki/Local-Development-and-Verification.-
wiki_revision: 537da98a775da39323cb101a717d003705a97761
synchronized_at: 2026-08-08T00:58:08Z
wiki_revision: c21eb70ff584721ca899ff46701cdf0e409773bf
synchronized_at: 2026-08-08T01:01:15Z
<!-- gitea-wiki-mirror:end -->
# 本地开发与验证
@@ -55,7 +55,7 @@ synchronized_at: 2026-08-08T00:58:08Z
## 常用调试方式
- 只检查 Python 语法:`python -m py_compile scripts/*.py`。
- 只检查 Python 语法:`python -m compileall -q scripts tests`。
- 查看一个脚本帮助:`python scripts/sync_wiki_docs.py --help`。
- 查看未提交差异:`git diff --check` 和 `git diff`。
- 查看最近提交:`git log -5 --oneline`。