feat(ppt-templates): 添加PPT模板库页面

This commit is contained in:
2025-01-20 00:58:23 +08:00
parent 70d23ba7a2
commit a8c689d325
5 changed files with 173 additions and 3 deletions

View File

@@ -33,6 +33,11 @@ const navList = ref<
icon: 'tabler:keyframes',
to: '/generation/materials',
},
{
label: 'PPT 模板库',
icon: 'tabler:file-type-ppt',
to: '/generation/ppt-templates',
},
{
label: '用户管理',
icon: 'tabler:users',