From 4ce386e372b7e5c2354cfedff0e1282b69a04e2b Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Sat, 30 Mar 2024 09:45:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AE=8C=E5=96=84=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/GoogleSignIn.tsx | 10 ++++++++++ components/QuillEditor.tsx | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/components/GoogleSignIn.tsx b/components/GoogleSignIn.tsx index 42af5bbc..e82f722d 100644 --- a/components/GoogleSignIn.tsx +++ b/components/GoogleSignIn.tsx @@ -66,6 +66,16 @@ const GoogleSignIn = () => { return (
+
{ } ); } catch (error) { - toast.error(`AI写作出现错误: ${error}`, { + toast.error(`AI写作出现错误(持续无法使用请切换deepseek模型): ${error}`, { position: "top-center", autoClose: 3000, pauseOnHover: true,