From 7cae1fd2697fb8e34519b31e5d978634a56f3cfb Mon Sep 17 00:00:00 2001 From: anghunk Date: Thu, 22 Jan 2026 22:38:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(SettingsView):=20=E4=BF=AE=E5=A4=8DmessageT?= =?UTF-8?q?ype=E5=8F=98=E9=87=8F=E9=87=8D=E5=A4=8D=E5=A3=B0=E6=98=8E?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cwd-admin/src/views/SettingsView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwd-admin/src/views/SettingsView.vue b/cwd-admin/src/views/SettingsView.vue index bd28e41..f79361e 100644 --- a/cwd-admin/src/views/SettingsView.vue +++ b/cwd-admin/src/views/SettingsView.vue @@ -371,7 +371,7 @@ const savingComment = ref(false); const savingFeature = ref(false); const loading = ref(false); const message = ref(""); -const messageType messageType = ref<"success" | "error">("success"); +const messageType = ref<"success" | "error">("success"); const toastMessage = ref(""); const toastType = ref<"success" | "error">("success"); const toastVisible = ref(false);