创建时间

This commit is contained in:
lq
2025-09-20 11:25:34 +08:00
parent c70b44022b
commit 15492d6d33
3 changed files with 85 additions and 68 deletions

View File

@ -61,13 +61,18 @@
</div>
<!-- 素材添加区域 -->
<div class="form-section material-section">
<Button class="add-material-btn" @click="handleAddMaterial">
<template #icon>
<icon-plus size="16" class="mr-8px" />
</template>
从原料库添加
</Button>
<p class="material-hint">AI会参考添加的文本图片视频等素材完成符合需求的创作</p>
<div v-if="hasChose" class="flex items-center">
</div>
<div v-else class="flex flex-col items-center">
<Button class="add-material-btn" @click="handleAddMaterial">
<template #icon>
<icon-plus size="16" class="mr-8px" />
</template>
从原料库添加
</Button>
<p class="material-hint">AI会参考添加的文本图片视频等素材完成符合需求的创作</p>
</div>
</div>
</div>
<div v-show="isActive == 'chose'">
@ -255,7 +260,6 @@ onMounted(() => {
handleSearch();
});
const handleSelect = (value) => {
console.log('++++++++++', value);
isActive.value = value;
};
const handleAddMaterial = () => {