From 51278fa47f2ad4b00dcb034a23a114ddcba88716 Mon Sep 17 00:00:00 2001 From: QiuSW <105186638@qq.com> Date: Sat, 8 Aug 2026 09:19:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=20dev=5Fscripts=20?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=A3=80=E6=9F=A5=E5=91=BD=E4=BB=A4=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/04-local-development-and-verification.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/04-local-development-and-verification.md b/docs/04-local-development-and-verification.md index 448b4c0..558243d 100644 --- a/docs/04-local-development-and-verification.md +++ b/docs/04-local-development-and-verification.md @@ -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: 43ad9c6ee3f4172059133cca05124f4018267c1e -synchronized_at: 2026-08-08T01:16:53Z +wiki_revision: b31ef962e1a0a368f067b18bace3071bab60a20d +synchronized_at: 2026-08-08T01:18:31Z # 本地开发与验证 @@ -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`。 - 查看未提交差异:`git diff --check` 和 `git diff`。 - 查看最近提交:`git log -5 --oneline`。