完善原生内容卡与H5详情分工

This commit is contained in:
2026-03-27 21:03:55 +08:00
parent 0e0a724025
commit 0703fd47a2
21 changed files with 903 additions and 83 deletions

View File

@@ -23,27 +23,31 @@
"CPRadius": 6,
"controlOverrides": {
"start-1": {
"template": "focus",
"title": "比赛开始",
"body": "从这里出发,先熟悉地图方向,再推进到第一个目标点。",
"body": "从这里出发,先熟悉地图方向,再推进到第一个目标点。点击“查看详情”可打开 H5 详情页。",
"autoPopup": true,
"once": true,
"priority": 1,
"contentExperience": {
"type": "h5",
"url": "https://oss-mbh5.colormaprun.com/gotomars/h5/content-h5-test-template.html",
"bridge": "content-v1"
"bridge": "content-v1",
"presentation": "dialog"
},
"clickTitle": "起点说明",
"clickBody": "点击起点可再次查看起跑说明与路线背景。",
"clickExperience": {
"type": "h5",
"url": "https://oss-mbh5.colormaprun.com/gotomars/h5/content-h5-test-template.html",
"bridge": "content-v1"
"bridge": "content-v1",
"presentation": "dialog"
}
},
"control-1": {
"template": "story",
"title": "图书馆前广场",
"body": "这是第一检查点,完成后沿主路继续前进。",
"body": "这是第一检查点,完成后沿主路继续前进。卡片先原生弹出,再可进入 H5 详情。",
"autoPopup": true,
"once": false,
"priority": 1,
@@ -52,17 +56,20 @@
"contentExperience": {
"type": "h5",
"url": "https://oss-mbh5.colormaprun.com/gotomars/h5/content-h5-test-template.html",
"bridge": "content-v1"
"bridge": "content-v1",
"presentation": "dialog"
},
"clickExperience": {
"type": "h5",
"url": "https://oss-mbh5.colormaprun.com/gotomars/h5/content-h5-test-template.html",
"bridge": "content-v1"
"bridge": "content-v1",
"presentation": "dialog"
}
},
"control-2": {
"template": "minimal",
"title": "教学楼南侧",
"body": "注意这里地形开阔,适合快速判断下一段方向。",
"body": "注意这里地形开阔,适合快速判断下一段方向。这个点配置成手动查看后可进 H5。",
"autoPopup": false,
"once": true,
"priority": 1,
@@ -71,10 +78,12 @@
"clickExperience": {
"type": "h5",
"url": "https://oss-mbh5.colormaprun.com/gotomars/h5/content-h5-test-template.html",
"bridge": "content-v1"
"bridge": "content-v1",
"presentation": "dialog"
}
},
"control-3": {
"template": "story",
"title": "湖边步道",
"body": "经过这里时可以观察水边和林带的边界关系。",
"autoPopup": true,
@@ -84,8 +93,9 @@
"clickBody": "点击可查看更详细的路线观察建议。"
},
"finish-1": {
"template": "focus",
"title": "终点到达",
"body": "恭喜完成本次顺序赛,准备查看结果。",
"body": "恭喜完成本次顺序赛,准备查看结果。这里也保留 H5 详情入口用于测试。",
"autoPopup": true,
"once": true,
"priority": 2,
@@ -94,7 +104,8 @@
"clickExperience": {
"type": "h5",
"url": "https://oss-mbh5.colormaprun.com/gotomars/h5/content-h5-test-template.html",
"bridge": "content-v1"
"bridge": "content-v1",
"presentation": "dialog"
}
}
},