From c988e4accf427f685449866592968d4a0b28d2a4 Mon Sep 17 00:00:00 2001
From: xuncha <1658671838@qq.com>
Date: Fri, 6 Feb 2026 23:11:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=B9=E9=87=8F=E8=BD=AC?=
=?UTF-8?q?=E5=86=99=E7=9A=84=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/BatchTranscribeGlobal.tsx | 3 ++-
src/pages/ChatPage.tsx | 2 +-
src/stores/batchTranscribeStore.ts | 13 +++++++++----
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/components/BatchTranscribeGlobal.tsx b/src/components/BatchTranscribeGlobal.tsx
index b6f15b6..51932be 100644
--- a/src/components/BatchTranscribeGlobal.tsx
+++ b/src/components/BatchTranscribeGlobal.tsx
@@ -15,6 +15,7 @@ export const BatchTranscribeGlobal: React.FC = () => {
showToast,
showResult,
result,
+ sessionName,
setShowToast,
setShowResult
} = useBatchTranscribeStore()
@@ -27,7 +28,7 @@ export const BatchTranscribeGlobal: React.FC = () => {
- 批量转写中
+ 批量转写中{sessionName ? `(${sessionName})` : ''}