chore: 项目依赖更新

This commit is contained in:
ZiuChen
2025-08-01 23:47:17 +08:00
parent 894f114566
commit 14435f3e6a
6 changed files with 975 additions and 1073 deletions

View File

@@ -1,5 +1,4 @@
import { defineConfig } from 'vite'
import vueJsx from '@vitejs/plugin-vue-jsx'
export default defineConfig(() => ({
server: {
@@ -9,6 +8,5 @@ export default defineConfig(() => ({
changeOrigin: true
}
}
},
plugins: [vueJsx()]
}
}))