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

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

@@ -359,11 +359,13 @@
- 类型:`string`
- 说明H5 内容的展示形态
- 当前支持
- 当前运行建议
- `fullscreen`
- 兼容历史值:
- `sheet`
- `dialog`
- `fullscreen`
- 建议默认值:`sheet`
- 建议默认值:`fullscreen`
- 备注:经过真机验证,`web-view` 不再承担局部弹窗职责;当前应按“原生内容卡 + H5 全屏详情页/任务页”理解。
#### `clickExperience`
@@ -396,6 +398,13 @@
- 类型:`string`
- 说明:点击内容的展示形态
- 当前运行建议:
- `fullscreen`
- 兼容历史值:
- `sheet`
- `dialog`
- 建议默认值:`fullscreen`
- 备注:点击详情页当前统一按整页 H5 处理,不再把 `web-view` 作为局部弹窗承载。
#### `pointStyle`
@@ -451,11 +460,6 @@
- 类型:`string`
- 说明:单个控制点编号文字颜色覆盖,例如 `#ffffff`
- 备注:未配置时回退到样式系统默认标签颜色逻辑
- 当前支持:
- `sheet`
- `dialog`
- `fullscreen`
- 建议默认值:`sheet`
### 6.3 示例
@@ -485,13 +489,13 @@
"type": "h5",
"url": "https://example.com/content/control-2",
"bridge": "content-v1",
"presentation": "sheet"
"presentation": "fullscreen"
},
"clickExperience": {
"type": "h5",
"url": "https://example.com/content/control-2-click",
"bridge": "content-v1",
"presentation": "dialog"
"presentation": "fullscreen"
}
},
"finish-1": {