feat: 增加攻略组件

This commit is contained in:
2026-06-03 20:43:10 +08:00
parent 671ba03a23
commit 91ae9943e6
4 changed files with 15 additions and 8 deletions

View File

@@ -53,10 +53,16 @@ export const CompName = {
mapCard: "mapCard",
// 回答卡片
longTextCard: "longTextCard",
// 长文本卡片-拍照攻略
longTextCardSnap: "longTextCardSnap",
// 长文本卡片-路线指引
longTextCardRoute: "longTextCardRoute",
// 长文本卡片-景点故事
longTextCardScenicSpot: "longTextCardScenicSpot",
// 长文本卡片-初游攻略
longTextCardFullDoc: "longTextCardFullDoc",
// 长文本卡片-漂流攻略
longTextCardStrategy: "longTextCardStrategy",
// 生成合成图片
aigcPhotoGeneratorCard: "aigcPhotoGeneratorCard",
videoCard: "videoCard",