feat(aigc): 新增图片生成动效视频的升级功能

- 新增图片转视频相关的API接口
- 调整AIGC详情页英雄区块高度至380px
- 添加结果详情页升级动效视频入口
- 完善升级流程的逻辑与费用计算
- 适配多类型生成任务的判断规则
This commit is contained in:
duanshuwen
2026-08-05 19:41:42 +08:00
parent 57f6cdd85e
commit 9f0881a284
4 changed files with 217 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
.template-version-hero {
position: relative;
height: 360px;
height: 380px;
overflow: hidden;
border-radius: 24px;
background: var(--template-accent, #0a4d46);