From db72b7fea8d68789b4da89c3e258ecb664f6c4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 13 Feb 2026 14:51:05 +0800 Subject: [PATCH] =?UTF-8?q?enhance:=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E6=A0=87=E9=A2=98=E4=B8=BA=E2=80=9C=E6=8B=9B?= =?UTF-8?q?=E6=8A=95=E6=A0=87=E6=99=BA=E8=83=BD=E5=8A=A9=E6=89=8B=E2=80=9D?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E7=AA=97=E5=8F=A3=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": {