diff --git a/frontend/src/pages/settings/Monitoring.tsx b/frontend/src/pages/settings/Monitoring.tsx
index 0a3bed6..5d012b0 100644
--- a/frontend/src/pages/settings/Monitoring.tsx
+++ b/frontend/src/pages/settings/Monitoring.tsx
@@ -366,49 +366,6 @@ export function SettingsMonitoringPanel({ highlight }: { highlight?: string } =
{/* ========== 右列 ========== */}
- {/* 连板梯队降级修正 (右列顶部) */}
-
runFix.mutate()}
- disabled={runFix.isPending}
- className="inline-flex items-center gap-1 px-2 py-1 rounded text-[11px]
- bg-accent/15 text-accent hover:bg-accent/25 transition-colors
- disabled:opacity-50 disabled:cursor-not-allowed"
- >
-
- {runFix.isPending ? '修正中…' : '立即修正'}
-
- ) : undefined}
- >
- {hasDepth ? (
- <>
-
- 通过五档盘口实时修正真假涨停/跌停。真封板显示封单量,假涨停(收盘价=涨停价但卖一有量)归入炸板。
- 盘中按设定间隔轮询,收盘后自动定版。
-
-
-
- >
- ) : (
-
- )}
-
-
{/* 全量分钟 (TickFlow Expert 专有): 盘中全市场分钟落盘, intraday.universe 单请求增量 */}
+ {/* 连板梯队降级修正 */}
+
runFix.mutate()}
+ disabled={runFix.isPending}
+ className="inline-flex items-center gap-1 px-2 py-1 rounded text-[11px]
+ bg-accent/15 text-accent hover:bg-accent/25 transition-colors
+ disabled:opacity-50 disabled:cursor-not-allowed"
+ >
+
+ {runFix.isPending ? '修正中…' : '立即修正'}
+
+ ) : undefined}
+ >
+ {hasDepth ? (
+ <>
+
+ 通过五档盘口实时修正真假涨停/跌停。真封板显示封单量,假涨停(收盘价=涨停价但卖一有量)归入炸板。
+ 盘中按设定间隔轮询,收盘后自动定版。
+
+
+
+ >
+ ) : (
+
+ )}
+
+
{/* 推送通知 — 监控告警的外部推送渠道 (全局配置)。
飞书 / 企业微信。
每个渠道合并成一行: 勾选=新建规则默认推送, 点行展开地址配置。 */}