From 80ecb1620dec34cb072562daa636dec0aec714d0 Mon Sep 17 00:00:00 2001 From: AnNingUI Date: Tue, 12 Aug 2025 14:45:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84=E5=88=AB=E5=90=8D=E2=80=9C?= =?UTF-8?q?~=E2=80=9D=E5=B9=B6=E5=8A=A0=E5=85=A5jsconfig=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #510 --- frontend_nuxt/components/AchievementList.vue | 4 +-- frontend_nuxt/components/CommentEditor.vue | 10 +++---- frontend_nuxt/components/CommentItem.vue | 22 +++++++-------- frontend_nuxt/components/LevelProgress.vue | 4 +-- .../components/MilkTeaActivityComponent.vue | 18 ++++++++---- .../components/NotificationContainer.vue | 2 +- frontend_nuxt/components/PostEditor.vue | 8 +++--- frontend_nuxt/components/ReactionsGroup.vue | 8 +++--- frontend_nuxt/components/UserList.vue | 2 +- frontend_nuxt/jsconfig.json | 13 +++++++++ frontend_nuxt/pages/about/index.vue | 4 +-- frontend_nuxt/pages/about/stats.vue | 14 +++++----- frontend_nuxt/pages/activities.vue | 6 ++-- frontend_nuxt/pages/discord-callback.vue | 4 +-- frontend_nuxt/pages/forgot-password.vue | 4 +-- frontend_nuxt/pages/github-callback.vue | 4 +-- frontend_nuxt/pages/google-callback.vue | 4 +-- frontend_nuxt/pages/login.vue | 16 +++++------ frontend_nuxt/pages/message.vue | 20 ++++++------- frontend_nuxt/pages/new-post.vue | 22 +++++++-------- frontend_nuxt/pages/posts/[id]/edit.vue | 12 ++++---- frontend_nuxt/pages/posts/[id]/index.vue | 28 +++++++++---------- frontend_nuxt/pages/settings.vue | 10 +++---- frontend_nuxt/pages/signup-reason.vue | 4 +-- frontend_nuxt/pages/signup.vue | 20 ++++++------- frontend_nuxt/pages/twitter-callback.vue | 4 +-- frontend_nuxt/pages/users/[id].vue | 20 ++++++------- 27 files changed, 153 insertions(+), 134 deletions(-) create mode 100644 frontend_nuxt/jsconfig.json diff --git a/frontend_nuxt/components/AchievementList.vue b/frontend_nuxt/components/AchievementList.vue index 1f84ec9de..f69c1fb21 100644 --- a/frontend_nuxt/components/AchievementList.vue +++ b/frontend_nuxt/components/AchievementList.vue @@ -37,8 +37,8 @@