You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.8 KiB
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"package": {
"productName": "call-client",
"version": "0.1.1"
},
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"devPath": "http://localhost:1420",
"distDir": "../dist"
},
"tauri": {
"allowlist": {
"all": true,
"http": {
"all": true,
"request": true,
"scope": ["http://*/*", "https://*/*"]
}
},
"windows": [
{
"label": "login",
"title": "登录",
"url": "/#/login",
"width": 480,
"height": 600,
"resizable": false,
"maximizable": false,
"decorations": false,
"alwaysOnTop": true
},
{
"label": "ticketList",
"title": "票号列表",
"url": "/#/ticketList",
"width": 1024,
"height": 720,
"visible": false,
"resizable": false,
"maximizable": false,
"decorations": false,
"alwaysOnTop": true
},
{
"label": "taxerInfo",
"title": "办税员窗口",
"url": "/#/taxerInfo",
"width": 1200,
"height": 760,
"visible": false,
"resizable": true,
"decorations": false,
"alwaysOnTop": true
}
],
"security": {
"csp": null
},
"bundle": {
"active": true,
"targets": ["deb"],
"identifier": "com.ziyun.callclient",
"deb": {
"depends": []
},
"appimage": {
"bundleMediaFramework": false
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png"
]
}
}
}