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:
@@ -895,11 +895,6 @@ export default {
|
||||
detailLoadError: 'Failed to load channel detail',
|
||||
detailTitle: 'Channel Detail',
|
||||
closeDetail: 'Close',
|
||||
hero: {
|
||||
breadcrumb: 'CHANNEL · STATUS',
|
||||
subtitleZh: 'Real-time tracking of availability, latency and status for leading AI endpoints.',
|
||||
subtitleEn: 'Advanced performance metrics for next-gen intelligence.'
|
||||
},
|
||||
windowTab: {
|
||||
'7d': '7 days',
|
||||
'15d': '15 days',
|
||||
|
||||
Reference in New Issue
Block a user