From 2e323d229c9c579c91283c37c0374a069680b7cd Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Wed, 29 Oct 2025 14:19:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=82=E4=B8=8E=E9=A1=B9=E7=9B=AE=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/users/Infos.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/forge/users/Infos.js b/src/forge/users/Infos.js index 7e60cd5a6..33561f322 100644 --- a/src/forge/users/Infos.js +++ b/src/forge/users/Infos.js @@ -79,7 +79,8 @@ class Infos extends Component { route_type: undefined, undo_events:0, menuKey:"6", - avatarVisible:false + avatarVisible:false, + user_project_count:0 }; } @@ -387,7 +388,12 @@ class Infos extends Component { }
{i.typeIntroduction}
+{i.typeIntroduction}
+{j.introduction}
diff --git a/src/forge/Information/Component/publicBanner.jsx b/src/forge/Information/Component/publicBanner.jsx index 21e24df4a..3d5484395 100644 --- a/src/forge/Information/Component/publicBanner.jsx +++ b/src/forge/Information/Component/publicBanner.jsx @@ -115,7 +115,7 @@ function PublicBanner(props) { } - + {isNSCC && } diff --git a/src/forge/Information/Pages/zoneVIP.jsx b/src/forge/Information/Pages/zoneVIP.jsx index bb20c6cc8..ff3c968ab 100644 --- a/src/forge/Information/Pages/zoneVIP.jsx +++ b/src/forge/Information/Pages/zoneVIP.jsx @@ -96,7 +96,7 @@ function ZoneVIP(props){