From 7d155fa2def1c4437c9fba0749dbfbdbf76b6854 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 11 Jul 2026 08:53:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(desktop):=20trafficLightPosition=20y=20?= =?UTF-8?q?=E6=8C=89=E6=8C=89=E9=92=AE=E4=B8=AD=E5=BF=83=E8=AF=AD=E4=B9=89?= =?UTF-8?q?=E8=B0=83=E4=B8=BA=2018=EF=BC=8C=E4=B8=8E=E9=A1=B6=E6=9D=A1?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=9E=82=E7=9B=B4=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- desktop/src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index eb1fdba..f86f0bb 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -24,8 +24,8 @@ "transparent": true, "shadow": true, "trafficLightPosition": { - "x": 16, - "y": 12 + "x": 18, + "y": 18 } }, {