refactor(channel-status): drop breadcrumb + subtitle from MonitorHero

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
This commit is contained in:
erio
2026-04-21 12:12:08 +08:00
parent b363bff1d8
commit 0c48f08f5c
3 changed files with 1 additions and 23 deletions

View File

@@ -1,18 +1,6 @@
<template>
<section class="pt-6 pb-6 md:pb-8">
<div class="text-xs font-medium tracking-widest uppercase text-gray-400 dark:text-gray-500 mb-4">
{{ t('channelStatus.hero.breadcrumb') }}
</div>
<div class="flex flex-col gap-6 md:flex-row md:items-end md:justify-between">
<div class="min-w-0">
<p class="text-sm md:text-base text-gray-500 dark:text-gray-400 max-w-xl">
{{ t('channelStatus.hero.subtitleZh') }}
</p>
<p class="mt-1 text-xs md:text-sm italic opacity-80 text-gray-500 dark:text-gray-400 max-w-xl">
{{ t('channelStatus.hero.subtitleEn') }}
</p>
</div>
<div class="flex flex-col gap-6 md:flex-row md:items-end md:justify-end">
<div class="flex flex-col items-start md:items-end gap-2.5">
<div
role="tablist"