feat: 更新样式和脚本以改善应用布局和响应式设计
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m22s
/ playwright (push) Successful in 1m58s
/ depcheck (push) Successful in 1m57s

This commit is contained in:
严浩
2024-12-04 12:01:21 +08:00
parent 32902909c2
commit 2479c80cd1
2 changed files with 38 additions and 2 deletions

View File

@ -53,6 +53,11 @@ async function init() {
.use(PrimeVue, {
locale: zhCN['zh-CN'], // usePrimeVue().config.locale
theme: { preset: Aura },
options: {
prefix: 'p',
darkModeSelector: 'system',
cssLayer: false,
},
});
app.config.globalProperties.$__DEV__ = $__DEV__;
app.mount('#app');