From a0eeab23a41671b5dbfc3153e872b71647ea41c7 Mon Sep 17 00:00:00 2001 From: ila Date: Sat, 8 Aug 2026 09:16:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=86=20Harness=20=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E8=B7=AF=E5=BE=84=E6=94=B9=E4=B8=BA=20dev=5Fscripts?= =?UTF-8?q?=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New-Project-Documentation-Setup.-.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/New-Project-Documentation-Setup.-.md b/New-Project-Documentation-Setup.-.md index 6516a50..8a1a9e6 100644 --- a/New-Project-Documentation-Setup.-.md +++ b/New-Project-Documentation-Setup.-.md @@ -72,9 +72,9 @@ Home 给出建议阅读顺序;每个命令必须有预期结果;代码地图 ### 7. 导出镜像并检查 ```powershell -python scripts/sync_wiki_docs.py -python scripts/check_harness.py --strict -python scripts/sync_wiki_docs.py --check +python dev_scripts/sync_wiki_docs.py +python dev_scripts/check_harness.py --strict +python dev_scripts/sync_wiki_docs.py --check python -m unittest discover -s tests -v ```