From c16f703cefea342754c0a99d0a0fa74943f6208e Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Tue, 14 Mar 2023 15:50:36 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E4=BF=AE=E5=A4=8Dgithub=20ac?= =?UTF-8?q?tions=20=E6=9E=84=E5=BB=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +++- yarn.lock | 8 -------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 783f0e3..f01678f 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,10 @@ "postuninstall": "electron-builder install-app-deps" }, "main": "background.js", + "optionalDependencies": { + "electron-clipboard-ex": "^1.3.3" + }, "dependencies": { - "electron-clipboard-ex": "^1.3.3", "@better-scroll/core": "^2.4.2", "ant-design-vue": "^2.2.8", "core-js": "^3.6.5", diff --git a/yarn.lock b/yarn.lock index 05d4be8..0a81e6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4615,14 +4615,6 @@ electron-builder@^22.2.0: update-notifier "^5.1.0" yargs "^17.0.1" -electron-clipboard-ex@^1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/electron-clipboard-ex/-/electron-clipboard-ex-1.3.3.tgz#d035716ba7fcadf6e1cd91507f1a127f11cbbc63" - integrity sha512-bny+IQhbLd7ur4NMKJ6P9+WRG2KTF6yGrbKem2N/zIdK64Yk3hCqVEiuyON6b2aOeEUDGkvS8LCkk4Q2IimehA== - dependencies: - node-addon-api "^4.0.0" - node-gyp-build "^4.2.3" - electron-devtools-installer@^3.1.0: version "3.2.0" resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.2.0.tgz#acc48d24eb7033fe5af284a19667e73b78d406d0"