From 1e379bb533ec09d2b94bc73f9576a4c60aefb76d Mon Sep 17 00:00:00 2001 From: hmo Date: Wed, 29 Jul 2026 23:47:41 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E9=9B=86=E4=B8=AD=E4=BB=93=E5=88=97?= =?UTF-8?q?=E6=A0=87=E6=B3=A8=E8=BF=90=E6=B0=94=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 6a4231a1..e4cfb813 100644 --- a/static/index.html +++ b/static/index.html @@ -2088,7 +2088,7 @@ function renderStrategyTable(strategies) { th('composite', '综合', 'text-right') + th('universality', '普适', 'text-right') + th('full_return', '全参与', 'text-right') + - th('total_return', '集中仓', 'text-right') + + th('total_return', '集中仓⚠️', 'text-right', '该策略最优激进仓位下的挑装收益——含上车运气,方差大') + th('capital_final', '最终资产', 'text-right') + th('cagr', '年化', 'text-right') + th('trades', '执行数', 'text-right', '实际参与组合模拟的交易笔数;信号总数=为鼠标悬停查看') +