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

@@ -36,6 +36,8 @@ func BuildMetrics(types []TestType) []Metric {
m.Tool = "stressapptest"
case TestFull:
m.Tool = "stress-ng"
case TestFnStable:
m.Tool = "fnscript"
default:
m.Enabled = false
m.DisableReason = "未知测试类型"
@@ -64,6 +66,7 @@ type Config struct {
DiskDir string // 空=自动临时目录
TempLogInt time.Duration
TempLimit float64 // 温度上限(°C)0=不判定
FnMemory bool // fnstable 门禁是否执行 memtester 内存校验30-120 分钟)
// 压测统一在 Docker 容器中执行(工具预装在镜像里)
DockerImage string // 压测镜像名称,如 stress-test:20260824-153045由 build.sh 自动维护)
DockerTar string // 本地导出的镜像文件docker save目标机无镜像时上传并 load