From 8c833b4e6b6abd4adda60eb0e7fdde3c5e3530e8 Mon Sep 17 00:00:00 2001 From: wallace5303 <530353222@qq.com> Date: Wed, 23 Feb 2022 23:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/preload/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/electron/preload/index.js b/electron/preload/index.js index 85eb323..3f32206 100644 --- a/electron/preload/index.js +++ b/electron/preload/index.js @@ -8,7 +8,6 @@ const is = require('electron-is'); const tray = require('../library/tray'); const security = require('../library/security'); const awaken = require('../library/awaken'); -const chromeExtension = require('../library/chromeExtension'); /** * 预加载模块入口 @@ -22,8 +21,6 @@ module.exports = async (app) => { security.install(app); awaken.install(app); - - chromeExtension.install(app); loadUpdate(app);