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

ila
2026-08-08 09:18:16 +08:00
parent a0eeab23a4
commit b31ef962e1
+1 -1
@@ -47,7 +47,7 @@
## 常用调试方式 ## 常用调试方式
- 只检查 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`。