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 @@ "色誘", "死亡", "撩妹", - "裸上身" + "裸上身", + "曬辣", + "辣媽" ] }