@@ -24,26 +24,26 @@ interface AdminLayoutProps {
2424
2525const NAV_GROUPS = [
2626 {
27- title : "内容管理 " ,
27+ title : "内容运营 " ,
2828 items : [
29- { href : "/admin" , icon : LayoutDashboard , label : "控制台 " } ,
30- { href : "/admin/pages" , icon : StickyNote , label : "独立页面 " } ,
31- { href : "/admin/comments" , icon : MessageCircle , label : "评论审核 " } ,
29+ { href : "/admin" , icon : LayoutDashboard , label : "运营总览 " } ,
30+ { href : "/admin/pages" , icon : StickyNote , label : "页面管理 " } ,
31+ { href : "/admin/comments" , icon : MessageCircle , label : "互动审核 " } ,
3232 ] ,
3333 } ,
3434 {
35- title : "资源与数据 " ,
35+ title : "增长工具 " ,
3636 items : [
37- { href : "/admin/media" , icon : ImageIcon , label : "媒体库 " } ,
38- { href : "/admin/analytics" , icon : BarChart3 , label : "数据分析 " } ,
39- { href : "/admin/seo" , icon : Sparkles , label : "SEO 优化 " } ,
40- { href : "/admin/backup" , icon : HardDrive , label : "安全备份 " } ,
37+ { href : "/admin/media" , icon : ImageIcon , label : "媒体资产 " } ,
38+ { href : "/admin/analytics" , icon : BarChart3 , label : "运营洞察 " } ,
39+ { href : "/admin/seo" , icon : Sparkles , label : "搜索优化 " } ,
40+ { href : "/admin/backup" , icon : HardDrive , label : "备份恢复 " } ,
4141 ] ,
4242 } ,
4343 {
44- title : "系统配置 " ,
44+ title : "系统维护 " ,
4545 items : [
46- { href : "/admin/settings" , icon : Settings , label : "站点设置 " } ,
46+ { href : "/admin/settings" , icon : Settings , label : "站点配置 " } ,
4747 ] ,
4848 } ,
4949] ;
@@ -113,7 +113,7 @@ export function AdminLayout({ children }: AdminLayoutProps) {
113113 </ div >
114114 < div >
115115 < span className = "block font-heading text-[17px] font-semibold tracking-[-0.02em]" > Monolith</ span >
116- < span className = "block text-[10px] text-muted-foreground/45" > Admin Console </ span >
116+ < span className = "block text-[10px] text-muted-foreground/45" > Operations Desk </ span >
117117 </ div >
118118 </ Link >
119119 < label className = "mt-[14px] flex min-h-[44px] items-center gap-[8px] rounded-md border border-border/25 bg-background/45 px-[12px] text-[13px] text-foreground shadow-[0_8px_24px_oklch(0_0_0_/_10%)] transition-colors focus-within:border-foreground/25 focus-within:bg-background/65 focus-within:ring-1 focus-within:ring-foreground/10" >
@@ -163,7 +163,7 @@ export function AdminLayout({ children }: AdminLayoutProps) {
163163 : "text-muted-foreground/55 hover:bg-muted/35 hover:text-foreground/85"
164164 } `}
165165 >
166- { isActive && < span className = "absolute left-[4px] top-1/2 h-[18px] w-[2px] -translate-y-1/2 rounded-full bg-cyan-300/80 " /> }
166+ { isActive && < span className = "absolute left-[4px] top-1/2 h-[18px] w-[2px] -translate-y-1/2 rounded-full bg-background/75 " /> }
167167 < item . icon className = "w-[14px] h-[14px]" />
168168 { item . label }
169169 </ Link >
@@ -237,7 +237,7 @@ export function AdminLayout({ children }: AdminLayoutProps) {
237237
238238 < div className = "hidden h-[56px] items-center justify-between border-b border-border/20 bg-background/72 px-[24px] backdrop-blur-xl md:flex" >
239239 < div className = "flex items-center gap-[8px]" >
240- < span className = "font-heading text-[13px] font-medium text-foreground/90" > Monolith 管理后台 </ span >
240+ < span className = "font-heading text-[13px] font-medium text-foreground/90" > Monolith 运营后台 </ span >
241241 < span className = "text-[12px] text-muted-foreground/25" > /</ span >
242242 < span className = "font-heading text-[13px] font-semibold text-foreground/75" > { currentTitle } </ span >
243243 </ div >
0 commit comments