feat: 后台侧边栏重构(6组折叠导航 + 设置项搜索命令面板)+ 设置项挪窝(评论→博客、代理→面板链接、论坛私密开关补 UI)

This commit is contained in:
2026-08-14 01:32:05 +08:00
parent 171f1f5893
commit 92381b5c78
12 changed files with 511 additions and 123 deletions
+5
View File
@@ -18,6 +18,11 @@ body {
transition: background-color 0.3s ease, color 0.3s ease;
}
/* 设置区块锚点(搜索跳转定位):预留固定 AppBar 高度,避免被遮挡 */
[id^="sec-"] {
scroll-margin-top: 88px;
}
/* 滚动条(对应前台细滚动条) */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }