diff --git a/docs/apis/ad/InterstitialAd.md b/docs/apis/ad/InterstitialAd.md
index c02142156238..ec53156760f5 100644
--- a/docs/apis/ad/InterstitialAd.md
+++ b/docs/apis/ad/InterstitialAd.md
@@ -13,7 +13,7 @@ sidebar_label: InterstitialAd
销毁插屏广告实例。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.destroy.html)
@@ -25,7 +25,7 @@ sidebar_label: InterstitialAd
取消监听插屏广告关闭事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.offClose.html)
@@ -41,7 +41,7 @@ sidebar_label: InterstitialAd
取消监听插屏错误事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.offError.html)
@@ -57,7 +57,7 @@ sidebar_label: InterstitialAd
取消监听插屏广告加载事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.offLoad.html)
@@ -73,7 +73,7 @@ sidebar_label: InterstitialAd
监听插屏广告关闭事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.onClose.html)
@@ -89,7 +89,7 @@ sidebar_label: InterstitialAd
监听插屏错误事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.onError.html)
@@ -105,7 +105,7 @@ sidebar_label: InterstitialAd
监听插屏广告加载事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.onLoad.html)
@@ -121,7 +121,7 @@ sidebar_label: InterstitialAd
加载插屏广告。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.load.html)
@@ -145,7 +145,7 @@ sidebar_label: InterstitialAd
| 2004 | 广告渲染失败 | 该项错误不是开发者的异常情况,或因小程序页面切换导致广告渲染失败 |
| 2005 | 广告调用异常 | 插屏广告实例不允许跨页面调用 |
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/InterstitialAd.show.html)
@@ -200,14 +200,14 @@ sidebar_label: InterstitialAd
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| InterstitialAd.destroy | ✔️ | | | | |
-| InterstitialAd.offClose | ✔️ | | | | |
-| InterstitialAd.offError | ✔️ | | | | |
-| InterstitialAd.offLoad | ✔️ | | | | |
-| InterstitialAd.onClose | ✔️ | | | | |
-| InterstitialAd.onError | ✔️ | | | | |
-| InterstitialAd.onLoad | ✔️ | | | | |
-| InterstitialAd.load | ✔️ | | | | |
-| InterstitialAd.show | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| InterstitialAd.destroy | ✔️ | | | |
+| InterstitialAd.offClose | ✔️ | | | |
+| InterstitialAd.offError | ✔️ | | | |
+| InterstitialAd.offLoad | ✔️ | | | |
+| InterstitialAd.onClose | ✔️ | | | |
+| InterstitialAd.onError | ✔️ | | | |
+| InterstitialAd.onLoad | ✔️ | | | |
+| InterstitialAd.load | ✔️ | | | |
+| InterstitialAd.show | ✔️ | | | |
diff --git a/docs/apis/ad/RewardedVideoAd.md b/docs/apis/ad/RewardedVideoAd.md
index 238b7a00951f..668ce189707b 100644
--- a/docs/apis/ad/RewardedVideoAd.md
+++ b/docs/apis/ad/RewardedVideoAd.md
@@ -13,7 +13,7 @@ sidebar_label: RewardedVideoAd
加载激励视频广告。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.load.html)
@@ -25,7 +25,7 @@ sidebar_label: RewardedVideoAd
显示激励视频广告。激励视频广告将从屏幕下方推入。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.show.html)
@@ -37,7 +37,7 @@ sidebar_label: RewardedVideoAd
销毁激励视频广告实例。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.destroy.html)
@@ -49,7 +49,7 @@ sidebar_label: RewardedVideoAd
取消监听用户点击 `关闭广告` 按钮的事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.offClose.html)
@@ -65,7 +65,7 @@ sidebar_label: RewardedVideoAd
取消监听激励视频错误事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.offError.html)
@@ -81,7 +81,7 @@ sidebar_label: RewardedVideoAd
取消监听激励视频广告加载事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.offLoad.html)
@@ -97,7 +97,7 @@ sidebar_label: RewardedVideoAd
监听用户点击 `关闭广告` 按钮的事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.onClose.html)
@@ -113,7 +113,7 @@ sidebar_label: RewardedVideoAd
监听激励视频错误事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.onError.html)
@@ -129,7 +129,7 @@ sidebar_label: RewardedVideoAd
监听激励视频广告加载事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/RewardedVideoAd.onLoad.html)
@@ -194,14 +194,14 @@ sidebar_label: RewardedVideoAd
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| RewardedVideoAd.load | ✔️ | | | | |
-| RewardedVideoAd.show | ✔️ | | | | |
-| RewardedVideoAd.destroy | ✔️ | | | | |
-| RewardedVideoAd.offClose | ✔️ | | | | |
-| RewardedVideoAd.offError | ✔️ | | | | |
-| RewardedVideoAd.offLoad | ✔️ | | | | |
-| RewardedVideoAd.onClose | ✔️ | | | | |
-| RewardedVideoAd.onError | ✔️ | | | | |
-| RewardedVideoAd.onLoad | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| RewardedVideoAd.load | ✔️ | | | |
+| RewardedVideoAd.show | ✔️ | | | |
+| RewardedVideoAd.destroy | ✔️ | | | |
+| RewardedVideoAd.offClose | ✔️ | | | |
+| RewardedVideoAd.offError | ✔️ | | | |
+| RewardedVideoAd.offLoad | ✔️ | | | |
+| RewardedVideoAd.onClose | ✔️ | | | |
+| RewardedVideoAd.onError | ✔️ | | | |
+| RewardedVideoAd.onLoad | ✔️ | | | |
diff --git a/docs/apis/ad/createInterstitialAd.md b/docs/apis/ad/createInterstitialAd.md
index b41aee9cc388..66b3ef6cef9c 100644
--- a/docs/apis/ad/createInterstitialAd.md
+++ b/docs/apis/ad/createInterstitialAd.md
@@ -6,7 +6,7 @@ sidebar_label: createInterstitialAd
创建插屏广告组件。
请通过 getSystemInfoSync 返回对象的 SDKVersion 判断基础库版本号后再使用该 API。每次调用该方法创建插屏广告都会返回一个全新的实例(小程序端的插屏广告实例不允许跨页面使用)。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/wx.createInterstitialAd.html)
diff --git a/docs/apis/ad/createRewardedVideoAd.md b/docs/apis/ad/createRewardedVideoAd.md
index f3ba9cffbb45..c3cb27f2181d 100644
--- a/docs/apis/ad/createRewardedVideoAd.md
+++ b/docs/apis/ad/createRewardedVideoAd.md
@@ -5,7 +5,7 @@ sidebar_label: createRewardedVideoAd
创建激励视频广告组件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ad/wx.createRewardedVideoAd.html)
diff --git a/docs/apis/ai/face/faceDetect.md b/docs/apis/ai/face/faceDetect.md
index 0fdbe9dca705..36304c31f970 100644
--- a/docs/apis/ai/face/faceDetect.md
+++ b/docs/apis/ai/face/faceDetect.md
@@ -5,7 +5,7 @@ sidebar_label: faceDetect
人脸识别,使用前需要通过 Taro.initFaceDetect 进行一次初始化,推荐使用相机接口返回的帧数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/face/wx.faceDetect.html)
diff --git a/docs/apis/ai/face/initFaceDetect.md b/docs/apis/ai/face/initFaceDetect.md
index 47e85742e486..4068df363f06 100644
--- a/docs/apis/ai/face/initFaceDetect.md
+++ b/docs/apis/ai/face/initFaceDetect.md
@@ -5,7 +5,7 @@ sidebar_label: initFaceDetect
初始化人脸识别
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/face/wx.initFaceDetect.html)
diff --git a/docs/apis/ai/face/stopFaceDetect.md b/docs/apis/ai/face/stopFaceDetect.md
index f247e16738e9..62bf2a1a67f2 100644
--- a/docs/apis/ai/face/stopFaceDetect.md
+++ b/docs/apis/ai/face/stopFaceDetect.md
@@ -5,7 +5,7 @@ sidebar_label: stopFaceDetect
停止人脸识别
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/face/wx.stopFaceDetect.html)
diff --git a/docs/apis/ai/inference/InferenceSession.md b/docs/apis/ai/inference/InferenceSession.md
index 6c0735f5e634..cfc2de4287ca 100644
--- a/docs/apis/ai/inference/InferenceSession.md
+++ b/docs/apis/ai/inference/InferenceSession.md
@@ -9,7 +9,7 @@ sidebar_label: InferenceSession
销毁 InferenceSession 实例
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/inference/InferenceSession.destroy.html)
@@ -21,7 +21,7 @@ sidebar_label: InferenceSession
取消监听模型加载失败事件. 传入指定回调函数则只取消指定回调,不传则取消所有回调
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/inference/InferenceSession.offError.html)
@@ -37,7 +37,7 @@ sidebar_label: InferenceSession
取消监听模型加载完成事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/inference/InferenceSession.offLoad.html)
@@ -53,7 +53,7 @@ sidebar_label: InferenceSession
监听模型加载失败事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/inference/InferenceSession.onError.html)
@@ -69,7 +69,7 @@ sidebar_label: InferenceSession
监听模型加载完成事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/inference/InferenceSession.onLoad.html)
@@ -87,7 +87,7 @@ sidebar_label: InferenceSession
需要在 session.onLoad 回调后使用。接口参数为 Tensors 对象,返回 Promise。
一个 InferenceSession 被创建完成后可以重复多次调用 InferenceSession.run(), 直到调用 session.destroy() 进行销毁。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/inference/InferenceSession.destroy.html)
@@ -143,11 +143,11 @@ sidebar_label: InferenceSession
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| InferenceSession.destroy | ✔️ | | | | |
-| InferenceSession.offError | ✔️ | | | | |
-| InferenceSession.offLoad | ✔️ | | | | |
-| InferenceSession.onError | ✔️ | | | | |
-| InferenceSession.onLoad | ✔️ | | | | |
-| InferenceSession.run | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| InferenceSession.destroy | ✔️ | | | |
+| InferenceSession.offError | ✔️ | | | |
+| InferenceSession.offLoad | ✔️ | | | |
+| InferenceSession.onError | ✔️ | | | |
+| InferenceSession.onLoad | ✔️ | | | |
+| InferenceSession.run | ✔️ | | | |
diff --git a/docs/apis/ai/inference/createInferenceSession.md b/docs/apis/ai/inference/createInferenceSession.md
index e1f29df6e03d..8e79df7bd2e6 100644
--- a/docs/apis/ai/inference/createInferenceSession.md
+++ b/docs/apis/ai/inference/createInferenceSession.md
@@ -5,7 +5,7 @@ sidebar_label: createInferenceSession
创建 AI 推理 Session
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/inference/wx.createInferenceSession.html)
diff --git a/docs/apis/ai/inference/getInferenceEnvInfo.md b/docs/apis/ai/inference/getInferenceEnvInfo.md
index 7c5345ff4a2c..f8b249b19712 100644
--- a/docs/apis/ai/inference/getInferenceEnvInfo.md
+++ b/docs/apis/ai/inference/getInferenceEnvInfo.md
@@ -5,7 +5,7 @@ sidebar_label: getInferenceEnvInfo
获取通用AI推理引擎版本
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/inference/wx.getInferenceEnvInfo.html)
diff --git a/docs/apis/ai/visionkit/VKBodyAnchor.md b/docs/apis/ai/visionkit/VKBodyAnchor.md
index 7f2acabaeecc..3d8f57a59418 100644
--- a/docs/apis/ai/visionkit/VKBodyAnchor.md
+++ b/docs/apis/ai/visionkit/VKBodyAnchor.md
@@ -5,7 +5,7 @@ sidebar_label: VKBodyAnchor
人体 anchor
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKBodyAnchor.html)
@@ -61,6 +61,6 @@ sidebar_label: VKBodyAnchor
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKBodyAnchor | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKBodyAnchor | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKCamera.md b/docs/apis/ai/visionkit/VKCamera.md
index 7fdec4416336..800e43effd77 100644
--- a/docs/apis/ai/visionkit/VKCamera.md
+++ b/docs/apis/ai/visionkit/VKCamera.md
@@ -5,7 +5,7 @@ sidebar_label: VKCamera
相机对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKCamera.html)
@@ -13,19 +13,19 @@ sidebar_label: VKCamera
| 参数 | 类型 | 说明 |
| --- | --- | --- |
-| viewMatrix | `Float32Array` | 视图矩阵 |
-| intrinsics | `Float32Array` | 相机内参,只有 v2 版本支持 |
+| viewMatrix | `Float32Array` | 视图矩阵 |
+| intrinsics | `Float32Array` | 相机内参,只有 v2 版本支持 |
### getProjectionMatrix
获取投影矩阵
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKCamera.getProjectionMatrix.html)
```tsx
-(near: number, far: number) => Float32Array
+(near: number, far: number) => Float32Array
```
| 参数 | 类型 | 说明 |
@@ -35,7 +35,7 @@ sidebar_label: VKCamera
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKCamera | ✔️ | | | | |
-| VKCamera.getProjectionMatrix | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKCamera | ✔️ | | | |
+| VKCamera.getProjectionMatrix | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKDepthAnchor.md b/docs/apis/ai/visionkit/VKDepthAnchor.md
index 7d4956fdac5a..701cc8ce5678 100644
--- a/docs/apis/ai/visionkit/VKDepthAnchor.md
+++ b/docs/apis/ai/visionkit/VKDepthAnchor.md
@@ -5,7 +5,7 @@ sidebar_label: VKDepthAnchor
depth anchor
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKDepthAnchor.html)
@@ -39,6 +39,6 @@ depth anchor
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKDepthAnchor | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKDepthAnchor | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKFaceAnchor.md b/docs/apis/ai/visionkit/VKFaceAnchor.md
index adf646334cba..09d4bc44e7c9 100644
--- a/docs/apis/ai/visionkit/VKFaceAnchor.md
+++ b/docs/apis/ai/visionkit/VKFaceAnchor.md
@@ -5,7 +5,7 @@ sidebar_label: VKFaceAnchor
人脸 anchor
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKFaceAnchor.html)
@@ -61,6 +61,6 @@ sidebar_label: VKFaceAnchor
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKFaceAnchor | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKFaceAnchor | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKFrame.md b/docs/apis/ai/visionkit/VKFrame.md
index 9387d321aab3..bf40e8ffbd9e 100644
--- a/docs/apis/ai/visionkit/VKFrame.md
+++ b/docs/apis/ai/visionkit/VKFrame.md
@@ -5,7 +5,7 @@ sidebar_label: VKFrame
vision kit 会话对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKFrame.html)
@@ -20,7 +20,7 @@ vision kit 会话对象
获取当前帧纹理,目前只支持 YUV 纹理
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKFrame.getCameraTexture.html)
@@ -38,7 +38,7 @@ vision kit 会话对象
按 aspect-fill 规则裁剪,此接口要求在创建 VKSession 对象时必须传入 gl 参数。
此接口仅建议拿来做帧分析使用,上屏请使用 getCameraTexture 来代替。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKFrame.getCameraBuffer.html)
@@ -55,12 +55,12 @@ vision kit 会话对象
获取纹理调整矩阵。默认获取到的纹理是未经裁剪调整的纹理,此矩阵可用于在着色器中根据帧对象尺寸对纹理进行裁剪
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKFrame.getDisplayTransform.html)
```tsx
-() => Float32Array
+() => Float32Array
```
## 参数
@@ -76,9 +76,9 @@ vision kit 会话对象
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKFrame | ✔️ | | | | |
-| VKFrame.getCameraTexture | ✔️ | | | | |
-| VKFrame.getCameraBuffer | ✔️ | | | | |
-| VKFrame.getDisplayTransform | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKFrame | ✔️ | | | |
+| VKFrame.getCameraTexture | ✔️ | | | |
+| VKFrame.getCameraBuffer | ✔️ | | | |
+| VKFrame.getDisplayTransform | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKHandAnchor.md b/docs/apis/ai/visionkit/VKHandAnchor.md
index e44b46afc9e7..f19616fa19d9 100644
--- a/docs/apis/ai/visionkit/VKHandAnchor.md
+++ b/docs/apis/ai/visionkit/VKHandAnchor.md
@@ -5,7 +5,7 @@ sidebar_label: VKHandAnchor
手势 anchor
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKHandAnchor.html)
@@ -88,6 +88,6 @@ sidebar_label: VKHandAnchor
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKHandAnchor | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKHandAnchor | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKMarkerAnchor.md b/docs/apis/ai/visionkit/VKMarkerAnchor.md
index 64d9afc3641f..d62dfce73409 100644
--- a/docs/apis/ai/visionkit/VKMarkerAnchor.md
+++ b/docs/apis/ai/visionkit/VKMarkerAnchor.md
@@ -5,7 +5,7 @@ sidebar_label: VKMarkerAnchor
marker anchor
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKMarkerAnchor.html)
@@ -15,7 +15,7 @@ marker anchor
| --- | --- | --- |
| id | `number` | 唯一标识 |
| type | `1` | 类型 |
-| transform | `Float32Array` | 包含位置、旋转、放缩信息的矩阵,以列为主序 |
+| transform | `Float32Array` | 包含位置、旋转、放缩信息的矩阵,以列为主序 |
| markerId | `number` | marker id |
| path | `string` | 图片路径 |
@@ -31,6 +31,6 @@ marker anchor
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKMarkerAnchor | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKMarkerAnchor | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKOCRAnchor.md b/docs/apis/ai/visionkit/VKOCRAnchor.md
index a25773e369af..184694c57878 100644
--- a/docs/apis/ai/visionkit/VKOCRAnchor.md
+++ b/docs/apis/ai/visionkit/VKOCRAnchor.md
@@ -5,7 +5,7 @@ sidebar_label: VKOCRAnchor
OCR anchor
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKOCRAnchor.html)
@@ -29,6 +29,6 @@ OCR anchor
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKOCRAnchor | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKOCRAnchor | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKOSDAnchor.md b/docs/apis/ai/visionkit/VKOSDAnchor.md
index 6c2dde866266..2262986e8d21 100644
--- a/docs/apis/ai/visionkit/VKOSDAnchor.md
+++ b/docs/apis/ai/visionkit/VKOSDAnchor.md
@@ -5,7 +5,7 @@ sidebar_label: VKOSDAnchor
OSD anchor
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKOSDAnchor.html)
@@ -50,6 +50,6 @@ OSD anchor
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKOSDAnchor | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKOSDAnchor | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKPlaneAnchor.md b/docs/apis/ai/visionkit/VKPlaneAnchor.md
index fef4b8c6d8ad..6497ae011a5d 100644
--- a/docs/apis/ai/visionkit/VKPlaneAnchor.md
+++ b/docs/apis/ai/visionkit/VKPlaneAnchor.md
@@ -5,7 +5,7 @@ sidebar_label: VKPlaneAnchor
平面 anchor,只有 v2 版本支持
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKPlaneAnchor.html)
@@ -15,7 +15,7 @@ sidebar_label: VKPlaneAnchor
| --- | --- | --- |
| id | `number` | 唯一标识 |
| type | `0` | 类型 |
-| transform | `Float32Array` | 包含位置、旋转、放缩信息的矩阵,以列为主序 |
+| transform | `Float32Array` | 包含位置、旋转、放缩信息的矩阵,以列为主序 |
| size | `ISize` | 尺寸 |
| alignment | `number` | 方向 |
@@ -40,6 +40,6 @@ sidebar_label: VKPlaneAnchor
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKPlaneAnchor | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKPlaneAnchor | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/VKSession.md b/docs/apis/ai/visionkit/VKSession.md
index c99c1e25c055..c2d883f9e762 100644
--- a/docs/apis/ai/visionkit/VKSession.md
+++ b/docs/apis/ai/visionkit/VKSession.md
@@ -5,7 +5,7 @@ sidebar_label: VKSession
vision kit 会话对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.html)
@@ -21,7 +21,7 @@ vision kit 会话对象
添加一个 marker,要求调 Taro.createVKSession 时传入的 track.marker 为 true
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.addMarker.html)
@@ -37,7 +37,7 @@ vision kit 会话对象
添加一个 OSD marker(one-shot detection marker),要求调 Taro.createVKSession 时传入的 track.OSD 为 true
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.addOSDMarker.html)
@@ -53,7 +53,7 @@ vision kit 会话对象
取消由 requestAnimationFrame 添加到计划中的动画帧请求
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.cancelAnimationFrame.html)
@@ -69,7 +69,7 @@ vision kit 会话对象
销毁会话
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.destroy.html)
@@ -81,7 +81,7 @@ vision kit 会话对象
静态图像人体关键点检测。当 Taro.createVKSession 参数传入 {track: {body: {mode: 2} } } 时可用。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.detectBody.html)
@@ -97,7 +97,7 @@ vision kit 会话对象
深度识别。当 Taro.createVKSession 参数传入 {track: {depth: {mode: 2} } } 时可用。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.detectDepth.html)
@@ -113,7 +113,7 @@ vision kit 会话对象
静态图像人脸关键点检测。当 Taro.createVKSession 参数传入 {track: {face: {mode: 2} } } 时可用。安卓微信8.0.25开始支持,iOS微信8.0.24开始支持。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.detectFace.html)
@@ -129,7 +129,7 @@ vision kit 会话对象
静态图像手势关键点检测。当 Taro.createVKSession 参数传入 {track: {hand: {mode: 2} } } 时可用。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.detectHand.html)
@@ -145,7 +145,7 @@ vision kit 会话对象
获取所有 marker,要求调 Taro.createVKSession 时传入的 track.marker 为 true
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.getAllMarker.html)
@@ -157,7 +157,7 @@ vision kit 会话对象
获取所有 OSD marker,要求调 Taro.createVKSession 时传入的 track.OSD 为 true
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.getAllOSDMarker.html)
@@ -169,7 +169,7 @@ vision kit 会话对象
获取帧对象,每调用一次都会触发一次帧分析过程
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.getVKFrame.html)
@@ -188,7 +188,7 @@ vision kit 会话对象
如果需要重新识别其他平面,可以在调用此方法时将 reset 参数置为 true。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.hitTest.html)
@@ -206,7 +206,7 @@ vision kit 会话对象
取消监听会话事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.off.html)
@@ -223,7 +223,7 @@ vision kit 会话对象
监听会话事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.on.html)
@@ -240,7 +240,7 @@ vision kit 会话对象
删除一个 marker,要求调 Taro.createVKSession 时传入的 track.marker 为 true
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.removeMarker.html)
@@ -256,7 +256,7 @@ vision kit 会话对象
删除一个 OSD marker,要求调 Taro.createVKSession 时传入的 track.OSD 为 true
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.removeOSDMarker.html)
@@ -272,7 +272,7 @@ vision kit 会话对象
在下次进行重绘时执行。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.requestAnimationFrame.html)
@@ -288,7 +288,7 @@ vision kit 会话对象
静态图像 OCR 检测。当 Taro.createVKSession 参数传入 {track: {OCR: {mode: 2} } } 时可用。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.runOCR.html)
@@ -304,7 +304,7 @@ vision kit 会话对象
开启会话。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.start.html)
@@ -320,7 +320,7 @@ vision kit 会话对象
停止会话。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.stop.html)
@@ -332,7 +332,7 @@ vision kit 会话对象
开启 3D 模式
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.update3DMode.html)
@@ -348,7 +348,7 @@ vision kit 会话对象
更新 OSD 识别精确度,要求调 Taro.createVKSession 时传入的 track.OSD 为 true
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.updateOSDThreshold.html)
@@ -618,7 +618,7 @@ hitTest 检测结果
| 参数 | 类型 | 说明 |
| --- | --- | --- |
-| transform | `Float32Array` | 包含位置、旋转、放缩信息的矩阵,以列为主序 |
+| transform | `Float32Array` | 包含位置、旋转、放缩信息的矩阵,以列为主序 |
### IStartStatus
@@ -637,28 +637,28 @@ start status 的合法值
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| VKSession | ✔️ | | | | |
-| VKSession.addMarker | ✔️ | | | | |
-| VKSession.addOSDMarker | ✔️ | | | | |
-| VKSession.cancelAnimationFrame | ✔️ | | | | |
-| VKSession.destroy | ✔️ | | | | |
-| VKSession.detectBody | ✔️ | | | | |
-| VKSession.detectDepth | ✔️ | | | | |
-| VKSession.detectFace | ✔️ | | | | |
-| VKSession.detectHand | ✔️ | | | | |
-| VKSession.getAllMarker | ✔️ | | | | |
-| VKSession.getAllOSDMarker | ✔️ | | | | |
-| VKSession.getVKFrame | ✔️ | | | | |
-| VKSession.hitTest | ✔️ | | | | |
-| VKSession.off | ✔️ | | | | |
-| VKSession.on | ✔️ | | | | |
-| VKSession.removeMarker | ✔️ | | | | |
-| VKSession.removeOSDMarker | ✔️ | | | | |
-| VKSession.requestAnimationFrame | ✔️ | | | | |
-| VKSession.runOCR | ✔️ | | | | |
-| VKSession.start | ✔️ | | | | |
-| VKSession.stop | ✔️ | | | | |
-| VKSession.update3DMode | ✔️ | | | | |
-| VKSession.updateOSDThreshold | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| VKSession | ✔️ | | | |
+| VKSession.addMarker | ✔️ | | | |
+| VKSession.addOSDMarker | ✔️ | | | |
+| VKSession.cancelAnimationFrame | ✔️ | | | |
+| VKSession.destroy | ✔️ | | | |
+| VKSession.detectBody | ✔️ | | | |
+| VKSession.detectDepth | ✔️ | | | |
+| VKSession.detectFace | ✔️ | | | |
+| VKSession.detectHand | ✔️ | | | |
+| VKSession.getAllMarker | ✔️ | | | |
+| VKSession.getAllOSDMarker | ✔️ | | | |
+| VKSession.getVKFrame | ✔️ | | | |
+| VKSession.hitTest | ✔️ | | | |
+| VKSession.off | ✔️ | | | |
+| VKSession.on | ✔️ | | | |
+| VKSession.removeMarker | ✔️ | | | |
+| VKSession.removeOSDMarker | ✔️ | | | |
+| VKSession.requestAnimationFrame | ✔️ | | | |
+| VKSession.runOCR | ✔️ | | | |
+| VKSession.start | ✔️ | | | |
+| VKSession.stop | ✔️ | | | |
+| VKSession.update3DMode | ✔️ | | | |
+| VKSession.updateOSDThreshold | ✔️ | | | |
diff --git a/docs/apis/ai/visionkit/createVKSession.md b/docs/apis/ai/visionkit/createVKSession.md
index 5ecf99efaed0..fa5fa1fb8c28 100644
--- a/docs/apis/ai/visionkit/createVKSession.md
+++ b/docs/apis/ai/visionkit/createVKSession.md
@@ -5,7 +5,7 @@ sidebar_label: createVKSession
创建 vision kit 会话对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/wx.createVKSession.html)
diff --git a/docs/apis/ai/visionkit/isVKSupport.md b/docs/apis/ai/visionkit/isVKSupport.md
index 37acba51cba3..144da2a59213 100644
--- a/docs/apis/ai/visionkit/isVKSupport.md
+++ b/docs/apis/ai/visionkit/isVKSupport.md
@@ -5,7 +5,7 @@ sidebar_label: isVKSupport
判断支持版本
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/wx.isVKSupport.html)
diff --git a/docs/apis/base/arrayBufferToBase64.md b/docs/apis/base/arrayBufferToBase64.md
index f10d0fe862b0..2955d036f784 100644
--- a/docs/apis/base/arrayBufferToBase64.md
+++ b/docs/apis/base/arrayBufferToBase64.md
@@ -5,7 +5,7 @@ sidebar_label: arrayBufferToBase64
将 ArrayBuffer 数据转成 Base64 字符串。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/wx.arrayBufferToBase64.html)
diff --git a/docs/apis/base/base64ToArrayBuffer.md b/docs/apis/base/base64ToArrayBuffer.md
index d9bc0e4fb39e..fcf1633ffaea 100644
--- a/docs/apis/base/base64ToArrayBuffer.md
+++ b/docs/apis/base/base64ToArrayBuffer.md
@@ -5,7 +5,7 @@ sidebar_label: base64ToArrayBuffer
将 Base64 字符串转成 ArrayBuffer 数据。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/wx.base64ToArrayBuffer.html)
diff --git a/docs/apis/base/canIUse.md b/docs/apis/base/canIUse.md
index 30cb5bbf0af6..b89e51018998 100644
--- a/docs/apis/base/canIUse.md
+++ b/docs/apis/base/canIUse.md
@@ -5,7 +5,7 @@ sidebar_label: canIUse
判断小程序的 API,回调,参数,组件等是否在当前版本可用。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/wx.canIUse.html)
diff --git a/docs/apis/base/canIUseWebp.md b/docs/apis/base/canIUseWebp.md
index 6a3bb799dcef..b9c40ce6347d 100644
--- a/docs/apis/base/canIUseWebp.md
+++ b/docs/apis/base/canIUseWebp.md
@@ -7,7 +7,7 @@ sidebar_label: canIUseWebp
> 在小程序平台中仅在 android 和 devtools 设备时可用
-支持情况:
+支持情况:
## 类型
diff --git a/docs/apis/base/crypto/UserCryptoManager.md b/docs/apis/base/crypto/UserCryptoManager.md
index e46639715ff5..ee0da7927e33 100644
--- a/docs/apis/base/crypto/UserCryptoManager.md
+++ b/docs/apis/base/crypto/UserCryptoManager.md
@@ -5,7 +5,7 @@ sidebar_label: UserCryptoManager
用户加密模块
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/crypto/UserCryptoManager.html)
@@ -15,7 +15,7 @@ sidebar_label: UserCryptoManager
获取最新的用户加密密钥
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/crypto/UserCryptoManager.getLatestUserKey.html)
@@ -43,7 +43,7 @@ userCryptoManager.getLatestUserKey({
获取密码学安全随机数
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/crypto/UserCryptoManager.getRandomValues.html)
@@ -106,8 +106,8 @@ Taro.getUserCryptoManager().getRandomValues({
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| UserCryptoManager | ✔️ | | | | |
-| UserCryptoManager.getLatestUserKey | ✔️ | | | | |
-| UserCryptoManager.getRandomValues | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| UserCryptoManager | ✔️ | | | |
+| UserCryptoManager.getLatestUserKey | ✔️ | | | |
+| UserCryptoManager.getRandomValues | ✔️ | | | |
diff --git a/docs/apis/base/crypto/getRandomValues.md b/docs/apis/base/crypto/getRandomValues.md
index e364789ca194..188ac6dd845a 100644
--- a/docs/apis/base/crypto/getRandomValues.md
+++ b/docs/apis/base/crypto/getRandomValues.md
@@ -5,7 +5,7 @@ sidebar_label: getRandomValues
获取密码学安全随机数
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/crypto/UserCryptoManager.getRandomValues.html)
diff --git a/docs/apis/base/crypto/getUserCryptoManager.md b/docs/apis/base/crypto/getUserCryptoManager.md
index f77bba2e4237..83f1ae4d908c 100644
--- a/docs/apis/base/crypto/getUserCryptoManager.md
+++ b/docs/apis/base/crypto/getUserCryptoManager.md
@@ -5,7 +5,7 @@ sidebar_label: getUserCryptoManager
获取用户加密模块
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/crypto/wx.getUserCryptoManager.html)
diff --git a/docs/apis/base/debug/LogManager.md b/docs/apis/base/debug/LogManager.md
index 0a7af15e8774..f435f4d9d5cc 100644
--- a/docs/apis/base/debug/LogManager.md
+++ b/docs/apis/base/debug/LogManager.md
@@ -13,7 +13,7 @@ sidebar_label: LogManager
基础库默认会把 App、Page 的生命周期函数和 wx 命名空间下的函数调用写入日志。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/debug/LogManager.html)
@@ -85,10 +85,10 @@ sidebar_label: LogManager
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| LogManager | ✔️ | | | | ✔️ |
-| LogManager.debug | ✔️ | | | | ✔️ |
-| LogManager.info | ✔️ | | | | ✔️ |
-| LogManager.log | ✔️ | | | | ✔️ |
-| LogManager.warn | ✔️ | | | | ✔️ |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| LogManager | ✔️ | | | |
+| LogManager.debug | ✔️ | | | |
+| LogManager.info | ✔️ | | | |
+| LogManager.log | ✔️ | | | |
+| LogManager.warn | ✔️ | | | |
diff --git a/docs/apis/base/debug/RealtimeLogManager.md b/docs/apis/base/debug/RealtimeLogManager.md
index e50547d061fa..09ec89b0438d 100644
--- a/docs/apis/base/debug/RealtimeLogManager.md
+++ b/docs/apis/base/debug/RealtimeLogManager.md
@@ -9,7 +9,7 @@ sidebar_label: RealtimeLogManager
为帮助小程序开发者快捷地排查小程序漏洞、定位问题,我们推出了实时日志功能。从基础库2.7.1开始,开发者可通过提供的接口打印日志,日志汇聚并实时上报到小程序后台。
开发者可从小程序管理后台“开发->运维中心->实时日志”进入日志查询页面,查看开发者打印的日志信息。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/debug/RealtimeLogManager.html)
diff --git a/docs/apis/base/debug/RealtimeTagLogManager.md b/docs/apis/base/debug/RealtimeTagLogManager.md
index f8829f215eb2..03df5b47a8ef 100644
--- a/docs/apis/base/debug/RealtimeTagLogManager.md
+++ b/docs/apis/base/debug/RealtimeTagLogManager.md
@@ -9,7 +9,7 @@ sidebar_label: RealtimeTagLogManager
RealtimeTagLogManager 功能和 [RealtimeLogManager](./RealtimeLogManager) 相似,但是为了让输出的实时日志更易于分析,其具有更严格的格式要求。
RealtimeTagLogManager 使用时需要传入标签,调用该实例所输出的日志均会被汇集到对应标签下,同时该实例的日志只支持 key-value 格式进行输出。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/debug/RealtimeTagLogManager.html)
diff --git a/docs/apis/base/debug/console.md b/docs/apis/base/debug/console.md
index 7b4818871cfc..92124d77be67 100644
--- a/docs/apis/base/debug/console.md
+++ b/docs/apis/base/debug/console.md
@@ -9,7 +9,7 @@ sidebar_label: console
- 由于 vConsole 功能有限,以及不同客户端对 console 方法的支持情况有差异,建议开发者在小程序中只使用本文档中提供的方法。
- 部分内容展示的限制请参见调试
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/debug/console.html)
@@ -131,13 +131,13 @@ sidebar_label: console
## API 支持度
-| API | 微信小程序 | 抖音小程序 | H5 | React Native | Harmony | Harmony hybrid | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| console | ✔️ | | | | | ✔️ | ✔️ |
-| console.debug | ✔️ | | | | | ✔️ | ✔️ |
-| console.error | ✔️ | | | | | ✔️ | ✔️ |
-| console.group | ✔️ | | | | | ✔️ | ✔️ |
-| console.groupEnd | ✔️ | | | | | ✔️ | ✔️ |
-| console.info | ✔️ | | | | | ✔️ | ✔️ |
-| console.log | ✔️ | ✔️ | | | | ✔️ | ✔️ |
-| console.warn | ✔️ | | | | | ✔️ | ✔️ |
+| API | 微信小程序 | 抖音小程序 | H5 | React Native | Harmony | Harmony hybrid |
+| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
+| console | ✔️ | | | | | ✔️ |
+| console.debug | ✔️ | | | | | ✔️ |
+| console.error | ✔️ | | | | | ✔️ |
+| console.group | ✔️ | | | | | ✔️ |
+| console.groupEnd | ✔️ | | | | | ✔️ |
+| console.info | ✔️ | | | | | ✔️ |
+| console.log | ✔️ | ✔️ | | | | ✔️ |
+| console.warn | ✔️ | | | | | ✔️ |
diff --git a/docs/apis/base/debug/getLogManager.md b/docs/apis/base/debug/getLogManager.md
index 6bef9f35cf84..3276fe890d27 100644
--- a/docs/apis/base/debug/getLogManager.md
+++ b/docs/apis/base/debug/getLogManager.md
@@ -5,7 +5,7 @@ sidebar_label: getLogManager
获取日志管理器对象。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/debug/wx.getLogManager.html)
diff --git a/docs/apis/base/debug/getRealtimeLogManager.md b/docs/apis/base/debug/getRealtimeLogManager.md
index c6c97daad22d..7af34fc7f915 100644
--- a/docs/apis/base/debug/getRealtimeLogManager.md
+++ b/docs/apis/base/debug/getRealtimeLogManager.md
@@ -5,7 +5,7 @@ sidebar_label: getRealtimeLogManager
获取实时日志管理器对象。
-支持情况:
+支持情况:
## 类型
diff --git a/docs/apis/base/debug/setEnableDebug.md b/docs/apis/base/debug/setEnableDebug.md
index 4d5ef2398fd0..7ce22b8e676f 100644
--- a/docs/apis/base/debug/setEnableDebug.md
+++ b/docs/apis/base/debug/setEnableDebug.md
@@ -5,7 +5,7 @@ sidebar_label: setEnableDebug
设置是否打开调试开关,此开关对正式版也能生效。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/debug/wx.setEnableDebug.html)
diff --git a/docs/apis/base/performance/EntryList.md b/docs/apis/base/performance/EntryList.md
index c056d12d3173..7c7bd5737b8b 100644
--- a/docs/apis/base/performance/EntryList.md
+++ b/docs/apis/base/performance/EntryList.md
@@ -5,7 +5,7 @@ sidebar_label: EntryList
EntryList 对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/EntryList.html)
@@ -15,7 +15,7 @@ EntryList 对象
该方法返回当前列表中的所有性能数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/EntryList.getEntries.html)
@@ -27,7 +27,7 @@ EntryList 对象
获取当前列表中所有名称为 [name] 且类型为 [entryType] 的性能数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/EntryList.getEntriesByName.html)
@@ -44,7 +44,7 @@ EntryList 对象
获取当前列表中所有类型为 [entryType] 的性能数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/EntryList.getEntriesByType.html)
@@ -58,9 +58,9 @@ EntryList 对象
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| EntryList | ✔️ | | | | |
-| EntryList.getEntries | ✔️ | | | | |
-| EntryList.getEntriesByName | ✔️ | | | | |
-| EntryList.getEntriesByType | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| EntryList | ✔️ | | | |
+| EntryList.getEntries | ✔️ | | | |
+| EntryList.getEntriesByName | ✔️ | | | |
+| EntryList.getEntriesByType | ✔️ | | | |
diff --git a/docs/apis/base/performance/Performance.md b/docs/apis/base/performance/Performance.md
index 043c4809f585..c3f4c49c33b1 100644
--- a/docs/apis/base/performance/Performance.md
+++ b/docs/apis/base/performance/Performance.md
@@ -5,7 +5,7 @@ sidebar_label: Performance
Performance 对象,用于获取性能数据及创建性能监听器
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/Performance.html)
@@ -15,7 +15,7 @@ Performance 对象,用于获取性能数据及创建性能监听器
创建全局性能事件监听器
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/Performance.createObserver.html)
@@ -31,7 +31,7 @@ Performance 对象,用于获取性能数据及创建性能监听器
该方法返回当前缓冲区中的所有性能数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/Performance.getEntries.html)
@@ -43,7 +43,7 @@ Performance 对象,用于获取性能数据及创建性能监听器
获取当前缓冲区中所有名称为 [name] 且类型为 [entryType] 的性能数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/Performance.getEntriesByName.html)
@@ -60,7 +60,7 @@ Performance 对象,用于获取性能数据及创建性能监听器
获取当前缓冲区中所有类型为 [entryType] 的性能数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/Performance.getEntriesByType.html)
@@ -76,7 +76,7 @@ Performance 对象,用于获取性能数据及创建性能监听器
设置缓冲区大小,默认缓冲 30 条性能数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/Performance.setBufferSize.html)
@@ -90,11 +90,11 @@ Performance 对象,用于获取性能数据及创建性能监听器
## API 支持度
-| API | 微信小程序 | 抖音小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| Performance | ✔️ | ✔️ | | | | |
-| Performance.createObserver | ✔️ | | | | | |
-| Performance.getEntries | ✔️ | ✔️ | | | | |
-| Performance.getEntriesByName | ✔️ | ✔️ | | | | |
-| Performance.getEntriesByType | ✔️ | ✔️ | | | | |
-| Performance.setBufferSize | ✔️ | | | | | |
+| API | 微信小程序 | 抖音小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: | :---: |
+| Performance | ✔️ | ✔️ | | | |
+| Performance.createObserver | ✔️ | | | | |
+| Performance.getEntries | ✔️ | ✔️ | | | |
+| Performance.getEntriesByName | ✔️ | ✔️ | | | |
+| Performance.getEntriesByType | ✔️ | ✔️ | | | |
+| Performance.setBufferSize | ✔️ | | | | |
diff --git a/docs/apis/base/performance/PerformanceEntry.md b/docs/apis/base/performance/PerformanceEntry.md
index c892f14916a6..bbfec5d15281 100644
--- a/docs/apis/base/performance/PerformanceEntry.md
+++ b/docs/apis/base/performance/PerformanceEntry.md
@@ -5,7 +5,7 @@ sidebar_label: PerformanceEntry
单条性能数据
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/PerformanceEntry.html)
@@ -55,6 +55,6 @@ name 的合法值
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| PerformanceEntry | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| PerformanceEntry | ✔️ | | | |
diff --git a/docs/apis/base/performance/PerformanceObserver.md b/docs/apis/base/performance/PerformanceObserver.md
index b5952a9bdbf2..429369332d38 100644
--- a/docs/apis/base/performance/PerformanceObserver.md
+++ b/docs/apis/base/performance/PerformanceObserver.md
@@ -5,7 +5,7 @@ sidebar_label: PerformanceObserver
PerformanceObserver 对象,用于监听性能相关事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/PerformanceObserver.html)
@@ -19,7 +19,7 @@ PerformanceObserver 对象,用于监听性能相关事件
停止监听
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/PerformanceObserver.disconnect.html)
@@ -31,7 +31,7 @@ PerformanceObserver 对象,用于监听性能相关事件
开始监听
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/PerformanceObserver.observe.html)
@@ -64,8 +64,8 @@ PerformanceObserver 对象,用于监听性能相关事件
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| PerformanceObserver | ✔️ | | | | |
-| PerformanceObserver.disconnect | ✔️ | | | | |
-| PerformanceObserver.observe | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| PerformanceObserver | ✔️ | | | |
+| PerformanceObserver.disconnect | ✔️ | | | |
+| PerformanceObserver.observe | ✔️ | | | |
diff --git a/docs/apis/base/performance/getPerformance.md b/docs/apis/base/performance/getPerformance.md
index 26924960e0d8..1b41b0d51b75 100644
--- a/docs/apis/base/performance/getPerformance.md
+++ b/docs/apis/base/performance/getPerformance.md
@@ -9,7 +9,7 @@ sidebar_label: getPerformance
- 目前,当开启代码 [按需注入](https://developers.weixin.qq.com/miniprogram/dev/framework/ability/lazyload.html) `时,evaluateScript` 将仅包含公有部分代码,页面和组件的代码注入的时间会包含在 `firstRender` 中(因为页面和组件的代码注入过程成为了首次渲染过程的一部分)。因此开启按需注入后,脚本耗时降低,渲染时间提高属于正常现象,优化效果可以关注整体启动耗时(`appLaunch`)来评估。
- `firstPaint` 和 `firstContentfulPaint` 指标在开启 `vconsole` 的情况下,由于绘制 `vconsoel` 的面板,会导致数据提前。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/wx.getPerformance.html)
diff --git a/docs/apis/base/performance/preloadAssets.md b/docs/apis/base/performance/preloadAssets.md
index 1f5ebf5af9df..d5055fb15c66 100644
--- a/docs/apis/base/performance/preloadAssets.md
+++ b/docs/apis/base/performance/preloadAssets.md
@@ -5,7 +5,7 @@ sidebar_label: preloadAssets
为视图层预加载媒体资源文件, 目前支持:font,image
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/wx.preloadAssets.html)
diff --git a/docs/apis/base/performance/preloadSkylineView.md b/docs/apis/base/performance/preloadSkylineView.md
index 59b4bd1dedd2..668ed99a1e49 100644
--- a/docs/apis/base/performance/preloadSkylineView.md
+++ b/docs/apis/base/performance/preloadSkylineView.md
@@ -5,7 +5,7 @@ sidebar_label: preloadSkylineView
预加载下个页面所需要的 Skyline 运行环境
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/wx.preloadSkylineView.html)
diff --git a/docs/apis/base/performance/preloadWebview.md b/docs/apis/base/performance/preloadWebview.md
index a21d92e5e3b2..e2d2a37bb0e9 100644
--- a/docs/apis/base/performance/preloadWebview.md
+++ b/docs/apis/base/performance/preloadWebview.md
@@ -5,7 +5,7 @@ sidebar_label: preloadWebview
预加载下个页面的 WebView
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/wx.preloadWebview.html)
diff --git a/docs/apis/base/performance/reportPerformance.md b/docs/apis/base/performance/reportPerformance.md
index 49728f6f96b8..b933daf4aebf 100644
--- a/docs/apis/base/performance/reportPerformance.md
+++ b/docs/apis/base/performance/reportPerformance.md
@@ -5,7 +5,7 @@ sidebar_label: reportPerformance
小程序测速上报。使用前,需要在小程序管理后台配置。 详情参见[小程序测速](https://developers.weixin.qq.com/miniprogram/dev/framework/performanceReport/index.html)指南。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/wx.reportPerformance.html)
diff --git a/docs/apis/base/system/getAppAuthorizeSetting.md b/docs/apis/base/system/getAppAuthorizeSetting.md
index a25e832e61b0..983d82044bea 100644
--- a/docs/apis/base/system/getAppAuthorizeSetting.md
+++ b/docs/apis/base/system/getAppAuthorizeSetting.md
@@ -9,7 +9,7 @@ sidebar_label: getAppAuthorizeSetting
- 'denied' 表示请求授权被拒绝,无法再次请求授权;(此情况需要引导用户[打开系统设置](https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.openAppAuthorizeSetting.html),在设置页中打开权限)
- 'non determined' 表示尚未请求授权,会在微信下一次调用系统相应权限时请求;(仅 iOS 会出现。此种情况下引导用户打开系统设置,不展示开关)
-支持情况:
+支持情况:
> H5: 暂未支持设置权限
diff --git a/docs/apis/base/system/getAppBaseInfo.md b/docs/apis/base/system/getAppBaseInfo.md
index 0886b9d900ce..43d921a92d09 100644
--- a/docs/apis/base/system/getAppBaseInfo.md
+++ b/docs/apis/base/system/getAppBaseInfo.md
@@ -5,7 +5,7 @@ sidebar_label: getAppBaseInfo
获取微信APP基础信息
-支持情况:
+支持情况:
> H5: 不支持 SDKVersion、host、version
diff --git a/docs/apis/base/system/getDeviceInfo.md b/docs/apis/base/system/getDeviceInfo.md
index 55f35262a6a2..31d8839da129 100644
--- a/docs/apis/base/system/getDeviceInfo.md
+++ b/docs/apis/base/system/getDeviceInfo.md
@@ -5,7 +5,7 @@ sidebar_label: getDeviceInfo
获取设备基础信息
-支持情况:
+支持情况:
> H5: 不支持 abi、benchmarkLevel
diff --git a/docs/apis/base/system/getRendererUserAgent.md b/docs/apis/base/system/getRendererUserAgent.md
index 371702b20a33..364335ca5994 100644
--- a/docs/apis/base/system/getRendererUserAgent.md
+++ b/docs/apis/base/system/getRendererUserAgent.md
@@ -6,7 +6,7 @@ sidebar_label: getRendererUserAgent
获取 Webview 小程序的 UserAgent
基础库 2.26.3 开始支持
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.getRendererUserAgent.html)
diff --git a/docs/apis/base/system/getSkylineInfo.md b/docs/apis/base/system/getSkylineInfo.md
index 1201c3fcd06f..22dd1823e0af 100644
--- a/docs/apis/base/system/getSkylineInfo.md
+++ b/docs/apis/base/system/getSkylineInfo.md
@@ -6,7 +6,7 @@ sidebar_label: getSkylineInfo
获取当前运行环境对于 Skyline 渲染引擎 的支持情况
基础库 2.26.2 开始支持
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.getSkylineInfo.html)
diff --git a/docs/apis/base/system/getSkylineInfoSync.md b/docs/apis/base/system/getSkylineInfoSync.md
index 9ee6b57fc96f..2b334942d48e 100644
--- a/docs/apis/base/system/getSkylineInfoSync.md
+++ b/docs/apis/base/system/getSkylineInfoSync.md
@@ -6,7 +6,7 @@ sidebar_label: getSkylineInfoSync
获取当前运行环境对于 Skyline 渲染引擎 的支持情况
基础库 2.26.2 开始支持
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.getSkylineInfoSync.html)
diff --git a/docs/apis/base/system/getSystemInfo.md b/docs/apis/base/system/getSystemInfo.md
index 98263e124b68..c980de150898 100644
--- a/docs/apis/base/system/getSystemInfo.md
+++ b/docs/apis/base/system/getSystemInfo.md
@@ -5,7 +5,7 @@ sidebar_label: getSystemInfo
获取系统信息,支持 `Promise` 化使用。
-支持情况:
+支持情况:
> 微信小程序: 小程序可以在微信和企业微信中调用此接口,但是在企业微信中调用此接口时,会额外返回一个 environment 字段(微信中不返回),如此字段值为 wxwork,则表示当前小程序运行在企业微信环境中。
>
@@ -71,6 +71,7 @@ sidebar_label: getSystemInfo
| enableDebug | `boolean` | 否 | 是否已打开调试。可通过右上角菜单或 [Taro.setEnableDebug](/docs/apis/base/debug/setEnableDebug) 打开调试。 |
| deviceOrientation | `keyof DeviceOrientation` | 否 | 设备方向 |
| environment | `string` | 否 | 小程序当前运行环境 |
+| screen | `{ width: number; height: number; }` | 否 | 仅支付宝小程序生效
screenHeight、screenWidth在 Android 上取值有误,建议使用 screen字段内的属性替代。
https://opendocs.alipay.com/mini/api/gawhvz?pathHash=270f3253
单位: px |
### Theme
diff --git a/docs/apis/base/system/getSystemInfoAsync.md b/docs/apis/base/system/getSystemInfoAsync.md
index c92b190936c9..8fd26fecbd64 100644
--- a/docs/apis/base/system/getSystemInfoAsync.md
+++ b/docs/apis/base/system/getSystemInfoAsync.md
@@ -5,7 +5,7 @@ sidebar_label: getSystemInfoAsync
异步获取系统信息。需要一定的微信客户端版本支持,在不支持的客户端上,会使用同步实现来返回。
-支持情况:
+支持情况:
> 微信小程序: 小程序可以在微信和企业微信中调用此接口,但是在企业微信中调用此接口时,会额外返回一个 environment 字段(微信中不返回),如此字段值为 wxwork,则表示当前小程序运行在企业微信环境中。
>
@@ -71,6 +71,7 @@ sidebar_label: getSystemInfoAsync
| enableDebug | `boolean` | 否 | 是否已打开调试。可通过右上角菜单或 [Taro.setEnableDebug](/docs/apis/base/debug/setEnableDebug) 打开调试。 |
| deviceOrientation | `keyof DeviceOrientation` | 否 | 设备方向 |
| environment | `string` | 否 | 小程序当前运行环境 |
+| screen | `{ width: number; height: number; }` | 否 | 仅支付宝小程序生效
screenHeight、screenWidth在 Android 上取值有误,建议使用 screen字段内的属性替代。
https://opendocs.alipay.com/mini/api/gawhvz?pathHash=270f3253
单位: px |
### Theme
diff --git a/docs/apis/base/system/getSystemInfoSync.md b/docs/apis/base/system/getSystemInfoSync.md
index d948c06ca480..893e5d13c27c 100644
--- a/docs/apis/base/system/getSystemInfoSync.md
+++ b/docs/apis/base/system/getSystemInfoSync.md
@@ -5,7 +5,7 @@ sidebar_label: getSystemInfoSync
[Taro.getSystemInfo](./getSystemInfo) 的同步版本
-支持情况:
+支持情况:
> 微信小程序: 小程序可以在微信和企业微信中调用此接口,但是在企业微信中调用此接口时,会额外返回一个 environment 字段(微信中不返回),如此字段值为 wxwork,则表示当前小程序运行在企业微信环境中。
>
@@ -59,6 +59,7 @@ sidebar_label: getSystemInfoSync
| enableDebug | `boolean` | 否 | 是否已打开调试。可通过右上角菜单或 [Taro.setEnableDebug](/docs/apis/base/debug/setEnableDebug) 打开调试。 |
| deviceOrientation | `keyof DeviceOrientation` | 否 | 设备方向 |
| environment | `string` | 否 | 小程序当前运行环境 |
+| screen | `{ width: number; height: number; }` | 否 | 仅支付宝小程序生效
screenHeight、screenWidth在 Android 上取值有误,建议使用 screen字段内的属性替代。
https://opendocs.alipay.com/mini/api/gawhvz?pathHash=270f3253
单位: px |
### Theme
diff --git a/docs/apis/base/system/getSystemSetting.md b/docs/apis/base/system/getSystemSetting.md
index 442fcbaba85e..2e3bf8d15637 100644
--- a/docs/apis/base/system/getSystemSetting.md
+++ b/docs/apis/base/system/getSystemSetting.md
@@ -5,7 +5,7 @@ sidebar_label: getSystemSetting
获取设备设置
-支持情况:
+支持情况:
> H5: 不支持 bluetoothEnabled、locationEnabled、wifiEnabled
diff --git a/docs/apis/base/system/getWindowInfo.md b/docs/apis/base/system/getWindowInfo.md
index 90ca902e3ea7..687714585e12 100644
--- a/docs/apis/base/system/getWindowInfo.md
+++ b/docs/apis/base/system/getWindowInfo.md
@@ -5,7 +5,7 @@ sidebar_label: getWindowInfo
获取窗口信息
-支持情况:
+支持情况:
> H5: 不支持 statusBarHeight、safeArea
diff --git a/docs/apis/base/system/openAppAuthorizeSetting.md b/docs/apis/base/system/openAppAuthorizeSetting.md
index d1522df50a09..3b265f998279 100644
--- a/docs/apis/base/system/openAppAuthorizeSetting.md
+++ b/docs/apis/base/system/openAppAuthorizeSetting.md
@@ -5,7 +5,7 @@ sidebar_label: openAppAuthorizeSetting
跳转系统微信授权管理页
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.openAppAuthorizeSetting.html)
diff --git a/docs/apis/base/system/openSystemBluetoothSetting.md b/docs/apis/base/system/openSystemBluetoothSetting.md
index 458d68764ff9..2e85d1233192 100644
--- a/docs/apis/base/system/openSystemBluetoothSetting.md
+++ b/docs/apis/base/system/openSystemBluetoothSetting.md
@@ -5,7 +5,7 @@ sidebar_label: openSystemBluetoothSetting
跳转系统蓝牙设置页
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.openSystemBluetoothSetting.html)
diff --git a/docs/apis/base/update/UpdateManager.md b/docs/apis/base/update/UpdateManager.md
index 1034935b5bcc..db266c167876 100644
--- a/docs/apis/base/update/UpdateManager.md
+++ b/docs/apis/base/update/UpdateManager.md
@@ -9,7 +9,7 @@ UpdateManager 对象,用来管理更新,可通过 Taro.getUpdateManager 接
- 微信开发者工具上可以通过「编译模式」下的「下次编译模拟更新」开关来调试
- 小程序开发版/体验版没有「版本」概念,所以无法在开发版/体验版上测试更版本更新情况
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/update/UpdateManager.html)
diff --git a/docs/apis/base/update/getUpdateManager.md b/docs/apis/base/update/getUpdateManager.md
index 825d0fcc6a22..9f96167c591a 100644
--- a/docs/apis/base/update/getUpdateManager.md
+++ b/docs/apis/base/update/getUpdateManager.md
@@ -6,7 +6,7 @@ sidebar_label: getUpdateManager
获取**全局唯一**的版本更新管理器,用于管理小程序更新。
关于小程序的更新机制,可以查看[运行机制](https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/operating-mechanism.html)文档。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/update/wx.getUpdateManager.html)
diff --git a/docs/apis/base/update/updateWeChatApp.md b/docs/apis/base/update/updateWeChatApp.md
index a4c0996effd1..4cab6c1dcf91 100644
--- a/docs/apis/base/update/updateWeChatApp.md
+++ b/docs/apis/base/update/updateWeChatApp.md
@@ -5,7 +5,7 @@ sidebar_label: updateWeChatApp
更新客户端版本。当判断用户小程序所在客户端版本过低时,可使用该接口跳转到更新微信页面。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/update/wx.updateWeChatApp.html)
diff --git a/docs/apis/base/weapp/app-event/offAppHide.md b/docs/apis/base/weapp/app-event/offAppHide.md
index 07884ec47e8e..d26e2e0b08b8 100644
--- a/docs/apis/base/weapp/app-event/offAppHide.md
+++ b/docs/apis/base/weapp/app-event/offAppHide.md
@@ -5,7 +5,7 @@ sidebar_label: offAppHide
取消监听小程序切后台事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.offAppHide.html)
diff --git a/docs/apis/base/weapp/app-event/offAppShow.md b/docs/apis/base/weapp/app-event/offAppShow.md
index a992fb0bbb10..87d33827b8ae 100644
--- a/docs/apis/base/weapp/app-event/offAppShow.md
+++ b/docs/apis/base/weapp/app-event/offAppShow.md
@@ -5,7 +5,7 @@ sidebar_label: offAppShow
取消监听小程序切前台事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.offAppShow.html)
diff --git a/docs/apis/base/weapp/app-event/offAudioInterruptionBegin.md b/docs/apis/base/weapp/app-event/offAudioInterruptionBegin.md
index d480333cc063..f59ed02f93de 100644
--- a/docs/apis/base/weapp/app-event/offAudioInterruptionBegin.md
+++ b/docs/apis/base/weapp/app-event/offAudioInterruptionBegin.md
@@ -5,7 +5,7 @@ sidebar_label: offAudioInterruptionBegin
取消监听音频因为受到系统占用而被中断开始事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.offAudioInterruptionBegin.html)
diff --git a/docs/apis/base/weapp/app-event/offAudioInterruptionEnd.md b/docs/apis/base/weapp/app-event/offAudioInterruptionEnd.md
index c44c0ea82333..0a5a30033633 100644
--- a/docs/apis/base/weapp/app-event/offAudioInterruptionEnd.md
+++ b/docs/apis/base/weapp/app-event/offAudioInterruptionEnd.md
@@ -5,7 +5,7 @@ sidebar_label: offAudioInterruptionEnd
取消监听音频中断结束事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.offAudioInterruptionEnd.html)
diff --git a/docs/apis/base/weapp/app-event/offError.md b/docs/apis/base/weapp/app-event/offError.md
index 89db0d8a8de1..643a26df4c0c 100644
--- a/docs/apis/base/weapp/app-event/offError.md
+++ b/docs/apis/base/weapp/app-event/offError.md
@@ -5,7 +5,7 @@ sidebar_label: offError
取消监听音频播放错误事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/media/audio/InnerAudioContext.offError.html)
diff --git a/docs/apis/base/weapp/app-event/offPageNotFound.md b/docs/apis/base/weapp/app-event/offPageNotFound.md
index 430b227b9be1..317c0ba9ecbb 100644
--- a/docs/apis/base/weapp/app-event/offPageNotFound.md
+++ b/docs/apis/base/weapp/app-event/offPageNotFound.md
@@ -5,7 +5,7 @@ sidebar_label: offPageNotFound
取消监听小程序要打开的页面不存在事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.offPageNotFound.html)
diff --git a/docs/apis/base/weapp/app-event/offThemeChange.md b/docs/apis/base/weapp/app-event/offThemeChange.md
index 4b8648971be6..efce5fbb875a 100644
--- a/docs/apis/base/weapp/app-event/offThemeChange.md
+++ b/docs/apis/base/weapp/app-event/offThemeChange.md
@@ -5,7 +5,7 @@ sidebar_label: offThemeChange
取消监听系统主题改变事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.offThemeChange.html)
diff --git a/docs/apis/base/weapp/app-event/offUnhandledRejection.md b/docs/apis/base/weapp/app-event/offUnhandledRejection.md
index 6bc142909ba0..bd0c9e1cc352 100644
--- a/docs/apis/base/weapp/app-event/offUnhandledRejection.md
+++ b/docs/apis/base/weapp/app-event/offUnhandledRejection.md
@@ -5,7 +5,7 @@ sidebar_label: offUnhandledRejection
取消监听未处理的 Promise 拒绝事件
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.offUnhandledRejection.html)
diff --git a/docs/apis/base/weapp/app-event/onAppHide.md b/docs/apis/base/weapp/app-event/onAppHide.md
index 3c2b6ea30e24..d096e2b13325 100644
--- a/docs/apis/base/weapp/app-event/onAppHide.md
+++ b/docs/apis/base/weapp/app-event/onAppHide.md
@@ -5,7 +5,7 @@ sidebar_label: onAppHide
监听小程序切后台事件。该事件与 [`App.onHide`](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onhide) 的回调时机一致。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onAppHide.html)
diff --git a/docs/apis/base/weapp/app-event/onAppShow.md b/docs/apis/base/weapp/app-event/onAppShow.md
index 0d7c05bee1ef..364141c9a230 100644
--- a/docs/apis/base/weapp/app-event/onAppShow.md
+++ b/docs/apis/base/weapp/app-event/onAppShow.md
@@ -20,7 +20,7 @@ sidebar_label: onAppShow
部分版本在无`referrerInfo`的时候会返回 `undefined`,建议使用 `options.referrerInfo && options.referrerInfo.appId` 进行判断。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onAppShow.html)
diff --git a/docs/apis/base/weapp/app-event/onAudioInterruptionBegin.md b/docs/apis/base/weapp/app-event/onAudioInterruptionBegin.md
index 3093d500ba0b..ca72421560f3 100644
--- a/docs/apis/base/weapp/app-event/onAudioInterruptionBegin.md
+++ b/docs/apis/base/weapp/app-event/onAudioInterruptionBegin.md
@@ -5,7 +5,7 @@ sidebar_label: onAudioInterruptionBegin
监听音频因为受到系统占用而被中断开始事件。以下场景会触发此事件:闹钟、电话、FaceTime 通话、微信语音聊天、微信视频聊天。此事件触发后,小程序内所有音频会暂停。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onAudioInterruptionBegin.html)
diff --git a/docs/apis/base/weapp/app-event/onAudioInterruptionEnd.md b/docs/apis/base/weapp/app-event/onAudioInterruptionEnd.md
index 79b5765628e9..dfb22c7325d3 100644
--- a/docs/apis/base/weapp/app-event/onAudioInterruptionEnd.md
+++ b/docs/apis/base/weapp/app-event/onAudioInterruptionEnd.md
@@ -5,7 +5,7 @@ sidebar_label: onAudioInterruptionEnd
监听音频中断结束事件。在收到 onAudioInterruptionBegin 事件之后,小程序内所有音频会暂停,收到此事件之后才可再次播放成功
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onAudioInterruptionEnd.html)
diff --git a/docs/apis/base/weapp/app-event/onError.md b/docs/apis/base/weapp/app-event/onError.md
index 07eadf12a524..75bc173484b0 100644
--- a/docs/apis/base/weapp/app-event/onError.md
+++ b/docs/apis/base/weapp/app-event/onError.md
@@ -5,7 +5,7 @@ sidebar_label: onError
监听小程序错误事件。如脚本错误或 API 调用报错等。该事件与 [`App.onError`](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onerrorstring-error) 的回调时机与参数一致。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onError.html)
diff --git a/docs/apis/base/weapp/app-event/onPageNotFound.md b/docs/apis/base/weapp/app-event/onPageNotFound.md
index d592e2555d69..c254f29da665 100644
--- a/docs/apis/base/weapp/app-event/onPageNotFound.md
+++ b/docs/apis/base/weapp/app-event/onPageNotFound.md
@@ -10,7 +10,7 @@ sidebar_label: onPageNotFound
- 若开发者没有调用 [Taro.onPageNotFound](/docs/apis/base/weapp/app-event/onPageNotFound) 绑定监听,也没有声明 `App.onPageNotFound`,当跳转页面不存在时,将推入微信客户端原生的页面不存在提示页面。
- 如果回调中又重定向到另一个不存在的页面,将推入微信客户端原生的页面不存在提示页面,并且不再第二次回调。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onPageNotFound.html)
diff --git a/docs/apis/base/weapp/app-event/onThemeChange.md b/docs/apis/base/weapp/app-event/onThemeChange.md
index b654af4f5365..874c470d4dec 100644
--- a/docs/apis/base/weapp/app-event/onThemeChange.md
+++ b/docs/apis/base/weapp/app-event/onThemeChange.md
@@ -5,7 +5,7 @@ sidebar_label: onThemeChange
监听系统主题改变事件。该事件与 [`App.onThemeChange`](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onThemeChange-Object-object) 的回调时机一致。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onThemeChange.html)
diff --git a/docs/apis/base/weapp/app-event/onUnhandledRejection.md b/docs/apis/base/weapp/app-event/onUnhandledRejection.md
index a82d9110d9ca..a43ea7bee4c6 100644
--- a/docs/apis/base/weapp/app-event/onUnhandledRejection.md
+++ b/docs/apis/base/weapp/app-event/onUnhandledRejection.md
@@ -8,7 +8,7 @@ sidebar_label: onUnhandledRejection
**注意**
- 所有的 unhandledRejection 都可以被这一监听捕获,但只有 Error 类型的才会在小程序后台触发报警。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onUnhandledRejection.html)
diff --git a/docs/apis/base/weapp/life-cycle/getEnterOptionsSync.md b/docs/apis/base/weapp/life-cycle/getEnterOptionsSync.md
index f45ab4af8465..dbbfa5b36905 100644
--- a/docs/apis/base/weapp/life-cycle/getEnterOptionsSync.md
+++ b/docs/apis/base/weapp/life-cycle/getEnterOptionsSync.md
@@ -8,7 +8,7 @@ sidebar_label: getEnterOptionsSync
**注意**
部分版本在无 `referrerInfo` 的时候会返回 `undefined`,建议使用 `options.referrerInfo && options.referrerInfo.appId` 进行判断。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/life-cycle/wx.getEnterOptionsSync.html)
diff --git a/docs/apis/base/weapp/life-cycle/getLaunchOptionsSync.md b/docs/apis/base/weapp/life-cycle/getLaunchOptionsSync.md
index 9ed6a9cbf3d4..cd0b39290bcd 100644
--- a/docs/apis/base/weapp/life-cycle/getLaunchOptionsSync.md
+++ b/docs/apis/base/weapp/life-cycle/getLaunchOptionsSync.md
@@ -8,7 +8,7 @@ sidebar_label: getLaunchOptionsSync
**注意**
部分版本在无`referrerInfo`的时候会返回 `undefined`,建议使用 `options.referrerInfo && options.referrerInfo.appId` 进行判断。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/base/app/life-cycle/wx.getLaunchOptionsSync.html)
diff --git a/docs/apis/canvas/Canvas.md b/docs/apis/canvas/Canvas.md
index 7d269687fc7c..e958966800d4 100644
--- a/docs/apis/canvas/Canvas.md
+++ b/docs/apis/canvas/Canvas.md
@@ -18,7 +18,7 @@ Canvas 实例,可通过 SelectorQuery 获取。
取消由 requestAnimationFrame 添加到计划中的动画帧请求。支持在 2D Canvas 和 WebGL Canvas 下使用, 但不支持混用 2D 和 WebGL 的方法。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Canvas.cancelAnimationFrame.html)
@@ -34,7 +34,7 @@ Canvas 实例,可通过 SelectorQuery 获取。
创建一个 ImageData 对象。仅支持在 2D Canvas 中使用。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Canvas.createImageData.html)
@@ -46,7 +46,7 @@ Canvas 实例,可通过 SelectorQuery 获取。
创建一个图片对象。 支持在 2D Canvas 和 WebGL Canvas 下使用, 但不支持混用 2D 和 WebGL 的方法。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Canvas.createImage.html)
@@ -58,7 +58,7 @@ Canvas 实例,可通过 SelectorQuery 获取。
创建 Path2D 对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Path2D.html)
@@ -74,7 +74,7 @@ Canvas 实例,可通过 SelectorQuery 获取。
支持获取 2D 和 WebGL 绘图上下文
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Canvas.getContext.html)
@@ -90,7 +90,7 @@ Canvas 实例,可通过 SelectorQuery 获取。
在下次进行重绘时执行。 支持在 2D Canvas 和 WebGL Canvas 下使用, 但不支持混用 2D 和 WebGL 的方法。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Canvas.requestAnimationFrame.html)
@@ -106,7 +106,7 @@ Canvas 实例,可通过 SelectorQuery 获取。
返回一个包含图片展示的 data URI 。可以使用 type 参数其类型,默认为 PNG 格式。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Canvas.toDataURL.html)
@@ -123,7 +123,7 @@ Canvas 实例,可通过 SelectorQuery 获取。
把当前画布指定区域保存为图片
-支持情况:
+支持情况:
> [参考文档](https://opendocs.alipay.com/mini/api/toTempFilePath?pathHash=e79fe218)
diff --git a/docs/apis/canvas/CanvasContext.md b/docs/apis/canvas/CanvasContext.md
index f10d625e4466..df0fcd88a010 100644
--- a/docs/apis/canvas/CanvasContext.md
+++ b/docs/apis/canvas/CanvasContext.md
@@ -39,7 +39,7 @@ canvas 组件的绘图上下文
- 红色: 起始弧度 (0)
- 蓝色: 终止弧度 (1.5 * Math.PI)
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.arc.html)
@@ -103,7 +103,7 @@ ctx.draw()
根据控制点和半径绘制圆弧路径。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.arcTo.html)
@@ -126,7 +126,7 @@ ctx.draw()
- 在最开始的时候相当于调用了一次 `beginPath`。
- 同一个路径内的多次 `setFillStyle`、`setStrokeStyle`、`setLineWidth`等设置,以最后一次设置为准。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.beginPath.html)
@@ -165,7 +165,7 @@ ctx.draw()
- 蓝色:两个控制点(20, 100) (200, 100)
- 绿色:终止点(200, 20)
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.bezierCurveTo.html)
@@ -225,7 +225,7 @@ ctx.draw()
清除画布上在该矩形区域内的内容
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.clearRect.html)
@@ -260,7 +260,7 @@ ctx.draw()
从原始画布中剪切任意形状和尺寸。一旦剪切了某个区域,则所有之后的绘图都会被限制在被剪切的区域内(不能访问画布上的其他区域)。可以在使用 `clip` 方法前通过使用 `save` 方法对当前画布区域进行保存,并在以后的任意时间通过`restore`方法对其进行恢复。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.clip.html)
@@ -290,7 +290,7 @@ Taro.downloadFile({
关闭一个路径。会连接起点和终点。如果关闭路径后没有调用 `fill` 或者 `stroke` 并开启了新的路径,那之前的路径将不会被渲染。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.closePath.html)
@@ -336,7 +336,7 @@ ctx.draw()
创建一个圆形的渐变颜色。起点在圆心,终点在圆环。返回的`CanvasGradient`对象需要使用 [CanvasGradient.addColorStop()](/docs/apis/canvas/CanvasGradient#addcolorstop) 来指定渐变点,至少要两个。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.createCircularGradient.html)
@@ -368,7 +368,7 @@ ctx.draw()
创建一个线性的渐变颜色。返回的`CanvasGradient`对象需要使用 [CanvasGradient.addColorStop()](/docs/apis/canvas/CanvasGradient#addcolorstop) 来指定渐变点,至少要两个。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.createLinearGradient.html)
@@ -401,7 +401,7 @@ ctx.draw()
对指定的图像创建模式的方法,可在指定的方向上重复元图像
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.createPattern.html)
@@ -418,7 +418,7 @@ ctx.draw()
将之前在绘图上下文中的描述(路径、变形、样式)画到 canvas 中。
-支持情况:
+支持情况:
> H5: 第二次调用 draw 前需要等待上一次 draw 调用结束后再调用,否则新的一次 draw 调用栈不会清空而导致结果异常。
@@ -468,7 +468,7 @@ ctx.draw(false, () => {
绘制图像到画布
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.drawImage.html)
@@ -548,7 +548,7 @@ Taro.chooseImage({
对当前路径中的内容进行填充。默认的填充色为黑色。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.fill.html)
@@ -598,7 +598,7 @@ ctx.draw()
填充一个矩形。用 [`setFillStyle`](/docs/apis/canvas/CanvasContext#setfillstyle) 设置矩形的填充色,如果没设置默认是黑色。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.fillRect.html)
@@ -626,7 +626,7 @@ ctx.draw()
在画布上绘制被填充的文本
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.fillText.html)
@@ -655,7 +655,7 @@ ctx.draw()
增加一个新点,然后创建一条从上次指定点到目标点的线。用 `stroke` 方法来画线条
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.lineTo.html)
@@ -683,7 +683,7 @@ ctx.draw()
测量文本尺寸信息。目前仅返回文本宽度(width)。同步接口。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.measureText.html)
@@ -699,7 +699,7 @@ ctx.draw()
把路径移动到画布中的指定点,不创建线条。用 `stroke` 方法来画线条
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.moveTo.html)
@@ -734,7 +734,7 @@ ctx.draw()
- 蓝色:控制点(20, 100)
- 绿色:终止点(200, 20)
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.quadraticCurveTo.html)
@@ -788,7 +788,7 @@ ctx.draw()
创建一个矩形路径。需要用 [`fill`](/docs/apis/canvas/CanvasContext#fill) 或者 [`stroke`](/docs/apis/canvas/CanvasContext#stroke) 方法将矩形真正的画到 `canvas` 中
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.rect.html)
@@ -817,7 +817,7 @@ ctx.draw()
重置绘图上下文状态
-支持情况:
+支持情况:
> [参考文档](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/reset)
@@ -829,7 +829,7 @@ ctx.draw()
恢复之前保存的绘图上下文
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.restore.html)
@@ -855,7 +855,7 @@ ctx.draw()
以原点为中心顺时针旋转当前坐标轴。多次调用旋转的角度会叠加。原点可以用 `translate` 方法修改。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.rotate.html)
@@ -883,7 +883,7 @@ ctx.draw()
保存绘图上下文。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.save.html)
@@ -909,7 +909,7 @@ ctx.draw()
在调用后,之后创建的路径其横纵坐标会被缩放。多次调用倍数会相乘。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.scale.html)
@@ -938,7 +938,7 @@ ctx.draw()
设置填充色。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setFillStyle.html)
@@ -963,7 +963,7 @@ ctx.draw()
设置字体的字号
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setFontSize.html)
@@ -994,7 +994,7 @@ ctx.draw()
设置全局画笔透明度。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setGlobalAlpha.html)
@@ -1024,7 +1024,7 @@ ctx.draw()
设置线条的端点样式
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setLineCap.html)
@@ -1069,7 +1069,7 @@ ctx.draw()
设置虚线样式。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setLineDash.html)
@@ -1098,7 +1098,7 @@ ctx.draw()
设置线条的交点样式
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setLineJoin.html)
@@ -1147,7 +1147,7 @@ ctx.draw()
设置线条的宽度
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setLineWidth.html)
@@ -1189,7 +1189,7 @@ ctx.draw()
设置最大斜接长度。斜接长度指的是在两条线交汇处内角和外角之间的距离。当 [CanvasContext.setLineJoin()](/docs/apis/canvas/CanvasContext#setlinejoin) 为 miter 时才有效。超过最大倾斜长度的,连接处将以 lineJoin 为 bevel 来显示。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setMiterLimit.html)
@@ -1244,7 +1244,7 @@ ctx.draw()
设定阴影样式。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setShadow.html)
@@ -1273,7 +1273,7 @@ ctx.draw()
设置描边颜色。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setStrokeStyle.html)
@@ -1298,7 +1298,7 @@ ctx.draw()
设置文字的对齐
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setTextAlign.html)
@@ -1334,7 +1334,7 @@ await ctx.draw(true)
设置文字的竖直对齐
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setTextBaseline.html)
@@ -1373,7 +1373,7 @@ await ctx.draw(true)
使用矩阵重新设置(覆盖)当前变换的方法
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.setTransform.html)
@@ -1394,7 +1394,7 @@ await ctx.draw(true)
画出当前路径的边框。默认颜色色为黑色。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.stroke.html)
@@ -1442,7 +1442,7 @@ ctx.draw()
画一个矩形(非填充)。 用 [`setStrokeStyle`](/docs/apis/canvas/CanvasContext#setstrokestyle) 设置矩形线条的颜色,如果没设置默认是黑色。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.strokeRect.html)
@@ -1470,7 +1470,7 @@ ctx.draw()
给定的 (x, y) 位置绘制文本描边的方法
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.strokeText.html)
@@ -1490,7 +1490,7 @@ ctx.draw()
使用矩阵多次叠加当前变换的方法
使用矩阵叠加当前变换。矩阵由方法的参数进行描述,可以缩放、旋转、移动和倾斜上下文
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.transform.html)
@@ -1511,7 +1511,7 @@ ctx.draw()
对当前坐标系的原点 (0, 0) 进行变换。默认的坐标系原点为页面左上角。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.translate.html)
@@ -1595,48 +1595,48 @@ ctx.draw()
## API 支持度
-| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| CanvasContext.arc | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.arcTo | ✔️ | | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.beginPath | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.bezierCurveTo | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.clearRect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.clip | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.closePath | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.createCircularGradient | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.createLinearGradient | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.createPattern | ✔️ | | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.draw | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️(第二次调用 draw 前需要等待上一次 draw 调用结束后再调用,否则新的一次 draw 调用栈不会清空而导致结果异常。) | | | ✔️ | ✔️ |
-| CanvasContext.drawImage | ✔️ | | | | | | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.fill | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.fillRect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.fillText | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.lineTo | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.measureText | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.moveTo | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.quadraticCurveTo | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.rect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.reset | | | | | | | ✔️ | | | ✔️ | |
-| CanvasContext.restore | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.rotate | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.save | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.scale | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setFillStyle | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setFontSize | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setGlobalAlpha | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setLineCap | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setLineDash | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setLineJoin | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setLineWidth | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setMiterLimit | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setShadow | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setStrokeStyle | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setTextAlign | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setTextBaseline | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.setTransform | ✔️ | ✔️ | | ✔️ | | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.stroke | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.strokeRect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.strokeText | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.transform | ✔️ | | | ✔️ | | ✔️ | ✔️ | | | ✔️ | ✔️ |
-| CanvasContext.translate | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | ✔️ |
+| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid |
+| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
+| CanvasContext.arc | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.arcTo | ✔️ | | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.beginPath | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.bezierCurveTo | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.clearRect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.clip | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.closePath | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.createCircularGradient | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.createLinearGradient | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.createPattern | ✔️ | | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.draw | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️(第二次调用 draw 前需要等待上一次 draw 调用结束后再调用,否则新的一次 draw 调用栈不会清空而导致结果异常。) | | | ✔️ |
+| CanvasContext.drawImage | ✔️ | | | | | | ✔️ | | | ✔️ |
+| CanvasContext.fill | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.fillRect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.fillText | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.lineTo | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.measureText | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.moveTo | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.quadraticCurveTo | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.rect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.reset | | | | | | | ✔️ | | | ✔️ |
+| CanvasContext.restore | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.rotate | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.save | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.scale | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setFillStyle | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setFontSize | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setGlobalAlpha | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setLineCap | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setLineDash | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setLineJoin | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setLineWidth | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setMiterLimit | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setShadow | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setStrokeStyle | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setTextAlign | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setTextBaseline | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.setTransform | ✔️ | ✔️ | | ✔️ | | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.stroke | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.strokeRect | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.strokeText | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.transform | ✔️ | | | ✔️ | | ✔️ | ✔️ | | | ✔️ |
+| CanvasContext.translate | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
diff --git a/docs/apis/canvas/CanvasGradient.md b/docs/apis/canvas/CanvasGradient.md
index 3bd5ffae83c4..d195f96d4b7b 100644
--- a/docs/apis/canvas/CanvasGradient.md
+++ b/docs/apis/canvas/CanvasGradient.md
@@ -5,7 +5,7 @@ sidebar_label: CanvasGradient
创建 canvas 的绘图上下文 CanvasContext 对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasGradient.html)
@@ -15,7 +15,7 @@ sidebar_label: CanvasGradient
添加颜色的渐变点。小于最小 stop 的部分会按最小 stop 的 color 来渲染,大于最大 stop 的部分会按最大 stop 的 color 来渲染
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasGradient.addColorStop.html)
@@ -49,7 +49,7 @@ ctx.draw()
## API 支持度
-| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| CanvasGradient | ✔️ | | | | | | | | | ✔️ |
-| CanvasGradient.addColorStop | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | ✔️ |
+| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
+| CanvasGradient | ✔️ | | | | | | | | |
+| CanvasGradient.addColorStop | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | |
diff --git a/docs/apis/canvas/Image.md b/docs/apis/canvas/Image.md
index 7bce29f71442..a0c37fe15455 100644
--- a/docs/apis/canvas/Image.md
+++ b/docs/apis/canvas/Image.md
@@ -5,7 +5,7 @@ sidebar_label: Image
图片对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Image.html)
diff --git a/docs/apis/canvas/ImageData.md b/docs/apis/canvas/ImageData.md
index dc1bf0455143..0cfb49f1dff7 100644
--- a/docs/apis/canvas/ImageData.md
+++ b/docs/apis/canvas/ImageData.md
@@ -5,7 +5,7 @@ sidebar_label: ImageData
ImageData 对象
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/ImageData.html)
@@ -15,7 +15,7 @@ ImageData 对象
| --- | --- | --- |
| width | `number` | 使用像素描述 ImageData 的实际宽度 |
| height | `number` | 使用像素描述 ImageData 的实际高度 |
-| data | `Uint8ClampedArray` | 一维数组,包含以 RGBA 顺序的数据,数据使用 0 至 255(包含)的整数表示 |
+| data | `Uint8ClampedArray` | 一维数组,包含以 RGBA 顺序的数据,数据使用 0 至 255(包含)的整数表示 |
## API 支持度
diff --git a/docs/apis/canvas/OffscreenCanvas.md b/docs/apis/canvas/OffscreenCanvas.md
index 06648a2d889a..ffb742763558 100644
--- a/docs/apis/canvas/OffscreenCanvas.md
+++ b/docs/apis/canvas/OffscreenCanvas.md
@@ -5,7 +5,7 @@ sidebar_label: OffscreenCanvas
离屏 canvas 实例,可通过 Taro.createOffscreenCanvas 创建。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/OffscreenCanvas.html)
@@ -22,7 +22,7 @@ sidebar_label: OffscreenCanvas
> 注意不允许混用 webgl 和 2d 画布创建的图片对象,使用时请注意尽量使用 canvas 自身的 createImage 创建图片对象。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/OffscreenCanvas.createImage.html)
@@ -36,7 +36,7 @@ sidebar_label: OffscreenCanvas
> 当前仅支持获取 WebGL 绘图上下文
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/OffscreenCanvas.getContext.html)
@@ -50,8 +50,8 @@ sidebar_label: OffscreenCanvas
## API 支持度
-| API | 微信小程序 | 抖音小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| OffscreenCanvas | ✔️ | | | | | |
-| OffscreenCanvas.createImage | ✔️ | | | | | |
-| OffscreenCanvas.getContext | ✔️ | ✔️ | | | | |
+| API | 微信小程序 | 抖音小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: | :---: |
+| OffscreenCanvas | ✔️ | | | | |
+| OffscreenCanvas.createImage | ✔️ | | | | |
+| OffscreenCanvas.getContext | ✔️ | ✔️ | | | |
diff --git a/docs/apis/canvas/Path2D.md b/docs/apis/canvas/Path2D.md
index 67b8ed49ed4b..80cad7ef185f 100644
--- a/docs/apis/canvas/Path2D.md
+++ b/docs/apis/canvas/Path2D.md
@@ -5,7 +5,7 @@ sidebar_label: Path2D
Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasRenderingContext2D 对象使用。CanvasRenderingContext2D 接口的 路径方法 也存在于 Path2D 这个接口中,允许你在 canvas 中根据需要创建可以保留并重用的路径。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/Path2D.html)
@@ -15,7 +15,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
添加路径到当前路径。
-支持情况:
+支持情况:
```tsx
(path: Path2D) => void
@@ -29,7 +29,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
添加一段圆弧路径
-支持情况:
+支持情况:
```tsx
(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise: boolean) => void
@@ -48,7 +48,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
通过给定控制点添加一段圆弧路径
-支持情况:
+支持情况:
```tsx
(x1: number, y1: number, x2: number, y2: number, radius: number) => void
@@ -66,7 +66,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
添加三次贝塞尔曲线路径
-支持情况:
+支持情况:
```tsx
(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number) => void
@@ -85,7 +85,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
闭合路径到起点
-支持情况:
+支持情况:
```tsx
() => void
@@ -95,7 +95,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
添加椭圆弧路径
-支持情况:
+支持情况:
```tsx
(x: number, y: number, radiusX: number, radiusY: number, rotation: number, startAngle: number, endAngle: number, counterclockwise: boolean) => void
@@ -116,7 +116,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
添加直线路径
-支持情况:
+支持情况:
```tsx
(x: number, y: number) => void
@@ -131,7 +131,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
移动路径开始点
-支持情况:
+支持情况:
```tsx
(x: number, y: number) => void
@@ -146,7 +146,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
添加二次贝塞尔曲线路径
-支持情况:
+支持情况:
```tsx
(cpx: number, cpy: number, x: number, y: number) => void
@@ -163,7 +163,7 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
添加方形路径
-支持情况:
+支持情况:
```tsx
(x: number, y: number, width: number, height: number) => void
@@ -178,16 +178,16 @@ Canvas 2D API 的接口 Path2D 用来声明路径,此路径稍后会被CanvasR
## API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony | ASCF元服务 |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| Path2D | ✔️ | | | | |
-| Path2D.addPath | ✔️ | | | | |
-| Path2D.arc | ✔️ | | | | |
-| Path2D.arcTo | ✔️ | | | | |
-| Path2D.bezierCurveTo | ✔️ | | | | |
-| Path2D.closePath | ✔️ | | | | |
-| Path2D.ellipse | ✔️ | | | | |
-| Path2D.lineTo | ✔️ | | | | |
-| Path2D.moveTo | ✔️ | | | | |
-| Path2D.quadraticCurveTo | ✔️ | | | | |
-| Path2D.rect | ✔️ | | | | |
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| Path2D | ✔️ | | | |
+| Path2D.addPath | ✔️ | | | |
+| Path2D.arc | ✔️ | | | |
+| Path2D.arcTo | ✔️ | | | |
+| Path2D.bezierCurveTo | ✔️ | | | |
+| Path2D.closePath | ✔️ | | | |
+| Path2D.ellipse | ✔️ | | | |
+| Path2D.lineTo | ✔️ | | | |
+| Path2D.moveTo | ✔️ | | | |
+| Path2D.quadraticCurveTo | ✔️ | | | |
+| Path2D.rect | ✔️ | | | |
diff --git a/docs/apis/canvas/RenderingContext.md b/docs/apis/canvas/RenderingContext.md
index 790ca1b1c0e5..844e5db63540 100644
--- a/docs/apis/canvas/RenderingContext.md
+++ b/docs/apis/canvas/RenderingContext.md
@@ -11,6 +11,6 @@ Canvas 绘图上下文。
- 通过 Canvas.getContext('webgl') 或 OffscreenCanvas.getContext('webgl') 接口可以获取 WebGLRenderingContext 对象,实现了 [WebGL 1.0](https://www.khronos.org/registry/webgl/specs/latest/1.0/) 定义的所有属性、方法、常量。
- CanvasRenderingContext2D 的 drawImage 方法 2.10.0 起支持传入通过 SelectorQuery 获取的 video 对象,2.29.0 起支持传入开启了自定义渲染的 LivePusherContext 对象。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/RenderingContext.html)
diff --git a/docs/apis/canvas/canvasGetImageData.md b/docs/apis/canvas/canvasGetImageData.md
index c1e4889198a9..a793c9894dd3 100644
--- a/docs/apis/canvas/canvasGetImageData.md
+++ b/docs/apis/canvas/canvasGetImageData.md
@@ -5,7 +5,7 @@ sidebar_label: canvasGetImageData
获取 canvas 区域隐含的像素数据。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/canvas/wx.canvasGetImageData.html)
@@ -39,7 +39,7 @@ sidebar_label: canvasGetImageData
| 参数 | 类型 | 说明 |
| --- | --- | --- |
-| data | `Uint8ClampedArray` | 图像像素点数据,一维数组,每四项表示一个像素点的 rgba |
+| data | `Uint8ClampedArray` | 图像像素点数据,一维数组,每四项表示一个像素点的 rgba |
| height | `number` | 图像数据矩形的高度 |
| width | `number` | 图像数据矩形的宽度 |
| errMsg | `string` | 调用结果 |
diff --git a/docs/apis/canvas/canvasPutImageData.md b/docs/apis/canvas/canvasPutImageData.md
index e2cda6988aab..1e77805ffad7 100644
--- a/docs/apis/canvas/canvasPutImageData.md
+++ b/docs/apis/canvas/canvasPutImageData.md
@@ -5,7 +5,7 @@ sidebar_label: canvasPutImageData
将像素数据绘制到画布。在自定义组件下,第二个参数传入自定义组件实例 this,以操作组件内 `