From 9519f66474f37b39e1493464b4d04cc7153ea3df Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 7 Sep 2025 13:43:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=B8=96=E5=AD=90?= =?UTF-8?q?padding=E5=8F=AF=E4=BB=A5=E5=A4=A7=E4=B8=80=E4=BA=9B=20?= =?UTF-8?q?=E6=AF=94=E5=A6=82=2020px=20#845?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue index aaaa42ccc..d75109dde 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -529,7 +529,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) } .article-item-title { - margin-top: 10px; + margin-top: 20px; font-size: 18px; text-decoration: none; color: var(--text-color); @@ -605,6 +605,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) display: flex; flex-direction: column; align-items: flex-start; + padding-bottom: 10px; } .article-member-avatars-container { @@ -719,10 +720,15 @@ const sanitizeDescription = (text) => stripMarkdown(text) } .article-item-title { + margin-top: 10px; font-size: 16px; font-weight: bold; } + .article-main-container { + padding-bottom: 0px; + } + .article-item-description { margin-top: 2px; font-size: 10px; From d94302635a9d7f10d8cfe4033d001f58f4efee44 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 7 Sep 2025 13:58:22 +0800 Subject: [PATCH 2/2] =?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 {