视频页面加入用户指引 detail添加
This commit is contained in:
@@ -168,7 +168,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="prompt-input-container" v-show="!showMotion">
|
||||
<div class="title">{{ $t('ProductImg.Prompt') }}</div>
|
||||
<div class="title" style="display: flex; gap: .5rem;">
|
||||
{{ $t('ProductImg.Prompt') }}
|
||||
<a :href="
|
||||
locale == 'CHINESE_SIMPLIFIED'?
|
||||
'https://aida-user-manual-chinese.super.site/2b08f755cedd80a985cffdf2af80c538':
|
||||
'https://aida-user-manual.super.site/advanced-tool/animated-product-image/to-product-video-prompt-assist '" target="_blank">
|
||||
<SvgIcon name="CHelp" fontSize="30" color="#000"></SvgIcon>
|
||||
</a>
|
||||
</div>
|
||||
<promptInput :content="inputPrompt" ref="promptInput" />
|
||||
</div>
|
||||
<div class="poses" v-show="showMotion">
|
||||
|
||||
Reference in New Issue
Block a user