🐛 Fix(custom): fix sandbox error under dev mode

This commit is contained in:
Kuingsmile
2023-10-20 21:32:37 +08:00
parent 44998f2116
commit 2dc96f60c6
3 changed files with 153 additions and 205 deletions

View File

@@ -48,7 +48,7 @@
"ali-oss": "^6.18.1",
"axios": "^1.5.1",
"compare-versions": "^4.1.3",
"core-js": "^3.33.0",
"core-js": "^3.33.1",
"cos-nodejs-sdk-v5": "^2.12.4",
"dexie": "^3.2.4",
"electron-updater": "^6.1.4",
@@ -79,7 +79,7 @@
"upyun": "^3.4.6",
"uuid": "^9.0.1",
"video.js": "^8.5.2",
"vue": "^3.3.4",
"vue": "^3.3.6",
"vue-router": "^4.2.5",
"vue3-lazyload": "^0.3.8",
"vue3-photo-preview": "^0.3.0",
@@ -91,19 +91,19 @@
"@electron/notarize": "^2.1.0",
"@types/ali-oss": "^6.16.10",
"@types/electron-devtools-installer": "^2.2.4",
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.3",
"@types/inquirer": "^6.5.0",
"@types/js-yaml": "^4.0.8",
"@types/lowdb": "^1.0.13",
"@types/lowdb": "^1.0.14",
"@types/mime-types": "^2.1.3",
"@types/multer": "^1.4.9",
"@types/node": "^16.10.2",
"@types/request-promise-native": "^1.0.19",
"@types/semver": "^7.5.3",
"@types/tunnel": "^0.0.4",
"@types/upyun": "^3.4.1",
"@types/uuid": "^9.0.5",
"@types/write-file-atomic": "^4.0.1",
"@types/request-promise-native": "^1.0.20",
"@types/semver": "^7.5.4",
"@types/tunnel": "^0.0.5",
"@types/upyun": "^3.4.2",
"@types/uuid": "^9.0.6",
"@types/write-file-atomic": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vue/cli-plugin-babel": "^5.0.8",
@@ -113,13 +113,12 @@
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/runtime-dom": "^3.3.4",
"@vue/runtime-dom": "^3.3.6",
"conventional-changelog": "^5.1.0",
"cz-customizable": "^7.0.0",
"dotenv": "^16.3.1",
"dpdm": "^3.14.0",
"electron": "^22.0.2",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.51.0",
"eslint-config-standard": ">=16.0.0",
"eslint-plugin-import": "^2.28.1",