refactor(channel-monitor): remove INTELLIGENCE MONITOR hero title
Subtitle + breadcrumb already convey context; the giant h1 was visual noise. Drops orphan i18n key `channelStatus.hero.title` and shrinks hero section vertical padding accordingly. Bump VERSION to 0.1.114.26
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
<template>
|
||||
<section class="pt-8 pb-10 md:pb-14">
|
||||
<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">
|
||||
<h1
|
||||
class="text-5xl md:text-6xl xl:text-7xl font-bold leading-[1.05] tracking-tight text-gray-900 dark:text-gray-50"
|
||||
>
|
||||
{{ t('channelStatus.hero.title') }}
|
||||
</h1>
|
||||
<p class="mt-4 text-sm md:text-base text-gray-500 dark:text-gray-400 max-w-xl">
|
||||
<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">
|
||||
|
||||
@@ -897,7 +897,6 @@ export default {
|
||||
closeDetail: 'Close',
|
||||
hero: {
|
||||
breadcrumb: 'CHANNEL · STATUS',
|
||||
title: 'INTELLIGENCE MONITOR',
|
||||
subtitleZh: 'Real-time tracking of availability, latency and status for leading AI endpoints.',
|
||||
subtitleEn: 'Advanced performance metrics for next-gen intelligence.'
|
||||
},
|
||||
|
||||
@@ -901,7 +901,6 @@ export default {
|
||||
closeDetail: '关闭',
|
||||
hero: {
|
||||
breadcrumb: '渠道 · 状态',
|
||||
title: 'INTELLIGENCE MONITOR',
|
||||
subtitleZh: '实时追踪各大 AI 模型对话接口的可用性、延迟与官方服务状态。',
|
||||
subtitleEn: 'Advanced performance metrics for next-gen intelligence.'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user