feat: add dashboard friend circle management

This commit is contained in:
liuwei
2026-04-07 12:50:50 +08:00
parent d507cdf88d
commit e8ed0d4799
7 changed files with 1073 additions and 63 deletions

View File

@@ -666,6 +666,16 @@
{ label: '错误日志', path: '/errors' }
]
},
{
key: 'friend-circle',
label: '朋友圈',
icon: 'el-icon-picture-outline-round',
description: '集中管理朋友圈查看、发布、点赞与评论流程',
defaultPath: '/friend_circle',
items: [
{ label: '朋友圈管理', path: '/friend_circle' }
]
},
{
key: 'groups',
label: '群组',