optimize style

pull/401/head
王良 2024-11-26 17:47:11 +08:00
parent 6f0311b227
commit 29bc385387
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ module.exports = defineConfig({
},
win: {
icon: 'build/icons/',
// requestedExecutionLevel: 'highestAvailable' // 加了这个无法开机自启
// requestedExecutionLevel: 'highestAvailable', // 加了这个无法开机自启
},
linux: {
icon: 'build/mac/',
@ -107,7 +107,7 @@ module.exports = defineConfig({
publish: {
provider: publishProvider,
url: publishUrl,
// url: 'http://dev-sidecar.docmirror.cn/update/preview/'
// url: 'http://dev-sidecar.docmirror.cn/update/preview/',
},
},
chainWebpackMainProcess (config) {