2023-12-15 20:25:35 +08:00
|
|
|
{
|
2024-08-16 00:59:13 +08:00
|
|
|
"productName": "HuLa",
|
2024-09-13 17:49:21 +08:00
|
|
|
"version": "2.1.0",
|
2024-08-16 00:59:13 +08:00
|
|
|
"identifier": "com.tauri.build",
|
2023-12-15 20:25:35 +08:00
|
|
|
"build": {
|
|
|
|
"beforeDevCommand": "pnpm dev",
|
|
|
|
"beforeBuildCommand": "pnpm build",
|
2024-08-16 00:59:13 +08:00
|
|
|
"frontendDist": "../dist",
|
|
|
|
"devUrl": "http://127.0.0.1:6130"
|
2023-12-15 20:25:35 +08:00
|
|
|
},
|
2024-08-16 00:59:13 +08:00
|
|
|
"bundle": {
|
|
|
|
"resources": [
|
|
|
|
"tray"
|
|
|
|
],
|
2024-08-20 21:16:00 +08:00
|
|
|
"active": true,
|
2024-08-16 00:59:13 +08:00
|
|
|
"targets": "all",
|
|
|
|
"icon": [
|
|
|
|
"icons/32x32.png",
|
|
|
|
"icons/128x128.png",
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
"icons/icon.icns",
|
|
|
|
"icons/icon.ico"
|
|
|
|
],
|
|
|
|
"windows": {
|
|
|
|
"wix": {
|
|
|
|
"language": "zh-CN"
|
2023-12-15 20:25:35 +08:00
|
|
|
}
|
2024-08-16 00:59:13 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"app": {
|
|
|
|
"withGlobalTauri": true,
|
2023-12-15 20:25:35 +08:00
|
|
|
"windows": [
|
|
|
|
{
|
2024-01-15 22:38:24 +08:00
|
|
|
"label": "login",
|
|
|
|
"url": "/login",
|
2023-12-15 20:25:35 +08:00
|
|
|
"fullscreen": false,
|
2024-01-17 02:50:48 +08:00
|
|
|
"resizable": false,
|
2023-12-17 02:21:55 +08:00
|
|
|
"center": true,
|
2024-08-20 21:16:00 +08:00
|
|
|
"width": 320,
|
|
|
|
"height": 448,
|
2024-01-15 06:14:04 +08:00
|
|
|
"skipTaskbar": false,
|
2024-08-19 22:03:04 +08:00
|
|
|
"transparent": false,
|
|
|
|
"titleBarStyle": "Overlay",
|
|
|
|
"hiddenTitle": true
|
2024-03-20 23:56:17 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "tray",
|
|
|
|
"url": "/tray",
|
|
|
|
"resizable": false,
|
|
|
|
"center": false,
|
|
|
|
"visible": false,
|
|
|
|
"width": 130,
|
2024-04-08 21:16:34 +08:00
|
|
|
"height": 44,
|
2024-03-20 23:56:17 +08:00
|
|
|
"alwaysOnTop": true,
|
|
|
|
"skipTaskbar": true,
|
|
|
|
"decorations": false
|
2024-08-19 22:03:04 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "capture",
|
|
|
|
"url": "/capture",
|
2024-08-20 21:16:00 +08:00
|
|
|
"fullscreen": false,
|
2024-08-19 22:03:04 +08:00
|
|
|
"transparent": true,
|
|
|
|
"resizable": false,
|
|
|
|
"skipTaskbar": false,
|
|
|
|
"decorations": false,
|
|
|
|
"visible": false
|
2023-12-15 20:25:35 +08:00
|
|
|
}
|
2024-01-12 21:16:01 +08:00
|
|
|
],
|
2024-08-16 00:59:13 +08:00
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
|
|
|
"macOSPrivateApi": true
|
2023-12-15 20:25:35 +08:00
|
|
|
}
|
|
|
|
}
|