From 9833bfa1699c3de44b4af0ece22dd50dda3130bb Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 17 五月 2024 16:21:35 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader --- vite.config.ts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 3510d34..4c0d644 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