From c6c90da64a92b3ad1dca9af5767e06dbc8cbcef2 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sat, 11 Apr 2026 18:59:32 +0800 Subject: [PATCH] =?UTF-8?q?chore(ui):=20=E6=96=87=E6=A1=88=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=89=88=E6=9C=AC=E6=8E=A7=E5=88=B6=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/components/input/InputComposer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/components/input/InputComposer.vue b/static/src/components/input/InputComposer.vue index 555e87b..587b657 100644 --- a/static/src/components/input/InputComposer.vue +++ b/static/src/components/input/InputComposer.vue @@ -141,7 +141,7 @@ :disabled="!isConnected || streamingMessage" @click="$emit('open-versioning-dialog')" > - 版本:{{ versioningEnabled ? '开启' : '关闭' }} + 版本控制:{{ versioningEnabled ? '开启' : '关闭' }}