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
+2 -2
View File
@@ -150,7 +150,7 @@ export default function RssManage() {
</Typography>
{/* 源管理 */}
<Paper sx={{ p: 2.5, mb: 2 }}>
<Paper id="sec-rss-sources" sx={{ p: 2.5, mb: 2 }}>
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 1 }}>
<RssFeedIcon fontSize="small" sx={{ color: 'primary.main' }} />
<Typography variant="h6" sx={{ fontSize: 16 }}>订阅源</Typography>
@@ -206,7 +206,7 @@ export default function RssManage() {
</Paper>
{/* 内容设置 */}
<Paper sx={{ p: 2.5 }}>
<Paper id="sec-rss-content" sx={{ p: 2.5 }}>
<Typography variant="h6" sx={{ mb: 1, fontSize: 16 }}>内容设置</Typography>
<FormControlLabel