52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"$schema": "https://schema.tauri.app/config/2",
|
||
|
|
"productName": "识流 AI 助手",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"identifier": "com.shiliu.aiassistant",
|
||
|
|
"build": {
|
||
|
|
"frontendDist": "../dist",
|
||
|
|
"devUrl": "http://localhost:1420",
|
||
|
|
"beforeDevCommand": "npm run dev",
|
||
|
|
"beforeBuildCommand": ""
|
||
|
|
},
|
||
|
|
"app": {
|
||
|
|
"windows": [
|
||
|
|
{
|
||
|
|
"title": "识流 AI 助手",
|
||
|
|
"width": 1280,
|
||
|
|
"height": 920,
|
||
|
|
"minWidth": 1100,
|
||
|
|
"minHeight": 760,
|
||
|
|
"resizable": true,
|
||
|
|
"fullscreen": false,
|
||
|
|
"decorations": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"security": {
|
||
|
|
"csp": null
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"bundle": {
|
||
|
|
"active": true,
|
||
|
|
"targets": "all",
|
||
|
|
"resources": [
|
||
|
|
"resources/**/*"
|
||
|
|
],
|
||
|
|
"icon": [
|
||
|
|
"icons/32x32.png",
|
||
|
|
"icons/128x128.png",
|
||
|
|
"icons/128x128@2x.png",
|
||
|
|
"icons/icon.icns",
|
||
|
|
"icons/icon.ico"
|
||
|
|
],
|
||
|
|
"android": {
|
||
|
|
"debugApplicationIdSuffix": ".debug"
|
||
|
|
},
|
||
|
|
"windows": {
|
||
|
|
"wix": {
|
||
|
|
"language": "zh-CN"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|