更新前端文本:人生轨迹改为人生OS,生命长河改为人生轨迹,优化相关文案

This commit is contained in:
Conner.G
2025-12-22 23:50:19 +08:00
parent 1fefd98d74
commit 2d033e6a3e
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const Header = ({ showNav = false, onProfileClick }) => {
className="w-10 h-10 rounded-full shadow-2xl border border-white/10"
/>
<h1 className="text-xl font-serif tracking-[0.2em] bg-clip-text text-transparent bg-gradient-to-r from-white to-white/50">
人生轨迹
人生OS
</h1>
</div>
@@ -7,7 +7,7 @@ const navGroups = [
{
title: '回溯过去',
items: [
{ id: 'timeline', label: '生命长河', icon: History }
{ id: 'timeline', label: '人生轨迹', icon: History }
]
},
{