31 lines
519 B
JSON
31 lines
519 B
JSON
{
|
|
"package": {
|
|
"productName": "WeRead",
|
|
"version": "1.0.0"
|
|
},
|
|
"tauri": {
|
|
"windows": [
|
|
{
|
|
"url": "https://weread.qq.com/",
|
|
"transparent": true,
|
|
"fullscreen": false,
|
|
"width": 1200,
|
|
"height": 728,
|
|
"resizable": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
}
|
|
},
|
|
"build": {
|
|
"devPath": "../dist",
|
|
"distDir": "../dist",
|
|
"beforeBuildCommand": "",
|
|
"beforeDevCommand": ""
|
|
}
|
|
}
|