Compare commits
3 Commits
fa89b382df
...
0861e68fe4
| Author | SHA1 | Date | |
|---|---|---|---|
| 0861e68fe4 | |||
| a83da2b8b4 | |||
| c71f45e147 |
@@ -119,11 +119,10 @@ export function Layout() {
|
|||||||
style={{ color: BRAND }}
|
style={{ color: BRAND }}
|
||||||
/>
|
/>
|
||||||
<div
|
<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` }}
|
style={{ textShadow: `0 0 10px ${BRAND}44` }}
|
||||||
>
|
>
|
||||||
<div>TickFlow</div>
|
A股工作台
|
||||||
<div>Stock Panel</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -156,12 +155,6 @@ export function Layout() {
|
|||||||
<>
|
<>
|
||||||
<Icon className="h-4 w-4 shrink-0" />
|
<Icon className="h-4 w-4 shrink-0" />
|
||||||
<span className="flex-1">{label}</span>
|
<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>
|
</NavLink>
|
||||||
|
|||||||
@@ -731,10 +731,10 @@ export function Dashboard() {
|
|||||||
<div className="mb-2 flex items-center justify-between gap-2">
|
<div className="mb-2 flex items-center justify-between gap-2">
|
||||||
<div className="flex items-center gap-1.5">
|
<div className="flex items-center gap-1.5">
|
||||||
<BellRing className="h-3.5 w-3.5 text-accent" />
|
<BellRing className="h-3.5 w-3.5 text-accent" />
|
||||||
<h2 className="text-xs font-semibold text-foreground">监控中心</h2>
|
<h2 className="text-xs font-semibold text-foreground">跌停梯队</h2>
|
||||||
<span className="font-mono text-[10px] text-muted">实时信号</span>
|
<span className="font-mono text-[10px] text-muted">封板强度</span>
|
||||||
</div>
|
</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" />
|
<ArrowUpRight className="h-3.5 w-3.5" />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user