feat: 更换转视频的带提示输入框

This commit is contained in:
zhangyh
2025-11-20 17:26:05 +08:00
parent e154fc3de0
commit 85cb0e9792
8 changed files with 174 additions and 634 deletions

View File

@@ -168,15 +168,22 @@
</div>
</div>
<div class="prompt-input-container" v-show="!showMotion">
<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">
<i class="fi fi-rs-interrogation tips-icon" style="font-size: 1.8rem; color: #000;"/>
</a>
</div>
<div class="title" style="display: flex; gap: 0.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"
>
<i
class="fi fi-rs-interrogation tips-icon"
style="font-size: 1.8rem; color: #000"
/>
</a>
</div>
<!-- <div class="title">
<span>{{ $t('ProductImg.Prompt') }}</span>
<i class="fi fi-rs-interrogation tips-icon" />
@@ -334,7 +341,7 @@ export default defineComponent({
generalDrag,
promptInput,
Tips,
Product
Product,
},
props: {
isDesignPage: {
@@ -1539,11 +1546,11 @@ export default defineComponent({
}
.prompt-input-container {
margin-top: 4rem;
.title{
.title {
display: flex;
align-items: center;
column-gap: 1rem;
i{
i {
display: flex;
cursor: pointer;
}