feat: 重构页面结构,删除不必要的页面,添加新页面,优化暗黑主题样式
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 1m33s
/ depcheck (push) Successful in 1m7s
/ playwright (push) Failing after 2m28s

This commit is contained in:
严浩
2025-01-03 16:47:30 +08:00
parent 263f3f6dfa
commit f5c0cb8665
12 changed files with 22 additions and 168 deletions

View File

@ -16,11 +16,13 @@ export function install({ app }: { app: import('vue').App<Element> }) {
pending: '待上传',
completed: '已上传',
}, // usePrimeVue().config.locale
theme: { preset: Aura },
options: {
prefix: 'p',
darkModeSelector: 'system',
cssLayer: false,
theme: {
preset: Aura,
options: {
prefix: 'p',
darkModeSelector: '.app-dark' /* 'system' */,
cssLayer: false,
},
},
});
}