视频页面加入用户指引 detail添加

This commit is contained in:
X1627315083
2025-11-20 13:56:25 +08:00
parent 2249bf614f
commit c078f9dd93
9 changed files with 32 additions and 8 deletions

View File

@@ -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">