feat: 完善批量可视化测试验证逻辑(仅提交业务代码)

This commit is contained in:
lulijing
2025-12-09 13:20:39 +08:00
parent c08cdfb339
commit 60f156f5e6
129 changed files with 21380 additions and 1984 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# 图片/二进制大文件
*.png
*.jpg
*.jpeg
# 数据库文件
*.sqlite3
*.db
# 日志/缓存
logs/
*.log
__pycache__/
*.pyc
*.pid
# 测试临时文件
tools/api_test*.log
tools/test_validate/validation_*/