修正文档中的过时配置说明

This commit is contained in:
2026-04-01 19:22:08 +08:00
parent 0490b8605c
commit 5236719035
5 changed files with 40 additions and 22 deletions

View File

@@ -85,13 +85,13 @@
"type": "h5",
"url": "https://example.com/content/start-1",
"bridge": "content-v1",
"presentation": "dialog"
"presentation": "fullscreen"
},
"clickExperience": {
"type": "h5",
"url": "https://example.com/content/start-1-click",
"bridge": "content-v1",
"presentation": "dialog"
"presentation": "fullscreen"
}
},
"control-1": {
@@ -108,13 +108,13 @@
"type": "h5",
"url": "https://example.com/content/control-1",
"bridge": "content-v1",
"presentation": "dialog"
"presentation": "fullscreen"
},
"clickExperience": {
"type": "h5",
"url": "https://example.com/content/control-1-click",
"bridge": "content-v1",
"presentation": "dialog"
"presentation": "fullscreen"
}
},
"control-2": {
@@ -140,7 +140,7 @@
"type": "h5",
"url": "https://example.com/content/finish-1-click",
"bridge": "content-v1",
"presentation": "dialog"
"presentation": "fullscreen"
}
}
},
@@ -487,9 +487,12 @@
- 类型:`string`
- 说明H5 内容页展示形态
- 当前支持值
- `dialog`
- 当前运行建议
- `fullscreen`
- 兼容历史值:
- `dialog`
- `sheet`
- 备注:经过真机验证,`web-view` 不再承担局部弹窗职责;当前应按“原生内容卡 + H5 全屏详情页/任务页”理解。
#### `clickExperience`