From 6642a248fd9dc37b796f3123fa2173e22ef90222 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 3 Aug 2025 00:10:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201.=E6=B7=BB=E5=8A=A0=E5=86=85=E7=BD=91?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=9C=B0=E5=9D=80,=202.=20Spaceship=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E5=9F=9F=E5=90=8D=E4=BC=98=E6=83=A0=E7=A0=81=20?= =?UTF-8?q?=E8=BF=99=E6=9D=A1=E6=95=B0=E6=8D=AE=E6=A8=AA=E5=90=91=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E4=BA=86=20=E6=8C=A1=E4=BD=8F=E5=8F=91=E5=B8=96?= =?UTF-8?q?=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- open-isle-cli/src/views/HomePageView.vue | 1 + src/main/java/com/openisle/config/SecurityConfig.java | 2 ++ 2 files changed, 3 insertions(+) diff --git a/open-isle-cli/src/views/HomePageView.vue b/open-isle-cli/src/views/HomePageView.vue index dbd6fd7f5..04e1492bf 100644 --- a/open-isle-cli/src/views/HomePageView.vue +++ b/open-isle-cli/src/views/HomePageView.vue @@ -715,6 +715,7 @@ export default { .article-item-description { margin-top: 2px; font-size: 10px; + max-width: 100%; } .main-info-text { diff --git a/src/main/java/com/openisle/config/SecurityConfig.java b/src/main/java/com/openisle/config/SecurityConfig.java index 1341ecab7..0f8f1bf75 100644 --- a/src/main/java/com/openisle/config/SecurityConfig.java +++ b/src/main/java/com/openisle/config/SecurityConfig.java @@ -79,6 +79,8 @@ public class SecurityConfig { "http://localhost", "http://30.211.97.254:8080", "http://30.211.97.254", + "http://192.168.7.70", + "http://192.168.7.70:8080", websiteUrl, websiteUrl.replace("://www.", "://") ));