diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b1b9746..cfde49f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,9 +12,9 @@ "app": { "windows": [ { - "title": "bidding-agent", - "width": 800, - "height": 600 + "title": "招投标智能助手", + "minWidth": 800, + "minHeight": 600 } ], "security": {