From 0320d5cf381c1352c019010ecaa188a605ff14c0 Mon Sep 17 00:00:00 2001 From: Vixalie Date: Fri, 27 Mar 2026 21:43:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=9D=83=E9=99=90=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E8=AE=BE=E7=BD=AE=E6=9D=83=E9=99=90=EF=BC=9B?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/capabilities/default.json | 3 ++- src/routes/dataset/+page.svelte | 17 ----------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index f9c5413..cffea1e 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -11,6 +11,7 @@ "fs:default", "dialog:default", "fs:allow-app-read-recursive", - "fs:allow-app-write-recursive" + "fs:allow-app-write-recursive", + "core:window:allow-set-title" ] } \ No newline at end of file diff --git a/src/routes/dataset/+page.svelte b/src/routes/dataset/+page.svelte index 5acf578..d62d2fe 100644 --- a/src/routes/dataset/+page.svelte +++ b/src/routes/dataset/+page.svelte @@ -1,8 +1,5 @@
-
- - - -
Dataset settings