From 08a834270d3f62f0bedaf6515e7821ca03909187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=9C=E9=B8=9F=E7=94=9F=E4=BA=A7?= Date: Wed, 18 Mar 2026 15:33:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=A7=BB=E8=87=B3=E6=9C=80=E5=8F=B3=E4=BE=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/VERSION | 2 +- frontend/index.html | 2 +- frontend/src/pages/Home.jsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/VERSION b/config/VERSION index e4607d4..1495ebe 100644 --- a/config/VERSION +++ b/config/VERSION @@ -2,7 +2,7 @@ # Version Configuration for Zodiac Collection Management System # 当前版本号 (语义化版本:主版本。次版本.修订版) -VERSION=1.1.17 +VERSION=1.1.18 # 版本代号 (可选) VERSION_CODENAME="新生" diff --git a/frontend/index.html b/frontend/index.html index 1bbfe2f..9218288 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - 甲辰收藏 v1.1.16 + 甲辰收藏 v1.1.17 diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index fba541c..cab4a61 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -95,14 +95,14 @@ export default function Home() { border: '1px solid rgba(255,255,255,0.1)', backdropFilter: 'blur(10px)' }}> -
+
甲辰收藏 -
+
退出
window.location.hash = '#/settings'} style={{ color: 'rgba(255,255,255,0.5)', cursor: 'pointer', fontSize: '12px', padding: '4px 8px', border: '1px solid rgba(255,255,255,0.2)', borderRadius: '4px' }}>设置
v{APP_VERSION}
-
{user?.username || '用户'}
+
{user?.username || '用户'}
欢迎回来 👋