From 6f759cb61292c1b86c951131d286541abf901d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Mon, 9 Jun 2025 21:28:50 +0800 Subject: [PATCH] Commit this just for the demo. & fix stuff. --- components/app/windows/settings.vue | 2 +- words.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/app/windows/settings.vue b/components/app/windows/settings.vue index 4dfb9e9..b2a5a12 100644 --- a/components/app/windows/settings.vue +++ b/components/app/windows/settings.vue @@ -69,7 +69,7 @@ const submitCustomApiKey = async () => { "Content-Type": "application/json", }, body: JSON.stringify({ - value: customApiKey, + value: customApiKey.value, }), }); diff --git a/words.json b/words.json index 276fd66..9c56186 100644 --- a/words.json +++ b/words.json @@ -21,6 +21,8 @@ "色誘", "死亡", "撩妹", - "裸上身" + "裸上身", + "曬辣", + "辣媽" ] }