From c5b1207f8976621bd85a7c7fa9bee47dd1bc70c0 Mon Sep 17 00:00:00 2001 From: landaiqing <3517283258@qq.com> Date: Thu, 3 Oct 2024 02:08:19 +0800 Subject: [PATCH] :sparkles: update --- .../CommentReply/src/CommentInput/CommentInput.vue | 4 ++-- .../CommentReply/src/ReplyInput/ReplyInput.vue | 2 +- .../CommentReply/src/ReplyReplyInput/ReplyReply.vue | 2 +- src/store/modules/userStore.ts | 10 ++++++++++ src/utils/alova/service.ts | 4 +--- src/utils/nsfw/nsfw.ts | 6 ++++-- src/views/Login/LoginFooter.vue | 9 ++++++--- src/views/Login/LoginPage.vue | 7 +++++-- src/views/QRLogin/QRLogin.vue | 3 ++- src/views/QRLogin/QRLoginFooter.vue | 9 ++++++--- vite.config.ts | 3 ++- 11 files changed, 40 insertions(+), 19 deletions(-) diff --git a/src/components/CommentReply/src/CommentInput/CommentInput.vue b/src/components/CommentReply/src/CommentInput/CommentInput.vue index 67a4fd5..0dee144 100644 --- a/src/components/CommentReply/src/CommentInput/CommentInput.vue +++ b/src/components/CommentReply/src/CommentInput/CommentInput.vue @@ -2,7 +2,7 @@