From 2d033e6a3ed49ddb1cef43ef27190cdf8fda1dc6 Mon Sep 17 00:00:00 2001 From: "Conner.G" <1143059327@qq.com> Date: Mon, 22 Dec 2025 23:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF=E6=96=87?= =?UTF-8?q?=E6=9C=AC=EF=BC=9A=E4=BA=BA=E7=94=9F=E8=BD=A8=E8=BF=B9=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=BA=BA=E7=94=9FOS=EF=BC=8C=E7=94=9F=E5=91=BD?= =?UTF-8?q?=E9=95=BF=E6=B2=B3=E6=94=B9=E4=B8=BA=E4=BA=BA=E7=94=9F=E8=BD=A8?= =?UTF-8?q?=E8=BF=B9=EF=BC=8C=E4=BC=98=E5=8C=96=E7=9B=B8=E5=85=B3=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- life-script/src/components/layout/Header.jsx | 2 +- life-script/src/components/layout/Sidebar.jsx | 2 +- life-script/src/views/ScriptView.jsx | 4 ++-- life-script/src/views/TimelineView.jsx | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) 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 = () => { {/* 标题区域 */}
-

生命长河

+

人生轨迹

塑造你的每一刻,都被星辰见证。

{ /* 空状态 */
-

此间尚无回响,等待你执笔...

+

执笔写下,哪些经历让你成为了现在的自己

)}