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

@@ -18,10 +18,15 @@ export default defineAppConfig({
container: 'gap-2',
base: 'px-3 py-4',
after: 'after:hidden',
active: 'before:bg-neutral-600 hover:before:bg-neutral-600 dark:before:bg-neutral-800 dark:hover:before:bg-neutral-800 text-neutral-50 dark:text-neutral-300',
active:
'before:bg-neutral-600 hover:before:bg-neutral-600 dark:before:bg-neutral-800 dark:hover:before:bg-neutral-800 text-neutral-50 dark:text-neutral-300',
icon: {
active: 'text-neutral-50 dark:text-neutral-300',
},
},
formGroup: {
hint: 'text-xs',
help: 'text-xs',
},
},
})