diff --git a/life-script/src/components/layout/Header.jsx b/life-script/src/components/layout/Header.jsx
index f0344ec..fb3dce8 100644
--- a/life-script/src/components/layout/Header.jsx
+++ b/life-script/src/components/layout/Header.jsx
@@ -29,7 +29,7 @@ const Header = ({ showNav = false, onProfileClick }) => {
className="w-10 h-10 rounded-full shadow-2xl border border-white/10"
/>
- 人生轨迹
+ 人生OS
diff --git a/life-script/src/components/layout/Sidebar.jsx b/life-script/src/components/layout/Sidebar.jsx
index cb8672a..3ba6baf 100644
--- a/life-script/src/components/layout/Sidebar.jsx
+++ b/life-script/src/components/layout/Sidebar.jsx
@@ -7,7 +7,7 @@ const navGroups = [
{
title: '回溯过去',
items: [
- { id: 'timeline', label: '生命长河', icon: History }
+ { id: 'timeline', label: '人生轨迹', icon: History }
]
},
{
diff --git a/life-script/src/views/ScriptView.jsx b/life-script/src/views/ScriptView.jsx
index a2122b3..4fdf958 100644
--- a/life-script/src/views/ScriptView.jsx
+++ b/life-script/src/views/ScriptView.jsx
@@ -148,7 +148,7 @@ const ScriptView = ({ onOpenProfile }) => {
编撰中...
>
) : (
- '开启天命编撰'
+ '生成爽文人生'
)}
@@ -207,7 +207,7 @@ const ScriptView = ({ onOpenProfile }) => {
) : (
-
请在左侧设定需求,开启你的天命爽文
+
请在左侧设定需求,开启你的爽文人生
)}
diff --git a/life-script/src/views/TimelineView.jsx b/life-script/src/views/TimelineView.jsx
index 5eda47b..39ab0f9 100644
--- a/life-script/src/views/TimelineView.jsx
+++ b/life-script/src/views/TimelineView.jsx
@@ -7,7 +7,7 @@ import { analyzeLifeEvent } from '../services/ai';
/**
* TimelineView 组件
- * 生命长河视图,显示和管理生命事件
+ * 人生轨迹视图,显示和管理生命事件
*/
const TimelineView = () => {
const { lifeEvents, addLifeEvent, loadLifeEvents } = useStore();
@@ -80,7 +80,7 @@ const TimelineView = () => {
{/* 标题区域 */}
-
生命长河
+
人生轨迹
塑造你的每一刻,都被星辰见证。
{
/* 空状态 */
-
此间尚无回响,等待你执笔...
+
执笔写下,哪些经历让你成为了现在的自己
)}