mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-19 10:11:36 +08:00
37 lines
732 B
JSON
37 lines
732 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"productName": "IoT DC3",
|
|
"version": "2026.5.22",
|
|
"identifier": "io.github.pnoker.dc3.client",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:8080",
|
|
"beforeDevCommand": "pnpm dev",
|
|
"beforeBuildCommand": "pnpm build"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "IoT DC3",
|
|
"width": 1366,
|
|
"height": 768,
|
|
"resizable": true,
|
|
"fullscreen": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32.png",
|
|
"icons/128.png",
|
|
"icons/256.png",
|
|
"icons/512.png"
|
|
]
|
|
}
|
|
}
|