Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite
This commit is contained in:
@@ -226,7 +226,7 @@ export default defineComponent({
|
||||
storeData.positionList = position
|
||||
store.commit('setProbject',storeData)
|
||||
// setChatData()
|
||||
if(route.name == 'toolsPage'){
|
||||
if(route.name == 'tools'){
|
||||
getCollection('tools',null)
|
||||
}else{
|
||||
getCollection('design',null)
|
||||
|
||||
@@ -168,10 +168,19 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="prompt-input-container" v-show="!showMotion">
|
||||
<div class="title">
|
||||
<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">
|
||||
<span>{{ $t('ProductImg.Prompt') }}</span>
|
||||
<i class="fi fi-rs-interrogation tips-icon" />
|
||||
</div>
|
||||
</div> -->
|
||||
<promptInput :content="inputPrompt" ref="promptInput" />
|
||||
</div>
|
||||
<div class="poses" v-show="showMotion">
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
@click.stop="handleDownload(item)"
|
||||
/>
|
||||
<div class="text">
|
||||
{{ $t('ProductImg.EditGarmen') }}:
|
||||
{{ promptPage == 3 ? $t('ProductImg.EditGarmen2') : $t('ProductImg.EditGarmen') }}:
|
||||
</div>
|
||||
</div>
|
||||
<div class="example-item"
|
||||
@@ -285,10 +285,14 @@ const setNextOrPrevious = (type) => {
|
||||
if(status.value == 0){
|
||||
status.value = 1
|
||||
}else{
|
||||
const startIndex = (promptPage.value - 1) * 4;
|
||||
if(startIndex + 4 >= promptList.value.length){
|
||||
return
|
||||
}
|
||||
promptPage.value++
|
||||
}
|
||||
}
|
||||
if(promptPage.value > 0)presentList.value = setPresentList()
|
||||
if(promptPage.value > 0)presentList.value = setPresentList(4)
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user