🎨 将常用的放到前面

This commit is contained in:
Tw93
2022-10-25 21:38:21 +08:00
parent 7369099ad7
commit e335cc719c

View File

@@ -3,12 +3,6 @@
"productName": "WeRead",
"version": "0.1.0"
},
"build": {
"devPath": "../dist",
"distDir": "../dist",
"beforeBuildCommand": "",
"beforeDevCommand": ""
},
"tauri": {
"windows": [
{
@@ -56,5 +50,11 @@
"updater": {
"active": false
}
},
"build": {
"devPath": "../dist",
"distDir": "../dist",
"beforeBuildCommand": "",
"beforeDevCommand": ""
}
}