mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
fix: Update characters
This commit is contained in:
parent
ee5c8a455d
commit
f681cb9b23
|
|
@ -16,7 +16,7 @@
|
|||
{{ inputFieldConfig.title }}
|
||||
</span>
|
||||
</div>
|
||||
<el-scrollbar :max-height="!props.first ? 160 : 0">
|
||||
<el-scrollbar max-height="160">
|
||||
<el-collapse-transition>
|
||||
<div v-show="showUserInput" class="mt-16" style="padding: 0 8px">
|
||||
<DynamicsForm
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ export default {
|
|||
cancelOppose: 'Undo Dislike',
|
||||
continue: 'Continue',
|
||||
stopChat: 'Stop Response',
|
||||
startChat: 'Start Response',
|
||||
startChat: 'Start Chat',
|
||||
},
|
||||
tip: {
|
||||
error500Message: 'Sorry, the service is currently under maintenance. Please try again later!',
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ export default {
|
|||
cancelOppose: '取消反对',
|
||||
continue: '继续',
|
||||
stopChat: '停止回答',
|
||||
startChat: '开始回答',
|
||||
startChat: '开始对话',
|
||||
},
|
||||
tip: {
|
||||
error500Message: '抱歉,当前正在维护,无法提供服务,请稍后再试!',
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ export default {
|
|||
cancelOppose: '取消反對',
|
||||
continue: '繼續',
|
||||
stopChat: '停止回答',
|
||||
startChat: '開始回答',
|
||||
startChat: '開始對話',
|
||||
},
|
||||
tip: {
|
||||
error500Message: '抱歉,當前正在維護,無法提供服務,請稍後再試!',
|
||||
|
|
|
|||
Loading…
Reference in New Issue