完善原生内容卡与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,36 +23,44 @@
"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": "minimal",
"score": 10,
"clickTitle": "1号点",
"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-2": {
"template": "minimal",
"score": 20,
"title": "2号点",
"body": "这个点配置成手动查看。点击“查看内容”后先出原生卡,再可进入 H5。",
"autoPopup": false,
"once": true,
"priority": 1,
@@ -61,13 +69,15 @@
"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",
"score": 30,
"title": "湖边步道",
"body": "这里适合短暂停留观察周边地形。",
"body": "这里适合短暂停留观察周边地形。自动弹原生内容卡,并提供 H5 详情入口。",
"autoPopup": true,
"once": false,
"priority": 1,
@@ -76,7 +86,8 @@
"contentExperience": {
"type": "h5",
"url": "https://oss-mbh5.colormaprun.com/gotomars/h5/content-h5-test-template.html",
"bridge": "content-v1"
"bridge": "content-v1",
"presentation": "dialog"
}
},
"control-4": {
@@ -86,6 +97,7 @@
"score": 50
},
"control-6": {
"template": "focus",
"score": 60,
"title": "悬崖边",
"body": "这里很危险啊。",
@@ -102,8 +114,9 @@
"score": 80
},
"finish-1": {
"template": "focus",
"title": "比赛结束",
"body": "恭喜完成本次路线,准备查看结果。",
"body": "恭喜完成本次路线,准备查看结果。这里也保留 H5 详情入口用于测试。",
"autoPopup": true,
"once": true,
"priority": 2,
@@ -112,7 +125,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"
}
}
},