From 0c48f08f5c748bdec005e31344a6d672b1d8ad83 Mon Sep 17 00:00:00 2001 From: erio Date: Tue, 21 Apr 2026 12:12:08 +0800 Subject: [PATCH] refactor(channel-status): drop breadcrumb + subtitle from MonitorHero MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "CHANNEL · STATUS" breadcrumb and the zh/en subtitles above the window-picker were redundant with the existing "渠道状态" page title shown in the layout header. Remove the left column and right-align the 7d/15d/30d tabs + overall chip. Also drop the now-unreferenced channelStatus.hero.* i18n keys from both locales (grep confirms no remaining usage). chore: bump version to 0.1.114.31 --- .../src/components/user/monitor/MonitorHero.vue | 14 +------------- frontend/src/i18n/locales/en.ts | 5 ----- frontend/src/i18n/locales/zh.ts | 5 ----- 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/frontend/src/components/user/monitor/MonitorHero.vue b/frontend/src/components/user/monitor/MonitorHero.vue index 6857a6fe..7fc4d846 100644 --- a/frontend/src/components/user/monitor/MonitorHero.vue +++ b/frontend/src/components/user/monitor/MonitorHero.vue @@ -1,18 +1,6 @@