feat: 画布内聊天组件
This commit is contained in:
@@ -182,5 +182,8 @@ export default {
|
||||
deleteCardConfirm: 'Are you sure you want to delete this function card?',
|
||||
confirm: 'Confirm',
|
||||
cancel: 'Cancel',
|
||||
},
|
||||
assistant: {
|
||||
inputPlaceholder: 'Ask anything',
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ export default {
|
||||
timesPerHour: '{time} 次/小时',
|
||||
userAgreement: '用户协议',
|
||||
privacyPolicy: '隐私政策',
|
||||
view: '查看',
|
||||
view: '查看'
|
||||
},
|
||||
Country: {
|
||||
unitedStates: '美国',
|
||||
@@ -92,14 +92,14 @@ export default {
|
||||
france: '法国',
|
||||
japan: '日本',
|
||||
canada: '加拿大',
|
||||
germany: '德国',
|
||||
germany: '德国'
|
||||
},
|
||||
Role: {
|
||||
designer: '设计师',
|
||||
student: '学生',
|
||||
teacher: '教师',
|
||||
parent: '家长',
|
||||
other: '其他',
|
||||
other: '其他'
|
||||
},
|
||||
Input: {
|
||||
placeholder: '描述您想要设计的物品……例如:现代木质椅子,包豪斯风格的家具。',
|
||||
@@ -176,6 +176,9 @@ export default {
|
||||
flowCanvas: {
|
||||
deleteCardConfirm: '确定要删除该功能卡片吗?',
|
||||
confirm: '确认',
|
||||
cancel: '取消',
|
||||
cancel: '取消'
|
||||
},
|
||||
assistant: {
|
||||
inputPlaceholder: '请输入',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user