⬆️ Upgrade: downgrade element plus

This commit is contained in:
萌萌哒赫萝 2023-03-14 22:58:21 +08:00
parent db393e712e
commit cee34c365e
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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',