Skip to content

Commit

Permalink
Merge branch 'main' of github.com:14790897/paper-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Apr 1, 2024
2 parents 9ff111e + 01b26d9 commit 29e2579
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions components/GoogleSignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ const GoogleSignIn = () => {

return (
<div>
<div
id="g_id_onload"
data-client_id="646783243018-m2n9qfo12k70debpmkesevt5j2hi2itb.apps.googleusercontent.com"
data-context="signin"
data-ux_mode="popup"
// data-callback="handleSignInWithGoogleccounts.id.ini"
data-nonce=""
data-auto_select="false"
data-itp_support="true"
></div>
<div
id="g_id_signin"
className="g_id_signin"
Expand Down
2 changes: 1 addition & 1 deletion components/QuillEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ const QEditor = ({ lng }) => {
}
);
} catch (error) {
toast.error(`AI写作出现错误: ${error}`, {
toast.error(`AI写作出现错误(持续无法使用请切换deepseek模型): ${error}`, {
position: "top-center",
autoClose: 3000,
pauseOnHover: true,
Expand Down

0 comments on commit 29e2579

Please sign in to comment.