feat: 增长质量诊断模块 — 五维评分+雷达图+跨期对比+趋势
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user