From 3f2ea530fe9552df4fc52f63f83f4c2eda66bec6 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 27 Feb 2026 22:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=82=20=E6=B7=BB=E5=8A=A0SetPosition?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/capabilities/DevJson.json | 1 + src-tauri/capabilities/SubWindow.json | 1 + src-tauri/capabilities/TeyvatGuide.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src-tauri/capabilities/DevJson.json b/src-tauri/capabilities/DevJson.json index 2650efa1..8c4c0c61 100644 --- a/src-tauri/capabilities/DevJson.json +++ b/src-tauri/capabilities/DevJson.json @@ -26,6 +26,7 @@ "core:window:allow-set-title", "core:window:allow-set-fullscreen", "core:window:allow-set-focus", + "core:window:allow-set-position", "core:window:allow-show", "core:window:default", { diff --git a/src-tauri/capabilities/SubWindow.json b/src-tauri/capabilities/SubWindow.json index 9b7b18c8..fd02e579 100644 --- a/src-tauri/capabilities/SubWindow.json +++ b/src-tauri/capabilities/SubWindow.json @@ -21,6 +21,7 @@ "core:window:allow-set-always-on-top", "core:window:allow-set-focus", "core:window:allow-set-fullscreen", + "core:window:allow-set-position", "core:window:allow-set-size", "core:window:allow-set-title", "core:window:allow-show", diff --git a/src-tauri/capabilities/TeyvatGuide.json b/src-tauri/capabilities/TeyvatGuide.json index 96f3911a..d5463942 100644 --- a/src-tauri/capabilities/TeyvatGuide.json +++ b/src-tauri/capabilities/TeyvatGuide.json @@ -19,6 +19,7 @@ "core:window:allow-destroy", "core:window:allow-is-minimized", "core:window:allow-set-focus", + "core:window:allow-set-position", "core:window:allow-set-size", "core:window:allow-set-title", "core:window:allow-show",