chore: 同步本地更改

- 新增 aio-mcp 项目框架
- 新增 .trae/skills/ OCR/SKU 设计工具
- 更新 auto-check 配置和 stress 包
- 删除 fnhelp 文档目录
- 更新 Docker 压力测试脚本
This commit is contained in:
张威33321
2026-08-27 20:38:13 +08:00
parent a172a9bb5e
commit a8fa159f0f
75 changed files with 2266 additions and 4068 deletions

View File

@@ -2,6 +2,11 @@
reports/
*.exe
*.test
run.log
run.err
# 编译产物
/auto-check
# 导出的镜像文件(体积大,不入库;维护时重新 docker save 生成)
docker/stress-test/*.tar
@@ -9,3 +14,4 @@ docker/stress-test/*.tar
# IDE
.idea/
.vscode/
.codewhale/