From c266736ede22ae9885b9fdb280bb512a51b51fc4 Mon Sep 17 00:00:00 2001
From: MT-Mint <798521692@qq.com>
Date: Thu, 9 Apr 2026 11:04:01 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?=E6=A0=87=E8=AF=86=E7=9A=84=E4=BD=8D=E7=BD=AE=EF=BC=8C=E5=B9=B6?=
=?UTF-8?q?=E5=86=99=E6=AD=BB=E4=BC=9A=E8=AF=9D=E6=A0=87=E9=A2=98=E4=B8=BA?=
=?UTF-8?q?=E2=80=9C=E6=9D=A5=EF=BC=8C=E4=B8=80=E8=B5=B7=E5=AD=A6=E4=B9=A0?=
=?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=90=A7=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/app/workspace/chats/[thread_id]/page.tsx | 3 ++-
frontend/src/components/workspace/workspace-header.tsx | 3 ++-
frontend/src/core/i18n/locales/zh-CN.ts | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx
index f5a2d4c1..944efcd4 100644
--- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx
+++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx
@@ -274,8 +274,9 @@ export default function ChatPage() {
+ {/* threadTitle={title} */}
{title !== "Untitled" && (
-
+
)}
diff --git a/frontend/src/components/workspace/workspace-header.tsx b/frontend/src/components/workspace/workspace-header.tsx
index 74121658..ca70397d 100644
--- a/frontend/src/components/workspace/workspace-header.tsx
+++ b/frontend/src/components/workspace/workspace-header.tsx
@@ -42,7 +42,8 @@ export function WorkspaceHeader({ className }: { className?: string }) {
) : (
- XClaw(测试专用侧边栏。)
+ {/* TODO: 测试标识 */}
+ XClaw v3.2.1 feat: 宿主页复制
)}
diff --git a/frontend/src/core/i18n/locales/zh-CN.ts b/frontend/src/core/i18n/locales/zh-CN.ts
index 661d33ef..6d5c159e 100644
--- a/frontend/src/core/i18n/locales/zh-CN.ts
+++ b/frontend/src/core/i18n/locales/zh-CN.ts
@@ -12,6 +12,7 @@ import {
import type { Translations } from "./types";
export const zhCN: Translations = {
+ // 隐蔽版本标识:Tag:v3.2.1 feat: 宿主页复制
// Locale meta
locale: {
localName: "中文",
@@ -57,8 +58,7 @@ export const zhCN: Translations = {
// Welcome
welcome: {
- // TODO: 测试环境标识
- greeting: "轻办公 · XClaw Tag:v3.2.1 feat: 宿主页复制",
+ greeting: "轻办公 · XClaw",
description:
"欢迎使用 🦌 DeerFlow,一个完全开源的超级智能体。通过内置和自定义的 Skills,\nDeerFlow 可以帮你搜索网络、分析数据,还能为你生成幻灯片、\n图片、视频、播客及网页等,几乎可以做任何事情。",