feat: 拍照攻略组件
This commit is contained in:
@@ -7,6 +7,12 @@ export const LONG_TEXT_KEYS = {
|
||||
guideConclusion: "guide_conclusion",
|
||||
keyFacts: "key_facts",
|
||||
sceneImage: "scene_image",
|
||||
photoSpotSectionTitle: "photo_spot_section_title",
|
||||
photoSpotSectionItems: "photo_spot_section_items",
|
||||
bestTimeSuggestion: "best_time_suggestion",
|
||||
phoneSectionTitle: "phone_section_title",
|
||||
phoneSectionItems: "phone_section_items",
|
||||
photoList: "photo_list",
|
||||
preparationSectionTitle: "preparation_section_title",
|
||||
preparationSectionItems: "preparation_section_items",
|
||||
sectionSuggestionTitle: "section_suggestion_title",
|
||||
@@ -62,6 +68,12 @@ export const LONG_TEXT_FIELD_CONFIG = [
|
||||
{ key: LONG_TEXT_KEYS.guideConclusion },
|
||||
{ key: LONG_TEXT_KEYS.keyFacts },
|
||||
{ key: LONG_TEXT_KEYS.sceneImage },
|
||||
{ key: LONG_TEXT_KEYS.photoSpotSectionTitle },
|
||||
{ key: LONG_TEXT_KEYS.photoSpotSectionItems },
|
||||
{ key: LONG_TEXT_KEYS.bestTimeSuggestion },
|
||||
{ key: LONG_TEXT_KEYS.phoneSectionTitle },
|
||||
{ key: LONG_TEXT_KEYS.phoneSectionItems },
|
||||
{ key: LONG_TEXT_KEYS.photoList },
|
||||
{ key: LONG_TEXT_KEYS.preparationSectionTitle },
|
||||
{ key: LONG_TEXT_KEYS.preparationSectionItems },
|
||||
{ key: LONG_TEXT_KEYS.sectionSuggestionTitle },
|
||||
|
||||
Reference in New Issue
Block a user