mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-30 02:38:30 +08:00
392b7c99bd
优化弹出框的样式效果|优化ai插件页面的功能|新增设置中的提示
75 lines
1.5 KiB
JSON
75 lines
1.5 KiB
JSON
{
|
|
"productName": "HuLa",
|
|
"version": "2.0.0",
|
|
"identifier": "com.tauri.build",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://127.0.0.1:6130"
|
|
},
|
|
"bundle": {
|
|
"resources": [
|
|
"tray"
|
|
],
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"windows": {
|
|
"wix": {
|
|
"language": "zh-CN"
|
|
}
|
|
}
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"label": "login",
|
|
"url": "/login",
|
|
"fullscreen": false,
|
|
"resizable": false,
|
|
"center": true,
|
|
"width": 320,
|
|
"height": 448,
|
|
"skipTaskbar": false,
|
|
"transparent": false,
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true
|
|
},
|
|
{
|
|
"label": "tray",
|
|
"url": "/tray",
|
|
"resizable": false,
|
|
"center": false,
|
|
"visible": false,
|
|
"width": 130,
|
|
"height": 44,
|
|
"alwaysOnTop": true,
|
|
"skipTaskbar": true,
|
|
"decorations": false
|
|
},
|
|
{
|
|
"label": "capture",
|
|
"url": "/capture",
|
|
"fullscreen": false,
|
|
"transparent": true,
|
|
"resizable": false,
|
|
"skipTaskbar": false,
|
|
"decorations": false,
|
|
"visible": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"macOSPrivateApi": true
|
|
}
|
|
}
|