feat(layout): 更新应用名称为表易智融

- 将MainLayout组件中的应用名称从"智联文档"更新为"表易智融"
- 更新侧边栏标题显示新的应用名称
- 统一所有相关界面的文字标识

fix(assistant): 同步更新AI助手介绍文本

- 更新Assistant页面中AI助手的自我介绍内容
- 将欢迎消息中的应用名称替换为"表易智融"

docs(dashboard): 更新欢迎页面应用名称

- 修改Dashboard页面欢迎消息中的应用名称展示
- 确保用户界面的一致性体验

refactor(instruction-chat): 更新指令聊天页面助手名称

- 同步更新InstructionChat页面中AI助手的介绍文本
- 保持整个应用中品牌名称的统一性
This commit is contained in:
2026-05-05 15:02:45 +08:00
parent 6ec45b73ad
commit 8f6d8a43d3
4 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ const MainLayout: React.FC = () => {
<FileText size={24} /> <FileText size={24} />
</div> </div>
<div className="flex flex-col"> <div className="flex flex-col">
<span className="font-bold text-lg tracking-tight text-sidebar-foreground"></span> <span className="font-bold text-lg tracking-tight text-sidebar-foreground"></span>
<span className="text-xs text-muted-foreground"></span> <span className="text-xs text-muted-foreground"></span>
</div> </div>
</div> </div>
@@ -68,7 +68,7 @@ const MainLayout: React.FC = () => {
<Sparkles size={20} className="text-primary" /> <Sparkles size={20} className="text-primary" />
</div> </div>
<div className="flex flex-col overflow-hidden"> <div className="flex flex-col overflow-hidden">
<span className="font-semibold text-sm truncate"></span> <span className="font-semibold text-sm truncate"></span>
<span className="text-[10px] uppercase tracking-wider text-muted-foreground"></span> <span className="text-[10px] uppercase tracking-wider text-muted-foreground"></span>
</div> </div>
</div> </div>

View File

@@ -41,7 +41,7 @@ const Assistant: React.FC = () => {
{ {
id: '1', id: '1',
role: 'assistant', role: 'assistant',
content: '您好!我是智联文档 AI 助手。您可以告诉我您想对文档进行的操作,例如:\n- "帮我列出最近上传的所有 docx 文档"\n- "从 2026 财报文档中提取出关键的利润数据"\n- "帮我创建一个汇总各部门报销单的填表任务"\n\n请问有什么我可以帮您的', content: '您好!我是表易智融 AI 助手。您可以告诉我您想对文档进行的操作,例如:\n- "帮我列出最近上传的所有 docx 文档"\n- "从 2026 财报文档中提取出关键的利润数据"\n- "帮我创建一个汇总各部门报销单的填表任务"\n\n请问有什么我可以帮您的',
created_at: new Date().toISOString() created_at: new Date().toISOString()
} }
]); ]);

View File

@@ -89,7 +89,7 @@ const Dashboard: React.FC = () => {
<section className="flex flex-col md:flex-row md:items-center justify-between gap-4"> <section className="flex flex-col md:flex-row md:items-center justify-between gap-4">
<div className="space-y-1"> <div className="space-y-1">
<h1 className="text-3xl font-extrabold tracking-tight"> <h1 className="text-3xl font-extrabold tracking-tight">
使 <span className="text-primary"></span> 👋 使 <span className="text-primary"></span> 👋
</h1> </h1>
<p className="text-muted-foreground"></p> <p className="text-muted-foreground"></p>
</div> </div>

View File

@@ -45,7 +45,7 @@ const InstructionChat: React.FC = () => {
{ {
id: 'welcome', id: 'welcome',
role: 'assistant', role: 'assistant',
content: `您好!我是智联文档 AI 助手。 content: `您好!我是表易智融 AI 助手。
**📄 文档智能操作** **📄 文档智能操作**
- "提取文档中的医院数量和床位数" - "提取文档中的医院数量和床位数"