chore: checkpoint admin editor and perf work
This commit is contained in:
@@ -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: '设置',
|
||||
|
||||
Reference in New Issue
Block a user