Files
xiaojibeier f3726f0810 first
2026-07-06 03:36:46 +08:00

41 lines
868 B
JSON
Executable File

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "威海ERP管理系统",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:3000",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"title": "威海ERP管理系统",
"width": 1920,
"height": 1080,
"minWidth": 1920,
"minHeight": 1080,
"resizable": true,
"fullscreen": true,
"maximized": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}