diff --git a/src/components/TemplateCard/index.tsx b/src/components/TemplateCard/index.tsx
index 27cff09..c951e6f 100644
--- a/src/components/TemplateCard/index.tsx
+++ b/src/components/TemplateCard/index.tsx
@@ -85,9 +85,9 @@ export default function TemplateCard({ template, onClick }: TemplateCardProps) {
{/* 模板名称悬浮 - 视频底部 */}
-
+ {/*
✨{template.name}
-
+
*/}
) : (
@@ -98,9 +98,9 @@ export default function TemplateCard({ template, onClick }: TemplateCardProps) {
{/* 模板名称悬浮 - 图片底部 */}
-
+ {/*
✨{template.name}
-
+
*/}
// 原有的图片对比逻辑
diff --git a/src/pages/friends-photo/index.tsx b/src/pages/friends-photo/index.tsx
index ad19f3c..2b2b182 100644
--- a/src/pages/friends-photo/index.tsx
+++ b/src/pages/friends-photo/index.tsx
@@ -100,9 +100,7 @@ export default function FriendsPhoto() {
>
) : (
-
- ${template?.creditCost} {t('friendsPhoto.startGenerating')}
-
+ {t('friendsPhoto.startGenerating')}
)}