From d94302635a9d7f10d8cfe4033d001f58f4efee44 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 7 Sep 2025 13:58:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=96=B0=E5=A2=9Ewww?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/.env.production.example | 6 +++--- frontend_nuxt/components/CommentItem.vue | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend_nuxt/.env.production.example b/frontend_nuxt/.env.production.example index 9a4b60b7b..a1bff6842 100644 --- a/frontend_nuxt/.env.production.example +++ b/frontend_nuxt/.env.production.example @@ -1,10 +1,10 @@ ; 生产环境后端 -NUXT_PUBLIC_API_BASE_URL=https://open-isle.com +NUXT_PUBLIC_API_BASE_URL=https://www.open-isle.com ; 正式环境/生产环境 -NUXT_PUBLIC_WEBSITE_BASE_URL=https://open-isle.com +NUXT_PUBLIC_WEBSITE_BASE_URL=https://www.open-isle.com ; 生产环境ws后端 -NUXT_PUBLIC_WEBSOCKET_URL=https://open-isle.com/websocket +NUXT_PUBLIC_WEBSOCKET_URL=https://www.open-isle.com/websocket NUXT_PUBLIC_GOOGLE_CLIENT_ID=777830451304-nt8afkkap18gui4f9entcha99unal744.apps.googleusercontent.com NUXT_PUBLIC_GITHUB_CLIENT_ID=Ov23liVkO1NPAX5JyWxJ diff --git a/frontend_nuxt/components/CommentItem.vue b/frontend_nuxt/components/CommentItem.vue index d87f19f14..5147db26d 100644 --- a/frontend_nuxt/components/CommentItem.vue +++ b/frontend_nuxt/components/CommentItem.vue @@ -404,7 +404,6 @@ const handleContentClick = (e) => { margin-left: 10px; margin-right: 10px; opacity: 0.5; - transform: scaleX(-1); } .reply-user-name {