File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
components/ai-chat/component/user-form Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 {{ inputFieldConfig.title }}
1717 </span >
1818 </div >
19- <el-scrollbar : max-height =" !props.first ? 160 : 0 " >
19+ <el-scrollbar max-height =" 160" >
2020 <el-collapse-transition >
2121 <div v-show =" showUserInput" class =" mt-16" style =" padding : 0 8px " >
2222 <DynamicsForm
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default {
2424 cancelOppose : 'Undo Dislike' ,
2525 continue : 'Continue' ,
2626 stopChat : 'Stop Response' ,
27- startChat : 'Start Response ' ,
27+ startChat : 'Start Chat ' ,
2828 } ,
2929 tip : {
3030 error500Message : 'Sorry, the service is currently under maintenance. Please try again later!' ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default {
2424 cancelOppose : '取消反对' ,
2525 continue : '继续' ,
2626 stopChat : '停止回答' ,
27- startChat : '开始回答 ' ,
27+ startChat : '开始对话 ' ,
2828 } ,
2929 tip : {
3030 error500Message : '抱歉,当前正在维护,无法提供服务,请稍后再试!' ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default {
2424 cancelOppose : '取消反對' ,
2525 continue : '繼續' ,
2626 stopChat : '停止回答' ,
27- startChat : '開始回答 ' ,
27+ startChat : '開始對話 ' ,
2828 } ,
2929 tip : {
3030 error500Message : '抱歉,當前正在維護,無法提供服務,請稍後再試!' ,
You can’t perform that action at this time.
0 commit comments