42 lines
968 B
JSON
42 lines
968 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "森林AI Mini",
|
|
"version": "1.0.0",
|
|
"identifier": "ai.senlin.mini",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:5180",
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "森林AI Mini",
|
|
"width": 420,
|
|
"height": 820,
|
|
"minWidth": 360,
|
|
"minHeight": 640,
|
|
"resizable": true,
|
|
"alwaysOnTop": true,
|
|
"center": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self'; img-src 'self' asset: https: data:; style-src 'self' 'unsafe-inline'; connect-src http: https:"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|