💄 更新配置文件和优化图片下载逻辑

This commit is contained in:
目棃
2025-04-01 14:08:50 +08:00
parent 01009b36eb
commit 7cf4516865
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
/**
* @file vite.config.ts
* @description vite 配置文件
* @since Beta v0.7.2
* @since Beta v0.7.3
*/
import vue from "@vitejs/plugin-vue";
@@ -35,5 +35,5 @@ export default defineConfig({
watch: { ignored: ["**/src-tauri/**"] },
},
esbuild: { supported: { "top-level-await": true } },
build: { chunkSizeWarningLimit: 4096 },
build: { chunkSizeWarningLimit: 8192 },
});