From c10d39ba83f92d2c4fa6157e501512bf9e2da041 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Wed, 3 Sep 2025 15:42:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=95=B4=E9=80=9A=E7=94=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/types/script.ts | 2 +- frontend/src/views/ScriptEdit.vue | 179 +++++++++++++++--------------- frontend/src/views/UserEdit.vue | 19 ++-- 3 files changed, 100 insertions(+), 100 deletions(-) diff --git a/frontend/src/types/script.ts b/frontend/src/types/script.ts index 1a92209..e9336d0 100644 --- a/frontend/src/types/script.ts +++ b/frontend/src/types/script.ts @@ -30,7 +30,7 @@ export interface GeneralScriptConfig { Enabled: boolean IfForceClose: boolean Path: string - Style: string + Type: string WaitTime: number } Info: { diff --git a/frontend/src/views/ScriptEdit.vue b/frontend/src/views/ScriptEdit.vue index 127613a..89632b5 100644 --- a/frontend/src/views/ScriptEdit.vue +++ b/frontend/src/views/ScriptEdit.vue @@ -292,9 +292,9 @@