完善后台的图标库引用逻辑和在线图标库的引用

This commit is contained in:
2026-08-05 05:47:26 +08:00
parent ac740c24fd
commit e3aed70d6c
31 changed files with 3934 additions and 1678 deletions
+6 -2
View File
@@ -3,8 +3,12 @@ import vue from '@vitejs/plugin-vue';
const apiPort = process.env.API_PORT || '1551';
export default defineConfig({
plugins: [vue()],
export default defineConfig({
plugins: [vue()],
test: {
environment: 'jsdom',
globals: true,
},
css: {
preprocessorOptions: {
less: {