feat: aigc 组件

This commit is contained in:
2026-06-04 16:05:07 +08:00
parent 41feba7a8b
commit 7b514d7dcc
5 changed files with 118 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ const requiredStrictRenderingSnippets = [
"LONG_TEXT_KEYS.sceneImage",
"LONG_TEXT_KEYS.commodityList",
"LONG_TEXT_KEYS.photoList",
"LONG_TEXT_KEYS.aigcComponet",
"commodity.commodity_id",
"commodity.commodity_name",
"commodity.commodity_price",
@@ -54,6 +55,13 @@ const requiredStrictRenderingSnippets = [
"photo.photo_name",
"photo.photo_description",
"photo.photo_url",
"aigc.background",
"aigc.title",
"aigc.description",
"aigc.jumpUrl",
"jumpAigcClick",
"getAccessToken",
"navigateTo",
"content-body-list-marker",
"entry.value.length > 1",
"formatListMarker(index)",

View File

@@ -67,6 +67,7 @@ const expectedNewKeys = {
phoneSectionTitle: "phone_section_title",
phoneSectionItems: "phone_section_items",
photoList: "photo_list",
aigcComponet: "aigc_componet",
};
for (const [keyName, keyValue] of Object.entries(expectedNewKeys)) {