refactor(components): 修改语音输入设置标题为语音设置
- 将 VoiceInputSettings 组件中的标题从 "语音输入设置" 修改为 "语音设置" - 此修改简化了标题名称,使其更加简洁明了
This commit is contained in:
parent
d56ee78dc3
commit
3ff35c104c
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="voice-input-settings">
|
||||
<h4>语音输入设置</h4>
|
||||
<h4>语音设置</h4>
|
||||
<div class="settings-item">
|
||||
<span class="settings-label">语音转文字后直接发送</span>
|
||||
<el-switch
|
||||
|
|
Loading…
Reference in New Issue