bugfix: 更新prompt
This commit is contained in:
@@ -19,6 +19,19 @@ const options: Options = {
|
||||
placeholder: '请输入内容'
|
||||
}
|
||||
|
||||
watch(
|
||||
() => props.nodeList,
|
||||
() => {
|
||||
sender.reset({
|
||||
clearHistory: true,
|
||||
chatNode: [props.nodeList]
|
||||
})
|
||||
},
|
||||
{
|
||||
deep: true
|
||||
}
|
||||
)
|
||||
|
||||
const chatNode = [[]]
|
||||
|
||||
const createSender = () => {
|
||||
|
||||
@@ -359,20 +359,20 @@ export default {
|
||||
TipsEnd: '编辑产品图"来生成首帧或尾帧图片',
|
||||
PormptPlaceholder: '输入你想描述的场景...',
|
||||
firstAndLastFrameText1: '随着视频的进行,使用',
|
||||
firstAndLastFramePlaceholder1: '[相机运动]',
|
||||
firstAndLastFramePlaceholder1: '相机运动',
|
||||
firstAndLastFrameText2: '来跟随动作,在',
|
||||
firstAndLastFramePlaceholder2: '[光线]',
|
||||
firstAndLastFramePlaceholder2: '光线',
|
||||
firstAndLastFrameText3: '下,保持模型身份、风格和服装在所有帧中的完全一致性。',
|
||||
firstFrameText1: '场景设置为',
|
||||
firstFramePlaceholder1: '[场景]',
|
||||
firstFramePlaceholder1: '场景',
|
||||
firstFrameText2: ',模特做',
|
||||
firstFramePlaceholder2: '[拍摄动作]',
|
||||
firstFramePlaceholder2: '拍摄动作',
|
||||
firstFrameText3: ',使用',
|
||||
firstFramePlaceholder3: '[相机运动]',
|
||||
firstFramePlaceholder3: '相机运动',
|
||||
firstFrameText4: '结合',
|
||||
firstFramePlaceholder4: '[相机运动]',
|
||||
firstFramePlaceholder4: '相机运动',
|
||||
firstFrameText5: ',在',
|
||||
firstFramePlaceholder5: '[光线]',
|
||||
firstFramePlaceholder5: '光线',
|
||||
firstFrameText6: '下,完善整体视觉效果。'
|
||||
},
|
||||
LibraryPage: {
|
||||
|
||||
Reference in New Issue
Block a user