2026-05-12 22:38:52 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
|
|
|
"productName": "dpm",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"identifier": "com.pine.dpm",
|
|
|
|
|
"build": {
|
2026-05-13 00:45:50 +08:00
|
|
|
"beforeDevCommand": "yarn build && yarn dev",
|
2026-05-12 22:38:52 +08:00
|
|
|
"devUrl": "http://localhost:1420",
|
|
|
|
|
"beforeBuildCommand": "yarn build",
|
|
|
|
|
"frontendDist": "../dist"
|
|
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
2026-05-13 00:45:50 +08:00
|
|
|
"title": "昆明大学生创业园展播系统",
|
2026-05-12 23:19:37 +08:00
|
|
|
"width": 1200,
|
|
|
|
|
"height": 800
|
2026-05-12 22:38:52 +08:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|