|
@@ -31,7 +31,7 @@ export function AppLayout({ children }: Props) {
|
|
|
const leaf = trail[trail.length - 1];
|
|
const leaf = trail[trail.length - 1];
|
|
|
document.title = leaf
|
|
document.title = leaf
|
|
|
? `${leaf.label} · HS Data`
|
|
? `${leaf.label} · HS Data`
|
|
|
- : 'HS Data · 数据服务平台';
|
|
|
|
|
|
|
+ : 'HS Data · 数据平台';
|
|
|
}, [pathname]);
|
|
}, [pathname]);
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
@@ -45,7 +45,7 @@ export function AppLayout({ children }: Props) {
|
|
|
HS <span className="text-primary">Data</span>
|
|
HS <span className="text-primary">Data</span>
|
|
|
</span>
|
|
</span>
|
|
|
<span className="h-4 w-px bg-border" />
|
|
<span className="h-4 w-px bg-border" />
|
|
|
- <span className="text-xs text-muted-foreground">数据服务平台</span>
|
|
|
|
|
|
|
+ <span className="text-xs text-muted-foreground">数据平台</span>
|
|
|
<div className="ml-auto flex items-center gap-2">
|
|
<div className="ml-auto flex items-center gap-2">
|
|
|
<span className="flex items-center gap-1.5 text-xs text-muted-foreground">
|
|
<span className="flex items-center gap-1.5 text-xs text-muted-foreground">
|
|
|
<span className="size-1.5 rounded-full bg-primary" />
|
|
<span className="size-1.5 rounded-full bg-primary" />
|