Compare commits

...

3 Commits

Author SHA1 Message Date
fish 0861e68fe4 看板监控中心标题改为跌停梯队
Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-06 12:17:27 +08:00
fish a83da2b8b4 serve 侧边栏移除个股分析和复盘的 Beta 标签
Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-06 12:12:42 +08:00
fish c71f45e147 serve 侧边栏品牌名改为 A股工作台
Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-06 12:11:21 +08:00
2 changed files with 5 additions and 12 deletions
+2 -9
View File
@@ -119,11 +119,10 @@ export function Layout() {
style={{ color: BRAND }}
/>
<div
className="font-mono font-bold text-[13px] tracking-[0.06em] text-foreground leading-tight"
className="text-sm font-bold tracking-tight text-foreground leading-tight"
style={{ textShadow: `0 0 10px ${BRAND}44` }}
>
<div>TickFlow</div>
<div>Stock Panel</div>
A股工作台
</div>
</div>
@@ -156,12 +155,6 @@ export function Layout() {
<>
<Icon className="h-4 w-4 shrink-0" />
<span className="flex-1">{label}</span>
{/* 个股分析 Beta 标识 */}
{(to === '/stock-analysis' || to === '/review') && (
<span className="inline-flex items-center rounded-full border border-amber-400/30 bg-amber-400/10 px-1.5 py-0.5 text-[9px] font-semibold uppercase tracking-wider text-amber-400 shrink-0">
Beta
</span>
)}
</>
)}
</NavLink>
+3 -3
View File
@@ -731,10 +731,10 @@ export function Dashboard() {
<div className="mb-2 flex items-center justify-between gap-2">
<div className="flex items-center gap-1.5">
<BellRing className="h-3.5 w-3.5 text-accent" />
<h2 className="text-xs font-semibold text-foreground"></h2>
<span className="font-mono text-[10px] text-muted"></span>
<h2 className="text-xs font-semibold text-foreground"></h2>
<span className="font-mono text-[10px] text-muted"></span>
</div>
<Link to="/monitor" className="inline-flex items-center justify-center h-5 w-5 rounded text-muted hover:text-accent hover:bg-accent/10 transition-colors" title="进入监控中心">
<Link to="/monitor" className="inline-flex items-center justify-center h-5 w-5 rounded text-muted hover:text-accent hover:bg-accent/10 transition-colors" title="进入跌停梯队">
<ArrowUpRight className="h-3.5 w-3.5" />
</Link>
</div>