From cee34c365e0689154f723bfa9717c6ebed3fd390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Tue, 14 Mar 2023 22:58:21 +0800 Subject: [PATCH] :arrow_up: Upgrade: downgrade element plus --- package.json | 4 ++-- vue.config.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b1fabc..9dc3c3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.4.2", + "version": "1.4.208", "author": { "name": "Kuingsmile", "email": "msq@msq.pub" @@ -50,7 +50,7 @@ "cos-nodejs-sdk-v5": "^2.11.19", "custom-electron-titlebar": "^4.1.5", "dexie": "^3.2.3", - "element-plus": "^2.2.35", + "element-plus": "^2.2.32", "fast-xml-parser": "^4.1.1", "form-data": "^4.0.0", "fs-extra": "^11.1.0", diff --git a/vue.config.js b/vue.config.js index c352712..d1d18d7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -67,12 +67,12 @@ const config = { }, mac: { icon: 'build/icons/icon.icns', - hardenedRuntime: true, + hardenedRuntime: false, entitlements: 'build/entitlements.mas.plist', entitlementsInherit: 'build/entitlements.mas.inherit.plist', provisioningProfile: 'build/piclistmass.provisionprofile', extendInfo: { - LSUIElement: 1 + LSUIElement: 0 }, target: [{ target: 'mas', @@ -86,7 +86,7 @@ const config = { mas: { type: 'distribution', icon: 'build/icons/icon.icns', - hardenedRuntime: true, + hardenedRuntime: false, entitlements: 'build/entitlements.mas.plist', entitlementsInherit: 'build/entitlements.mas.inherit.plist', provisioningProfile: 'build/piclistmass.provisionprofile',