Files
2026-07-28 12:51:00 +08:00

34 lines
847 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "听娜娜讲故事",
"version": "0.1.0",
"identifier": "dev.nanastory.app",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "听娜娜讲故事",
"width": 1440,
"height": 900,
"minWidth": 960,
"minHeight": 640,
"resizable": true,
"fullscreen": false
}
],
"security": {
"csp": "default-src 'self'; img-src 'self' asset: data:; style-src 'self' 'unsafe-inline'; connect-src 'self' ipc: http://ipc.localhost"
}
},
"bundle": {
"active": true,
"targets": "all",
"shortDescription": "本地优先的 AI 对话游戏"
}
}