chore: checkpoint admin editor and perf work

This commit is contained in:
2026-03-31 00:12:02 +08:00
parent 92a85eef20
commit 99b308e800
45 changed files with 7265 additions and 833 deletions

View File

@@ -1,6 +1,8 @@
import {
BarChart3,
BookOpenText,
ExternalLink,
Image as ImageIcon,
LayoutDashboard,
Link2,
LogOut,
@@ -25,6 +27,12 @@ const primaryNav = [
description: '站点运营总览',
icon: LayoutDashboard,
},
{
to: '/analytics',
label: '数据分析',
description: '搜索词与 AI 问答洞察',
icon: BarChart3,
},
{
to: '/posts',
label: '文章',
@@ -49,6 +57,12 @@ const primaryNav = [
description: '评测内容库',
icon: BookOpenText,
},
{
to: '/media',
label: '媒体库',
description: '对象存储图片管理',
icon: ImageIcon,
},
{
to: '/settings',
label: '设置',