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',
|
||||
|
||||
@@ -899,11 +899,6 @@ export default {
|
||||
detailLoadError: '加载渠道详情失败',
|
||||
detailTitle: '渠道详情',
|
||||
closeDetail: '关闭',
|
||||
hero: {
|
||||
breadcrumb: '渠道 · 状态',
|
||||
subtitleZh: '实时追踪各大 AI 模型对话接口的可用性、延迟与官方服务状态。',
|
||||
subtitleEn: 'Advanced performance metrics for next-gen intelligence.'
|
||||
},
|
||||
windowTab: {
|
||||
'7d': '7 天',
|
||||
'15d': '15 天',
|
||||
|
||||
Reference in New Issue
Block a user