From e3e3575c651cceb65a4ea0ed9f11aa58ad740607 Mon Sep 17 00:00:00 2001 From: Sunwuyuan Date: Sun, 7 Dec 2025 16:21:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=EF=BC=8C=E7=A1=AE=E4=BF=9D=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=9C=AB=E5=B0=BE=E6=9C=89=E6=8D=A2=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HitokotoSettings.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HitokotoSettings.vue b/src/components/HitokotoSettings.vue index f9ea54f..f351544 100644 --- a/src/components/HitokotoSettings.vue +++ b/src/components/HitokotoSettings.vue @@ -113,7 +113,7 @@ export default { if (res && res.data) { data = res.data } - + if (data) { this.kvConfig = { sources: Array.isArray(data.sources) ? data.sources : ['hitokoto'], @@ -151,4 +151,4 @@ export default { } } } - \ No newline at end of file +