Files
ChouJuGEO/src-tauri/tauri.conf.json
T

42 lines
898 B
JSON
Raw Normal View History

2026-05-30 12:51:19 +08:00
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "\u4e11\u6a58GEO",
"version": "0.1.0",
"identifier": "com.pinesound.geo-tool",
"build": {
"frontendDist": "http://localhost:8501",
"devUrl": "http://localhost:8501"
},
"app": {
"windows": [
{
"title": "\u4e11\u6a58\u6587\u5316\u4f20\u5a92GEO\u5185\u5bb9\u4f18\u5316\u5e73\u53f0",
"width": 1400,
"height": 900,
"minWidth": 1000,
"minHeight": 700,
"resizable": true,
"fullscreen": false,
"center": 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"
],
"resources": [
"../dist_python/geo_tool_app"
]
}
}