侧边栏恢复先知刊头,去掉ADMIN

- 顶部通栏不再显示先知,改为纯功能栏(面包屑/日期/状态/登出)
- 侧边栏顶部显示「先知」毛笔字
- 移除 ADMIN 标识

Co-Authored-By: new-provider/LongCat-2.0 <<EMAIL>>
)
This commit is contained in:
shangfangjian
2026-09-20 23:47:44 +08:00
parent 9fb8e24be3
commit 930dfd184d
+2 -5
View File
@@ -161,9 +161,6 @@ export default function AdminLayout() {
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 6h16M4 12h16M4 18h16" /> <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 6h16M4 12h16M4 18h16" />
</svg> </svg>
</button> </button>
<h1 className="font-brush text-xl text-ink-900">
</h1>
{/* 面包屑 */} {/* 面包屑 */}
<nav className="hidden items-center gap-1.5 text-2xs text-ink-400 sm:flex" aria-label="面包屑"> <nav className="hidden items-center gap-1.5 text-2xs text-ink-400 sm:flex" aria-label="面包屑">
<a href="/admin" className="hover:text-ink-700"></a> <a href="/admin" className="hover:text-ink-700"></a>
@@ -219,8 +216,8 @@ export default function AdminLayout() {
aria-label="主导航" aria-label="主导航"
> >
{/* 侧栏顶部 */} {/* 侧栏顶部 */}
<div className="flex items-center justify-between border-b border-ink-900 px-5 py-4"> <div className="flex items-center border-b border-ink-900 px-5 py-4">
<span className="text-2xs tracking-[0.25em] text-ink-400">ADMIN</span> <h1 className="font-brush text-xl text-ink-900"></h1>
</div> </div>
{/* 导航:分组 + 小节标题 */} {/* 导航:分组 + 小节标题 */}