feat: 增长质量诊断模块 — 五维评分+雷达图+跨期对比+趋势

This commit is contained in:
Hermes CI Fix
2026-08-11 00:21:10 +08:00
parent 0b191d278e
commit b1e8a55745
7 changed files with 796 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# 启动 CMA 后端 (增长质量诊断开发用)
cd /root/cma-management/backend
exec /root/cma-management/backend/venv/bin/python3 -m uvicorn app.main:app --host 0.0.0.0 --port 8010 --workers 1 --limit-max-requests 10000 --timeout-keep-alive 30 --no-access-log