feat(aigc): add video template display support

add video media detection and rendering in TemplateCard and TemplateVersionHero components
update scss styles to support both image and video media elements
update sample template data to use video covers and adjust template information
comment out unused deprecated culture postcard template entry
This commit is contained in:
duanshuwen
2026-07-07 20:00:36 +08:00
parent 161919b3c4
commit 7db07273af
5 changed files with 71 additions and 23 deletions

View File

@@ -14,7 +14,8 @@
box-shadow: 0 12px 24px rgba(15, 29, 37, 0.08);
}
.template-version-image {
.template-version-image,
.template-version-video {
position: absolute;
top: 0;
right: 0;