fix: 研究Tab与组合Tab反映最新策略家族状态
- 策略Tab: v_mr/v_mr_sel/v_combo 加'已证伪'红色标记(划线+badge+悬停原因) - 当前策略从v_next4单点扩展为策略家族(v_weak/s2_panic/v_next4) - 组合Tab: v_next4卡片version字段bug修复(错显示v_mr) - 组合Tab文案更新为策略家族(同时运行/票自己对号入座/零重叠)
This commit is contained in:
@@ -131,7 +131,7 @@ def get_combo_dashboard():
|
||||
p5 = s.get("portfolio", {})
|
||||
members[v] = {
|
||||
"role": "趋势市主战" if v == "v_next4" else "震荡/下跌市接管",
|
||||
"version": "v_weak" if used_sel else "v_mr",
|
||||
"version": ("v_weak" if used_sel else "v_mr") if v == "v_mr" else v,
|
||||
"is_sel": used_sel,
|
||||
"trades": s.get("total_trades"),
|
||||
"win_rate": s.get("win_rate"),
|
||||
|
||||
Reference in New Issue
Block a user