添加用户资料点击逻辑,更新页面UI

This commit is contained in:
Conner.G
2025-12-21 20:31:42 +08:00
parent 6b9b74c9e4
commit fa57938a9d
12 changed files with 451 additions and 89 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ export function LandingPage({ onStart }) {
</div>
<h1 className="text-4xl md:text-6xl font-bold text-white tracking-tight landing-title">
人生轨迹
人生OS
<span className="block text-xl md:text-2xl font-light mt-4 text-primary/80">Life Trajectory</span>
</h1>
@@ -113,7 +113,7 @@ export function LandingPage({ onStart }) {
variant="primary"
size="lg"
onClick={() => setShowLoginModal(true)}
className="w-full shadow-[0_0_20px_rgba(16,185,129,0.3)] hover:shadow-[0_0_30px_rgba(16,185,129,0.5)] transition-all"
className="w-full shadow-[0_0_20px_rgba(205,133,63,0.3)] hover:shadow-[0_0_30px_rgba(205,133,63,0.5)] transition-all"
>
登录账号
</Button>