feat(aigc/useTemplate): add multi-step template generation confirmation workflow

- add PhotoConfirmDrawer component for post-photo-pick quality verification
- add GenerateConfirmPanel to display generation point cost and available balance
- extend TemplateVersionHero to support custom variant styles
- refactor useTemplate page to use step-based workflow flow
This commit is contained in:
duanshuwen
2026-07-05 21:16:30 +08:00
parent d95e90127e
commit 4b77df11a8
8 changed files with 430 additions and 11 deletions

View File

@@ -28,7 +28,7 @@
height: 100%;
min-height: 0;
overflow: hidden;
padding: 24px 18px;
padding: 18px;
box-sizing: border-box;
}