addproject

This commit is contained in:
qiaoxinjiu
2026-01-22 19:10:37 +08:00
commit 6994b185a3
184 changed files with 21039 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@echo off
chcp 65001 >nul
echo ========================================
echo 运行所有测试用例
echo ========================================
python run_tests.py --all --report
pause