diff --git a/config/VERSION b/config/VERSION index 01b22d9..0b9bd91 100644 --- a/config/VERSION +++ b/config/VERSION @@ -2,7 +2,7 @@ # Version Configuration for Zodiac Collection Management System # 当前版本号 (语义化版本:主版本。次版本.修订版) -VERSION=1.0.6 +VERSION=1.0.7 # 版本代号 (可选) VERSION_CODENAME="新生" diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index a069491..9ab7487 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -103,7 +103,7 @@ export default function Home() {
v{APP_VERSION}
-
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' }}>设置
+
window.location.hash = '#/admin'} 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' }}>设置
退出