Suno PC 端页面重构完成

This commit is contained in:
RockYang
2025-08-07 14:00:09 +08:00
parent 5f24df6cee
commit eab8265b9c
5 changed files with 653 additions and 793 deletions

View File

@@ -724,17 +724,7 @@ const imageToVideoParams = ref({
aspect_ratio: '16:9',
})
// 选项数据
const imageSizeOptions = ['512x512', '768x768', '1024x1024', '1024x1536', '1536x1024']
const videoAspectRatioOptions = ['16:9', '9:16', '1:1', '4:3']
const imageEffectsTemplateOptions = [
'acrylic_ornaments',
'angel_figurine',
'felt_3d_polaroid',
'watercolor_illustration',
]
// 选项数据 - 已在上方定义,这里删除重复声明
// 页面数据
const page = ref(1)

View File

@@ -455,9 +455,6 @@
</div>
</div>
</div>
<!-- 删除确认对话框 -->
<!-- 已移除改为 van showConfirmDialog 方式 -->
</div>
</template>