docs: 修正 dev_scripts 编译检查命令 (#3)

This commit is contained in:
QiuSW
2026-08-08 09:19:45 +08:00
parent 1c998673f3
commit 51278fa47f
@@ -2,8 +2,8 @@
generated: true (请先修改 Gitea Wiki,禁止直接编辑本文件) generated: true (请先修改 Gitea Wiki,禁止直接编辑本文件)
wiki_page: Local-Development-and-Verification wiki_page: Local-Development-and-Verification
wiki_url: http://ilaer.eicp.net:8418/opc/dev_harness/wiki/Local-Development-and-Verification.- wiki_url: http://ilaer.eicp.net:8418/opc/dev_harness/wiki/Local-Development-and-Verification.-
wiki_revision: 43ad9c6ee3f4172059133cca05124f4018267c1e wiki_revision: b31ef962e1a0a368f067b18bace3071bab60a20d
synchronized_at: 2026-08-08T01:16:53Z synchronized_at: 2026-08-08T01:18:31Z
<!-- gitea-wiki-mirror:end --> <!-- gitea-wiki-mirror:end -->
# 本地开发与验证 # 本地开发与验证
@@ -55,7 +55,7 @@ synchronized_at: 2026-08-08T01:16:53Z
## 常用调试方式 ## 常用调试方式
- 只检查 Python 语法:`python -m compileall -q scripts tests`。 - 只检查 Python 语法:`python -m compileall -q dev_scripts tests`。
- 查看一个脚本帮助:`python dev_scripts/sync_wiki_docs.py --help`。 - 查看一个脚本帮助:`python dev_scripts/sync_wiki_docs.py --help`。
- 查看未提交差异:`git diff --check` 和 `git diff`。 - 查看未提交差异:`git diff --check` 和 `git diff`。
- 查看最近提交:`git log -5 --oneline`。 - 查看最近提交:`git log -5 --oneline`。