perf: Optimize chat input placeholder

This commit is contained in:
wangdan-fit2cloud 2025-02-13 11:12:16 +08:00
parent d8170c3897
commit c59a19bbcb
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ export default {
inputPlaceholder: {
speaking: 'Speaking...',
recorderLoading: 'Transcribing...',
default: 'Type your question, Ctrl+Enter for a new line, Enter to send'
default: 'Type your question, Ctrl+Enter for a new line'
},
uploadFile: {
label: 'Upload File',

View File

@ -48,7 +48,7 @@ export default {
inputPlaceholder: {
speaking: '说话中',
recorderLoading: '转文字中',
default: '请输入问题Ctrl+Enter 换行Enter发送'
default: '请输入问题Ctrl+Enter 换行'
},
uploadFile: {
label: '上传文件',

View File

@ -47,7 +47,7 @@ export default {
inputPlaceholder: {
speaking: '說話中',
recorderLoading: '轉文字中',
default: '請輸入問題Ctrl+Enter 換行Enter 發送'
default: '請輸入問題Ctrl+Enter 換行'
},
uploadFile: {
label: '上傳文件',