feat: 添加 DynamicDialog 和 Toast 组件,重构 PrimeVue 相关逻辑和样式
Some checks failed
/ build-and-deploy-to-vercel (push) Failing after 24s
/ depcheck (push) Successful in 1m21s
/ playwright (push) Successful in 3m16s

This commit is contained in:
严浩
2024-12-12 23:34:20 +08:00
parent 22ff97d003
commit 6ceb3f0766
10 changed files with 665 additions and 601 deletions

View File

@ -22,7 +22,7 @@ import PrimeVue from 'primevue/config';
import messages from '@intlify/unplugin-vue-i18n/messages';
async function init() {
if (import.meta.env.MODE === 'development' || 1 === 1) {
if ((import.meta.env.MODE === 'development' || 1 === 1) && 0) {
// TODO: https://github.com/hu3dao/vite-plugin-debug/
// https://eruda.liriliri.io/zh/docs/#快速上手
await import('eruda').then(({ default: eruda }) => {