diff --git a/src/components/sections/StatsBar.tsx b/src/components/sections/StatsBar.tsx index b8a8b31..4ef11ed 100644 --- a/src/components/sections/StatsBar.tsx +++ b/src/components/sections/StatsBar.tsx @@ -17,7 +17,6 @@ interface StatsBarProps { displayOptions: { currentTime: boolean; currentOnline: boolean; - regionOverview: boolean; trafficOverview: boolean; networkSpeed: boolean; }; @@ -90,21 +89,7 @@ export const StatsBar = ({ ) ); - case "regionOverview": - return ( - displayOptions.regionOverview && ( -
-
- - -
-
- ) - ); + // 已删除"点亮地区"版块 case "trafficOverview": return ( displayOptions.trafficOverview && ( @@ -191,18 +176,7 @@ export const StatsBar = ({ } /> - - 点亮地区 - - setDisplayOptions({ - ...displayOptions, - regionOverview: checked, - }) - } - /> - + {/* 已移除点亮地区选项 */} 流量概览