docs: 将 Harness 工具路径改为 dev_scripts (#3)

ila
2026-08-08 09:16:00 +08:00
parent 9b223d2fea
commit a0eeab23a4
+3 -3
@@ -72,9 +72,9 @@ Home 给出建议阅读顺序;每个命令必须有预期结果;代码地图
### 7. 导出镜像并检查 ### 7. 导出镜像并检查
```powershell ```powershell
python scripts/sync_wiki_docs.py python dev_scripts/sync_wiki_docs.py
python scripts/check_harness.py --strict python dev_scripts/check_harness.py --strict
python scripts/sync_wiki_docs.py --check python dev_scripts/sync_wiki_docs.py --check
python -m unittest discover -s tests -v python -m unittest discover -s tests -v
``` ```