feat: 长文本组件调整

This commit is contained in:
2026-05-22 14:27:18 +08:00
parent 6e0988e85a
commit 932783af2c
4 changed files with 15 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ export const LONG_TEXT_KEYS = {
tag: "tag",
title: "title",
content: "content",
contentSummary: "content_summary",
guideConclusion: "guide_conclusion",
keyFacts: "key_facts",
sceneImage: "scene_image",
@@ -41,6 +42,7 @@ export const LONG_TEXT_FIELD_CONFIG = [
{ key: LONG_TEXT_KEYS.tag },
{ key: LONG_TEXT_KEYS.title },
{ key: LONG_TEXT_KEYS.content },
{ key: LONG_TEXT_KEYS.contentSummary },
{ key: LONG_TEXT_KEYS.guideConclusion },
{ key: LONG_TEXT_KEYS.keyFacts },
{ key: LONG_TEXT_KEYS.sceneImage },
@@ -75,7 +77,7 @@ export const LONG_TEXT_FIELD_CONFIG = [
];
export const LONG_TEXT_PREVIEW_KEYS = [
LONG_TEXT_KEYS.content,
LONG_TEXT_KEYS.contentSummary,
LONG_TEXT_KEYS.title,
LONG_TEXT_KEYS.tag,
];