From 3ff35c104c86ef830b4d9f3a5a644b7d4dd6de48 Mon Sep 17 00:00:00 2001 From: Lexcubia Date: Sun, 27 Apr 2025 15:32:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=AF=AD=E9=9F=B3=E8=BE=93=E5=85=A5=E8=AE=BE=E7=BD=AE=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E4=B8=BA=E8=AF=AD=E9=9F=B3=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 VoiceInputSettings 组件中的标题从 "语音输入设置" 修改为 "语音设置" - 此修改简化了标题名称,使其更加简洁明了 --- src/components/settings/VoiceInputSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/settings/VoiceInputSettings.vue b/src/components/settings/VoiceInputSettings.vue index 50b4292..e891ffe 100644 --- a/src/components/settings/VoiceInputSettings.vue +++ b/src/components/settings/VoiceInputSettings.vue @@ -1,6 +1,6 @@