feat: 后台侧边栏重构(6组折叠导航 + 设置项搜索命令面板)+ 设置项挪窝(评论→博客、代理→面板链接、论坛私密开关补 UI)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user