fix: Update characters

This commit is contained in:
ivy 2025-03-24 20:53:46 +08:00
parent ee5c8a455d
commit f681cb9b23
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
{{ inputFieldConfig.title }} {{ inputFieldConfig.title }}
</span> </span>
</div> </div>
<el-scrollbar :max-height="!props.first ? 160 : 0"> <el-scrollbar max-height="160">
<el-collapse-transition> <el-collapse-transition>
<div v-show="showUserInput" class="mt-16" style="padding: 0 8px"> <div v-show="showUserInput" class="mt-16" style="padding: 0 8px">
<DynamicsForm <DynamicsForm

View File

@ -24,7 +24,7 @@ export default {
cancelOppose: 'Undo Dislike', cancelOppose: 'Undo Dislike',
continue: 'Continue', continue: 'Continue',
stopChat: 'Stop Response', stopChat: 'Stop Response',
startChat: 'Start Response', startChat: 'Start Chat',
}, },
tip: { tip: {
error500Message: 'Sorry, the service is currently under maintenance. Please try again later!', error500Message: 'Sorry, the service is currently under maintenance. Please try again later!',

View File

@ -24,7 +24,7 @@ export default {
cancelOppose: '取消反对', cancelOppose: '取消反对',
continue: '继续', continue: '继续',
stopChat: '停止回答', stopChat: '停止回答',
startChat: '开始回答', startChat: '开始对话',
}, },
tip: { tip: {
error500Message: '抱歉,当前正在维护,无法提供服务,请稍后再试!', error500Message: '抱歉,当前正在维护,无法提供服务,请稍后再试!',

View File

@ -24,7 +24,7 @@ export default {
cancelOppose: '取消反對', cancelOppose: '取消反對',
continue: '繼續', continue: '繼續',
stopChat: '停止回答', stopChat: '停止回答',
startChat: '開始回答', startChat: '開始對話',
}, },
tip: { tip: {
error500Message: '抱歉,當前正在維護,無法提供服務,請稍後再試!', error500Message: '抱歉,當前正在維護,無法提供服務,請稍後再試!',