116 lines
2.8 KiB
JSON
Vendored
116 lines
2.8 KiB
JSON
Vendored
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "HuLa",
|
|
"version": "3.0.9",
|
|
"identifier": "com.hula.pc",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://127.0.0.1:6130"
|
|
},
|
|
"bundle": {
|
|
"resources": [
|
|
"tray",
|
|
"configuration",
|
|
"Info.plist",
|
|
"draco",
|
|
"docs"
|
|
],
|
|
"active": true,
|
|
"targets": [
|
|
"app",
|
|
"dmg"
|
|
],
|
|
"icon": [
|
|
"icons/macos/light/32x32.png",
|
|
"icons/macos/light/128x128.png",
|
|
"icons/macos/light/128x128@2x.png",
|
|
"icons/macos/light/icon.icns",
|
|
"icons/macos/light/icon.ico",
|
|
"icons/macos/light/icon.png",
|
|
"icons/macos/light/Square30x30Logo.png",
|
|
"icons/macos/light/Square44x44Logo.png",
|
|
"icons/macos/light/Square71x71Logo.png",
|
|
"icons/macos/light/Square89x89Logo.png",
|
|
"icons/macos/light/Square107x107Logo.png",
|
|
"icons/macos/light/Square142x142Logo.png",
|
|
"icons/macos/light/Square150x150Logo.png",
|
|
"icons/macos/light/Square284x284Logo.png",
|
|
"icons/macos/light/Square310x310Logo.png",
|
|
"icons/macos/light/StoreLogo.png"
|
|
],
|
|
"macOS": {
|
|
"dmg": {
|
|
"appPosition": {
|
|
"x": 180,
|
|
"y": 170
|
|
},
|
|
"applicationFolderPosition": {
|
|
"x": 480,
|
|
"y": 170
|
|
},
|
|
"windowSize": {
|
|
"height": 400,
|
|
"width": 660
|
|
}
|
|
},
|
|
"files": {},
|
|
"hardenedRuntime": true,
|
|
"minimumSystemVersion": "10.13"
|
|
}
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "登录",
|
|
"label": "login",
|
|
"url": "/login",
|
|
"fullscreen": false,
|
|
"resizable": false,
|
|
"center": true,
|
|
"width": 320,
|
|
"height": 448,
|
|
"skipTaskbar": false,
|
|
"transparent": false,
|
|
"visible": false,
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true
|
|
},
|
|
{
|
|
"label": "capture",
|
|
"url": "/capture",
|
|
"fullscreen": false,
|
|
"transparent": true,
|
|
"resizable": false,
|
|
"skipTaskbar": true,
|
|
"decorations": false,
|
|
"visible": false,
|
|
"hiddenTitle": true,
|
|
"alwaysOnTop": true,
|
|
"focus": true,
|
|
"titleBarStyle": "Overlay",
|
|
"visibleOnAllWorkspaces": true
|
|
},
|
|
{
|
|
"label": "checkupdate",
|
|
"url": "/checkupdate",
|
|
"resizable": false,
|
|
"width": 500,
|
|
"height": 150,
|
|
"alwaysOnTop": true,
|
|
"focus": true,
|
|
"skipTaskbar": true,
|
|
"visible": false,
|
|
"titleBarStyle": "Overlay",
|
|
"hiddenTitle": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"macOSPrivateApi": true
|
|
}
|
|
}
|