feat: 调整了长文本组件的渲染
This commit is contained in:
@@ -1,7 +1,35 @@
|
||||
export const LONG_TEXT_KEYS = {
|
||||
containerType: "container_type",
|
||||
tag: "tag",
|
||||
title: "title",
|
||||
content: "content",
|
||||
guideConclusion: "guide_conclusion",
|
||||
keyFacts: "key_facts",
|
||||
sceneImage: "scene_image",
|
||||
checklistOrSteps: "checklist_or_steps",
|
||||
bestTimeOrPeople: "best_time_or_people",
|
||||
avoidPitfalls: "avoid_pitfalls",
|
||||
nextSuggestion: "next_suggestion",
|
||||
poiDefinition: "poi_definition",
|
||||
keyHighlights: "key_highlights",
|
||||
heroImage: "hero_image",
|
||||
backgroundStory: "background_story",
|
||||
bestTime: "best_time",
|
||||
visitSuggestion: "visit_suggestion",
|
||||
routeSummary: "route_summary",
|
||||
routeMeta: "route_meta",
|
||||
routeSteps: "route_steps",
|
||||
onsiteClues: "onsite_clues",
|
||||
realtimeNotice: "realtime_notice",
|
||||
routeWarning: "route_warning",
|
||||
arrivalNextStep: "arrival_next_step",
|
||||
photoConclusion: "photo_conclusion",
|
||||
photoSpots: "photo_spots",
|
||||
compositionTips: "composition_tips",
|
||||
phoneSettings: "phone_settings",
|
||||
lightReminder: "light_reminder",
|
||||
sampleImage: "sample_image",
|
||||
components: "components",
|
||||
checklist: "checklist",
|
||||
suggest: "suggest",
|
||||
commodity: "commodity",
|
||||
@@ -9,9 +37,37 @@ export const LONG_TEXT_KEYS = {
|
||||
};
|
||||
|
||||
export const LONG_TEXT_FIELD_CONFIG = [
|
||||
{ key: LONG_TEXT_KEYS.containerType },
|
||||
{ key: LONG_TEXT_KEYS.tag },
|
||||
{ key: LONG_TEXT_KEYS.title },
|
||||
{ key: LONG_TEXT_KEYS.content },
|
||||
{ key: LONG_TEXT_KEYS.guideConclusion },
|
||||
{ key: LONG_TEXT_KEYS.keyFacts },
|
||||
{ key: LONG_TEXT_KEYS.sceneImage },
|
||||
{ key: LONG_TEXT_KEYS.checklistOrSteps },
|
||||
{ key: LONG_TEXT_KEYS.bestTimeOrPeople },
|
||||
{ key: LONG_TEXT_KEYS.avoidPitfalls },
|
||||
{ key: LONG_TEXT_KEYS.nextSuggestion },
|
||||
{ key: LONG_TEXT_KEYS.poiDefinition },
|
||||
{ key: LONG_TEXT_KEYS.keyHighlights },
|
||||
{ key: LONG_TEXT_KEYS.heroImage },
|
||||
{ key: LONG_TEXT_KEYS.backgroundStory },
|
||||
{ key: LONG_TEXT_KEYS.bestTime },
|
||||
{ key: LONG_TEXT_KEYS.visitSuggestion },
|
||||
{ key: LONG_TEXT_KEYS.routeSummary },
|
||||
{ key: LONG_TEXT_KEYS.routeMeta },
|
||||
{ key: LONG_TEXT_KEYS.routeSteps },
|
||||
{ key: LONG_TEXT_KEYS.onsiteClues },
|
||||
{ key: LONG_TEXT_KEYS.realtimeNotice },
|
||||
{ key: LONG_TEXT_KEYS.routeWarning },
|
||||
{ key: LONG_TEXT_KEYS.arrivalNextStep },
|
||||
{ key: LONG_TEXT_KEYS.photoConclusion },
|
||||
{ key: LONG_TEXT_KEYS.photoSpots },
|
||||
{ key: LONG_TEXT_KEYS.compositionTips },
|
||||
{ key: LONG_TEXT_KEYS.phoneSettings },
|
||||
{ key: LONG_TEXT_KEYS.lightReminder },
|
||||
{ key: LONG_TEXT_KEYS.sampleImage },
|
||||
{ key: LONG_TEXT_KEYS.components },
|
||||
{ key: LONG_TEXT_KEYS.checklist },
|
||||
{ key: LONG_TEXT_KEYS.suggest },
|
||||
{ key: LONG_TEXT_KEYS.commodity },
|
||||
|
||||
Reference in New Issue
Block a user