合并受阻
感谢提交 Pull Requests!
Thanks for submitting a pull request.


start build


首次触发
门禁构建开始,包含静态检查,预计在60分钟内完成,门禁结果会同步发送到注册邮箱。您可以通过如下链接跟踪门禁进展:http://dcp.openharmony.cn/workbench/cicd/detail/6a9a937b64650f998bc2aa4b/runlist


代码门禁未通过
您可以通过如下链接查看门禁报告:http://dcp.openharmony.cn/workbench/cicd/detail/6a9a937b64650f998bc2aa4b/runlist
静态检查:
| # | check type | result | report |
|---|---|---|---|
| 1 | codeCheck | noPass | >>> |


start build


上次构建已超过12小时,重新全量验证,重置所有关联PR的验证状态
门禁构建开始,包含静态检查,预计在60分钟内完成,门禁结果会同步发送到注册邮箱。您可以通过如下链接跟踪门禁进展:http://dcp.openharmony.cn/workbench/cicd/detail/6aa0c31364650f998b83bacb/runlist


代码门禁通过
您可以通过如下链接查看门禁报告:http://dcp.openharmony.cn/workbench/cicd/detail/6aa0c31364650f998b83bacb/runlist
静态检查:
| # | check type | result | report |
|---|---|---|---|
| 1 | codeCheck | pass | >>> |


加上 0.82: 0.84.* / 0.82.*


changed this line on 8118934f view diff detail
加上0.82的验证结果


代码有更新,重置PR验证状态


感谢提交 Pull Requests!
Thanks for submitting a pull request.


start build


本地或库上代码有更新,全量重新构建,重置所有关联PR的验证状态
门禁构建开始,包含静态检查,预计在60分钟内完成,门禁结果会同步发送到注册邮箱。您可以通过如下链接跟踪门禁进展:http://dcp.openharmony.cn/workbench/cicd/detail/6aa1058564650f998b9c993c/runlist


代码门禁未通过
您可以通过如下链接查看门禁报告:http://dcp.openharmony.cn/workbench/cicd/detail/6aa1058564650f998b9c993c/runlist
静态检查:
| # | check type | result | report |
|---|---|---|---|
| 1 | codeCheck | noPass | >>> |


docs: complete ViewShot API documentation
文档(README.md / README_en.md)
规范并补齐 API 接口表:
ViewShotRef.capture()命令式调用方法的说明(通过viewShotRef.current.capture()触发并返回Promise<string>)。captureRef的目标视图入参类型明确指定为CaptureTarget。精准化标注组件属性与 options 配置:
format:类型中补充了raw格式,明确注明鸿蒙不支持raw格式(仅 Android 支持),支持度标注为 Partially。result:进一步明确鸿蒙端不支持zip-base64压缩格式,支持度标注为 Partially。handleGLSurfaceViewOnAndroid(仅 Android)和useRenderInContext(仅 iOS)的说明,鸿蒙支持度均标为 No。onLayout(布局监听回调)与style(视图样式)的说明。更新示例代码(Demo):
captureRef(ref)调整为推荐的实例方法ref.current?.capture(),日志输出同步更新为ViewShotRef.capture。