diff --git a/static/index.html b/static/index.html
index 63a37fe5..6a966be2 100644
--- a/static/index.html
+++ b/static/index.html
@@ -2595,8 +2595,7 @@ function renderStrategyTable(strategies) {
(rw && rw.trades != null ? ' ' + rw.trades + '笔' : '') +
'' +
'
' + s.version + (rgActive ? ' 激活' : '') + (s.state === 'available' && !rgActive ? ' 可用' : '') + (deprecatedReason ? ' 已证伪' : '') + ((s.market && s.market !== 'all') ? ' ' + (s.market === 'hk' ? '港' : 'A') + '' : '') + ' | ' +
- '' + (s.name || '') + (smallSample ? ' ⚠️' : '') + ' ' +
- (rGrade ? '' + GRADE_STD[rGrade].label + '' : '') + ' | ' +
+ '' + (s.name || '') + (smallSample ? ' ⚠️' : '') + ' | ' +
'' + (st.sizing_slots ? st.sizing_slots + '仓' : '10仓') + (st.conviction_model ? '' : '') + ' | ' +
'' + ((s.description && s.description.title) ? '' : '—') + ' | ' +
cell('composite', compositeShow, v => v + (s._confidence != null && s._confidence < 1 ? '×' + s._confidence.toFixed(2) + '' : ''), 'font-bold text-amber-300') +