From 50f4bc88de11808bb17769ecd000ad0596ad52f8 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 20 六月 2024 18:17:05 +0800 Subject: [PATCH] 答题器优化 --- vite.config.ts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index e11d194..2f5b6f7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,10 +9,10 @@ base:"./", plugins: [ vue(), - electron({ - // 閰嶇疆 Electron 鍏ュ彛鏂囦欢 - entry: 'electron-commonJS/main.js' - }), + // electron({ + // // 閰嶇疆 Electron 鍏ュ彛鏂囦欢 + // entry: 'electron-commonJS/main.js' + // }), ], resolve: { alias: { -- Gitblit v1.9.1