From f556e17f85d530d68c0b784770db97fa087197f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=85=88=E6=A3=AE?= Date: Tue, 12 Nov 2024 11:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E7=AA=97=E5=8F=A3=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2ecf095..33fb0b8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,10 +15,11 @@ { "title": "easytier-game 1.1.6", "minWidth": 340, - "minHeight": 305, "width": 340, "height": 305, - "maxWidth": 350, + "minHeight": 305, + "maxHeight": 305, + "maxWidth": 360, "resizable": true, "fullscreen": false, "decorations": true,