feat: 增加商品组件
This commit is contained in:
@@ -7,6 +7,13 @@ export const LONG_TEXT_KEYS = {
|
||||
guideConclusion: "guide_conclusion",
|
||||
keyFacts: "key_facts",
|
||||
sceneImage: "scene_image",
|
||||
preparationSectionTitle: "preparation_section_title",
|
||||
preparationSectionItems: "preparation_section_items",
|
||||
sectionSuggestionTitle: "section_suggestion_title",
|
||||
sectionSuggestionContent: "section_suggestion_content",
|
||||
pitfallSectionTitle: "pitfall_section_title",
|
||||
pitfallSectionItems: "pitfall_section_items",
|
||||
commodityList: "commodity_list",
|
||||
contentImage: "content_image",
|
||||
viewSectionTitle: "view_section_title",
|
||||
viewSectionItems: "view_section_items",
|
||||
@@ -55,6 +62,13 @@ 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.preparationSectionTitle },
|
||||
{ key: LONG_TEXT_KEYS.preparationSectionItems },
|
||||
{ key: LONG_TEXT_KEYS.sectionSuggestionTitle },
|
||||
{ key: LONG_TEXT_KEYS.sectionSuggestionContent },
|
||||
{ key: LONG_TEXT_KEYS.pitfallSectionTitle },
|
||||
{ key: LONG_TEXT_KEYS.pitfallSectionItems },
|
||||
{ key: LONG_TEXT_KEYS.commodityList },
|
||||
{ key: LONG_TEXT_KEYS.contentImage },
|
||||
{ key: LONG_TEXT_KEYS.viewSectionTitle },
|
||||
{ key: LONG_TEXT_KEYS.viewSectionItems },
|
||||
|
||||
Reference in New Issue
Block a user