+支持情况:
> 微信小程序: 小程序可以在微信和企业微信中调用此接口,但是在企业微信中调用此接口时,会额外返回一个 environment 字段(微信中不返回),如此字段值为 wxwork,则表示当前小程序运行在企业微信环境中。
>
diff --git a/docs/apis/base/system/getSystemInfoSync.md b/docs/apis/base/system/getSystemInfoSync.md
index 7fa5b114cea5..7a400d7bddbc 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,则表示当前小程序运行在企业微信环境中。
>
diff --git a/docs/apis/base/weapp/app-event/offError.md b/docs/apis/base/weapp/app-event/offError.md
index eac8fc51901d..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/offUnhandledRejection.md b/docs/apis/base/weapp/app-event/offUnhandledRejection.md
index 059bbe3af845..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/onError.md b/docs/apis/base/weapp/app-event/onError.md
index cef630673553..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/onUnhandledRejection.md b/docs/apis/base/weapp/app-event/onUnhandledRejection.md
index 8a3bdbd0769c..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/device/accelerometer/offAccelerometerChange.md b/docs/apis/device/accelerometer/offAccelerometerChange.md
index 4dadacc7dc52..cba9a4a25a36 100644
--- a/docs/apis/device/accelerometer/offAccelerometerChange.md
+++ b/docs/apis/device/accelerometer/offAccelerometerChange.md
@@ -5,7 +5,7 @@ sidebar_label: offAccelerometerChange
取消监听加速度数据事件,参数为空,则取消所有的事件监听。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/accelerometer/wx.offAccelerometerChange.html)
diff --git a/docs/apis/device/accelerometer/onAccelerometerChange.md b/docs/apis/device/accelerometer/onAccelerometerChange.md
index f2f4da2692eb..1084a3aa0677 100644
--- a/docs/apis/device/accelerometer/onAccelerometerChange.md
+++ b/docs/apis/device/accelerometer/onAccelerometerChange.md
@@ -5,7 +5,7 @@ sidebar_label: onAccelerometerChange
监听加速度数据,频率:5次/秒,接口调用后会自动开始监听,可使用 `Taro.stopAccelerometer` 停止监听。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/accelerometer/wx.onAccelerometerChange.html)
diff --git a/docs/apis/device/accelerometer/startAccelerometer.md b/docs/apis/device/accelerometer/startAccelerometer.md
index 68e062742ba6..7e1f11a58a75 100644
--- a/docs/apis/device/accelerometer/startAccelerometer.md
+++ b/docs/apis/device/accelerometer/startAccelerometer.md
@@ -5,7 +5,7 @@ sidebar_label: startAccelerometer
开始监听加速度数据。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/accelerometer/wx.startAccelerometer.html)
diff --git a/docs/apis/device/accelerometer/stopAccelerometer.md b/docs/apis/device/accelerometer/stopAccelerometer.md
index 0e3fa7b7e939..e00856810b4c 100644
--- a/docs/apis/device/accelerometer/stopAccelerometer.md
+++ b/docs/apis/device/accelerometer/stopAccelerometer.md
@@ -5,7 +5,7 @@ sidebar_label: stopAccelerometer
停止监听加速度数据。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/accelerometer/wx.stopAccelerometer.html)
diff --git a/docs/apis/device/battery/getBatteryInfo.md b/docs/apis/device/battery/getBatteryInfo.md
index 2af346c6401b..1cafac6c99a8 100644
--- a/docs/apis/device/battery/getBatteryInfo.md
+++ b/docs/apis/device/battery/getBatteryInfo.md
@@ -5,7 +5,7 @@ sidebar_label: getBatteryInfo
获取设备电量。同步 API Taro.getBatteryInfoSync 在 iOS 上不可用。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/battery/wx.getBatteryInfo.html)
diff --git a/docs/apis/device/battery/getBatteryInfoSync.md b/docs/apis/device/battery/getBatteryInfoSync.md
index 82f54498f9d5..4d798eb0ba48 100644
--- a/docs/apis/device/battery/getBatteryInfoSync.md
+++ b/docs/apis/device/battery/getBatteryInfoSync.md
@@ -5,7 +5,7 @@ sidebar_label: getBatteryInfoSync
Taro.getBatteryInfo 的同步版本
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/battery/wx.getBatteryInfoSync.html)
diff --git a/docs/apis/device/clipboard/getClipboardData.md b/docs/apis/device/clipboard/getClipboardData.md
index a92302f12f03..6be0dc663b30 100644
--- a/docs/apis/device/clipboard/getClipboardData.md
+++ b/docs/apis/device/clipboard/getClipboardData.md
@@ -5,7 +5,7 @@ sidebar_label: getClipboardData
获取系统剪贴板内容
-支持情况:
+支持情况:
> H5: 部分实现
diff --git a/docs/apis/device/clipboard/setClipboardData.md b/docs/apis/device/clipboard/setClipboardData.md
index 66107a7505dc..c5cd0e79aadb 100644
--- a/docs/apis/device/clipboard/setClipboardData.md
+++ b/docs/apis/device/clipboard/setClipboardData.md
@@ -5,7 +5,7 @@ sidebar_label: setClipboardData
设置系统剪贴板的内容。调用成功后,会弹出 toast 提示"内容已复制",持续 1.5s
-支持情况:
+支持情况:
> H5: 部分实现
diff --git a/docs/apis/device/keyboard/offKeyboardHeightChange.md b/docs/apis/device/keyboard/offKeyboardHeightChange.md
index 9ded00f741c0..9650bb4ea033 100644
--- a/docs/apis/device/keyboard/offKeyboardHeightChange.md
+++ b/docs/apis/device/keyboard/offKeyboardHeightChange.md
@@ -5,7 +5,7 @@ sidebar_label: offKeyboardHeightChange
取消监听键盘高度变化事件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/keyboard/wx.offKeyboardHeightChange.html)
diff --git a/docs/apis/device/keyboard/onKeyboardHeightChange.md b/docs/apis/device/keyboard/onKeyboardHeightChange.md
index fe7c4ad1c585..6c7bfbce33f1 100644
--- a/docs/apis/device/keyboard/onKeyboardHeightChange.md
+++ b/docs/apis/device/keyboard/onKeyboardHeightChange.md
@@ -5,7 +5,7 @@ sidebar_label: onKeyboardHeightChange
监听键盘高度变化
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/keyboard/wx.onKeyboardHeightChange.html)
diff --git a/docs/apis/device/network/getNetworkType.md b/docs/apis/device/network/getNetworkType.md
index 4d41dba95040..4173e7b6fddb 100644
--- a/docs/apis/device/network/getNetworkType.md
+++ b/docs/apis/device/network/getNetworkType.md
@@ -5,7 +5,7 @@ sidebar_label: getNetworkType
获取网络类型。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/network/wx.getNetworkType.html)
diff --git a/docs/apis/device/network/offNetworkStatusChange.md b/docs/apis/device/network/offNetworkStatusChange.md
index bac9bffc9aa8..03c6bb181c7a 100644
--- a/docs/apis/device/network/offNetworkStatusChange.md
+++ b/docs/apis/device/network/offNetworkStatusChange.md
@@ -5,7 +5,7 @@ sidebar_label: offNetworkStatusChange
取消监听网络状态变化事件,参数为空,则取消所有的事件监听。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/network/wx.offNetworkStatusChange.html)
diff --git a/docs/apis/device/network/onNetworkStatusChange.md b/docs/apis/device/network/onNetworkStatusChange.md
index 330e7a1a2931..b678c3f48f85 100644
--- a/docs/apis/device/network/onNetworkStatusChange.md
+++ b/docs/apis/device/network/onNetworkStatusChange.md
@@ -5,7 +5,7 @@ sidebar_label: onNetworkStatusChange
监听网络状态变化。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/network/wx.onNetworkStatusChange.html)
diff --git a/docs/apis/device/phone/makePhoneCall.md b/docs/apis/device/phone/makePhoneCall.md
index 4e418dd7ce3d..69750be63927 100644
--- a/docs/apis/device/phone/makePhoneCall.md
+++ b/docs/apis/device/phone/makePhoneCall.md
@@ -5,7 +5,7 @@ sidebar_label: makePhoneCall
拨打电话
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/phone/wx.makePhoneCall.html)
diff --git a/docs/apis/device/screen/getScreenBrightness.md b/docs/apis/device/screen/getScreenBrightness.md
index d8296c253e98..60bfde2c04e4 100644
--- a/docs/apis/device/screen/getScreenBrightness.md
+++ b/docs/apis/device/screen/getScreenBrightness.md
@@ -8,7 +8,7 @@ sidebar_label: getScreenBrightness
**说明**
- 若安卓系统设置中开启了自动调节亮度功能,则屏幕亮度会根据光线自动调整,该接口仅能获取自动调节亮度之前的值,而非实时的亮度值。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/screen/wx.getScreenBrightness.html)
diff --git a/docs/apis/device/vibrate/vibrateLong.md b/docs/apis/device/vibrate/vibrateLong.md
index 158e6fda6175..5dda75654d05 100644
--- a/docs/apis/device/vibrate/vibrateLong.md
+++ b/docs/apis/device/vibrate/vibrateLong.md
@@ -5,7 +5,7 @@ sidebar_label: vibrateLong
使手机发生较长时间的振动(400ms)
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/vibrate/wx.vibrateLong.html)
diff --git a/docs/apis/device/vibrate/vibrateShort.md b/docs/apis/device/vibrate/vibrateShort.md
index 831628dbab3a..6041a15aef01 100644
--- a/docs/apis/device/vibrate/vibrateShort.md
+++ b/docs/apis/device/vibrate/vibrateShort.md
@@ -7,7 +7,7 @@ sidebar_label: vibrateShort
仅微信小程序平台支持 type 参数
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/device/vibrate/wx.vibrateShort.html)
diff --git a/docs/apis/media/image/compressImage.md b/docs/apis/media/image/compressImage.md
index 33be3beb59f0..e1cbaad88083 100644
--- a/docs/apis/media/image/compressImage.md
+++ b/docs/apis/media/image/compressImage.md
@@ -30,7 +30,7 @@ sidebar_label: compressImage
| fail | `(res: TaroGeneral.CallbackResult) => void` | 否 | 接口调用失败的回调函数 |
| quality | `number` | 否 | 压缩质量,范围0~100,数值越小,质量越低,压缩率越高(仅对jpg有效)。 |
| compressedWidth | `number` | 否 | 压缩后图片的宽度,单位为px,若不填写则默认以 compressedHeight 为准等比缩放。 |
-| compressHeight | `number` | 否 | 压缩后图片的高度,单位为px,若不填写则默认以 compressedWidth 为准等比缩放。 |
+| compressedHeight | `number` | 否 | 压缩后图片的高度,单位为px,若不填写则默认以 compressedWidth 为准等比缩放。 |
| success | `(result: SuccessCallbackResult) => void` | 否 | 接口调用成功的回调函数 |
### SuccessCallbackResult
diff --git a/docs/apis/media/image/getImageInfo.md b/docs/apis/media/image/getImageInfo.md
index 4e24ea700d72..94df96b59980 100644
--- a/docs/apis/media/image/getImageInfo.md
+++ b/docs/apis/media/image/getImageInfo.md
@@ -5,7 +5,7 @@ sidebar_label: getImageInfo
获取图片信息。网络图片需先配置download域名才能生效。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.getImageInfo.html)
diff --git a/docs/apis/media/image/previewImage.md b/docs/apis/media/image/previewImage.md
index 0a3e725c1d95..b9c7a2f2e505 100644
--- a/docs/apis/media/image/previewImage.md
+++ b/docs/apis/media/image/previewImage.md
@@ -26,7 +26,7 @@ sidebar_label: previewImage
| 参数 | 类型 | 必填 | 说明 |
| --- | --- | :---: | --- |
| urls | `string[]` | 是 | 需要预览的图片链接列表。 |
-| current | string or number | 否 | 微信端为当前显示图片的链接,支付宝端为当前显示图片的索引值 |
+| current | string or number | 否 | 当前显示图片的http链接 |
| enablesavephoto | `boolean` | 否 | 是否支持长按下载图片
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html)
@@ -49,7 +49,7 @@ sidebar_label: request
| referrerStrategy | `keyof ReferrerStrategy` | `"querystring"` | 否 | referer 策略,用于控制当前请求 header 对象中 referer 字段格式。该参数默认值可通过 app.json 中的配置进行修改。
+支持情况:
> H5: 若入参 delta 大于现有页面数时,返回应用打开的第一个页面(如果想要返回首页请使用 reLaunch 方法)。
diff --git a/docs/apis/route/navigateTo.md b/docs/apis/route/navigateTo.md
index d68ff18c187b..a9ac1fa079db 100644
--- a/docs/apis/route/navigateTo.md
+++ b/docs/apis/route/navigateTo.md
@@ -5,7 +5,7 @@ sidebar_label: navigateTo
保留当前页面,跳转到应用内的某个页面。但是不能跳到 tabbar 页面。使用 Taro.navigateBack 可以返回到原页面。小程序中页面栈最多十层。
-支持情况:
+支持情况:
> H5: 未针对 tabbar 页面做限制处理
@@ -28,8 +28,11 @@ sidebar_label: navigateTo
| 参数 | 类型 | 必填 | 说明 |
| --- | --- | :---: | --- |
| url | `string` | 是 | 需要跳转的应用内非 tabBar 的页面的路径, 路径后可以带参数。参数与路径之间使用 `?` 分隔,参数键与参数值用 `=` 相连,不同参数用 `&` 分隔;如 'path?key=value&key2=value2' |
-| complete | `(res: TaroGeneral.CallbackResult) => void` | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) |
| events | `TaroGeneral.IAnyObject` | 否 | 页面间通信接口,用于监听被打开页面发送到当前页面的数据。 |
+| routeType | `string` | 否 | 2.29.2 自定义路由类型 |
+| routeConfig | `TaroGeneral.IAnyObject` | 否 | 3.4.0 自定义路由配置 |
+| routeOptions | `TaroGeneral.IAnyObject` | 否 | 3.4.0 自定义路由参数 |
+| complete | `(res: TaroGeneral.CallbackResult) => void` | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) |
| fail | `(res: TaroGeneral.CallbackResult) => void` | 否 | 接口调用失败的回调函数 |
| success | `(res: any) => void` | 否 | 接口调用成功的回调函数 |
diff --git a/docs/apis/route/reLaunch.md b/docs/apis/route/reLaunch.md
index 9336ebbd57cc..698061d2fd88 100644
--- a/docs/apis/route/reLaunch.md
+++ b/docs/apis/route/reLaunch.md
@@ -5,7 +5,7 @@ sidebar_label: reLaunch
关闭所有页面,打开到应用内的某个页面
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.reLaunch.html)
diff --git a/docs/apis/route/redirectTo.md b/docs/apis/route/redirectTo.md
index c51a3645fb78..558f987f5439 100644
--- a/docs/apis/route/redirectTo.md
+++ b/docs/apis/route/redirectTo.md
@@ -5,7 +5,7 @@ sidebar_label: redirectTo
关闭当前页面,跳转到应用内的某个页面。但是不允许跳转到 tabbar 页面。
-支持情况:
+支持情况:
> H5: 未针对 tabbar 页面做限制处理
diff --git a/docs/apis/route/router.md b/docs/apis/route/router.md
new file mode 100644
index 000000000000..c920097ef4a5
--- /dev/null
+++ b/docs/apis/route/router.md
@@ -0,0 +1,126 @@
+---
+title: router
+sidebar_label: router
+---
+
+## 类型
+
+```tsx
+router
+```
+
+## 参数
+
+### CustomRouteBuilder
+
+```tsx
+(routeContext: CustomRouteContext,routeOptions: Record
+
+> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/route/router/wx.router.html)
+
+#### addRouteBuilder
+
+添加自定义路由配置
+
+支持情况:
+
+> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/route/router/base/router.addRouteBuilder.html)
+
+```tsx
+(routeType: string, routeBuilder: CustomRouteBuilder) => void
+```
+
+| 参数 | 类型 | 说明 |
+| --- | --- | --- |
+| routeType | `string` | 路由类型 |
+| routeBuilder | `CustomRouteBuilder` | 路由动画定义函数 |
+
+#### getRouteContext
+
+获取页面对应的自定义路由上下文对象
+
+支持情况:
+
+> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/route/router/base/router.getRouteContext.html)
+
+```tsx
+(instance: TaroGeneral.IAnyObject) => CustomRouteContext
+```
+
+| 参数 | 类型 | 说明 |
+| --- | --- | --- |
+| instance | `TaroGeneral.IAnyObject` | 页面/自定义组件实例 |
+
+#### removeRouteBuilder
+
+移除自定义路由配置
+
+支持情况:
+
+> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/route/router/base/router.removeRouteBuilder.html)
+
+```tsx
+(routeType: string) => void
+```
+
+| 参数 | 类型 | 说明 |
+| --- | --- | --- |
+| routeType | `string` | 路由类型 |
diff --git a/docs/apis/route/switchTab.md b/docs/apis/route/switchTab.md
index 50d43c1f9af7..ef0a84ac3bc8 100644
--- a/docs/apis/route/switchTab.md
+++ b/docs/apis/route/switchTab.md
@@ -5,7 +5,7 @@ sidebar_label: switchTab
跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.switchTab.html)
diff --git a/docs/apis/skyline/DraggableSheetContext.md b/docs/apis/skyline/DraggableSheetContext.md
new file mode 100644
index 000000000000..4c152037151d
--- /dev/null
+++ b/docs/apis/skyline/DraggableSheetContext.md
@@ -0,0 +1,46 @@
+---
+title: DraggableSheetContext
+sidebar_label: DraggableSheetContext
+---
+
+DraggableSheet 实例,可通过 Taro.createSelectorQuery 的 NodesRef.node 方法获取。
+
+支持情况:
+
+> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/skyline/DraggableSheetContext.html)
+
+## 方法
+
+### scrollTo
+
+滚动到指定位置。size 取值 [0, 1],size = 1 时表示撑满 draggable-sheet 组件。size 和 pixels 同时传入时,仅 size 生效。
+
+> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/skyline/DraggableSheetContext.scrollTo.html)
+
+```tsx
+(option: Option) => void
+```
+
+| 参数 | 类型 |
+| --- | --- |
+| option | `Option` |
+
+## 参数
+
+### scrollTo
+
+#### Option
+
+| 参数 | 类型 | 默认值 | 必填 | 说明 |
+| --- | --- | :---: | :---: | --- |
+| size | `number` | | 否 | 相对目标位置 |
+| pixels | `number` | | 否 | 绝对目标位置 |
+| animated | `boolean` | `true` | 否 | 是否启用滚动动画 |
+| duration | `number` | `300` | 否 | 滚动动画时长(ms) |
+| easingFunction | `string` | `ease` | 否 | 缓动函数 |
+
+## API 支持度
+
+| API | 微信小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: |
+| DraggableSheetContext | ✔️ | | | |
diff --git a/docs/apis/skyline/worklet.md b/docs/apis/skyline/worklet.md
new file mode 100644
index 000000000000..926b2f4b6807
--- /dev/null
+++ b/docs/apis/skyline/worklet.md
@@ -0,0 +1,444 @@
+---
+title: worklet
+sidebar_label: worklet
+---
+
+worklet 对象,可以通过 wx.worklet 获取
+
+支持情况:
+
+> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/worklet/wx.worklet.html)
+
+## 类型
+
+```tsx
+worklet
+```
+
+## 方法
+
+| 参数 | 类型 | 说明 |
+| --- | --- | --- |
+| scrollViewContext | `{ scrollTo(NodesRef: TaroGeneral.IAnyObject, object: Option): void; }` | ScrollView 实例,可在 worklet 函数内操作 scroll-view 组件。
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/storage/wx.clearStorage.html)
diff --git a/docs/apis/storage/getStorage.md b/docs/apis/storage/getStorage.md
index df0e9a2943ef..d07b6495da1d 100644
--- a/docs/apis/storage/getStorage.md
+++ b/docs/apis/storage/getStorage.md
@@ -5,7 +5,7 @@ sidebar_label: getStorage
从本地缓存中异步获取指定 key 的内容
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/storage/wx.getStorage.html)
diff --git a/docs/apis/storage/removeStorage.md b/docs/apis/storage/removeStorage.md
index c5c7e515765d..3ac6e39d1a14 100644
--- a/docs/apis/storage/removeStorage.md
+++ b/docs/apis/storage/removeStorage.md
@@ -5,7 +5,7 @@ sidebar_label: removeStorage
从本地缓存中移除指定 key
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/storage/wx.removeStorage.html)
diff --git a/docs/apis/storage/setStorage.md b/docs/apis/storage/setStorage.md
index a1e72f088ba5..7ad5285e2ef0 100644
--- a/docs/apis/storage/setStorage.md
+++ b/docs/apis/storage/setStorage.md
@@ -5,7 +5,7 @@ sidebar_label: setStorage
将数据存储在本地缓存中指定的 key 中。会覆盖掉原来该 key 对应的内容。除非用户主动删除或因存储空间原因被系统清理,否则数据都一直可用。单个 key 允许存储的最大数据长度为 1MB,所有数据存储上限为 10MB。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/storage/wx.setStorage.html)
diff --git a/docs/apis/taro.extend/getAppInfo.md b/docs/apis/taro.extend/getAppInfo.md
index f32b2979f945..6c339f9087ff 100644
--- a/docs/apis/taro.extend/getAppInfo.md
+++ b/docs/apis/taro.extend/getAppInfo.md
@@ -5,7 +5,7 @@ sidebar_label: getAppInfo
小程序获取和 Taro 相关的 App 信息
-支持情况:
+支持情况:
## 类型
diff --git a/docs/apis/ui/animation/createAnimation.md b/docs/apis/ui/animation/createAnimation.md
index a410f065ff8f..bd5161dd9d88 100644
--- a/docs/apis/ui/animation/createAnimation.md
+++ b/docs/apis/ui/animation/createAnimation.md
@@ -5,7 +5,7 @@ sidebar_label: createAnimation
创建一个动画实例 [animation](../Animation)。调用实例的方法来描述动画。最后通过动画实例的 export 方法导出动画数据传递给组件的 animation 属性。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/animation/wx.createAnimation.html)
diff --git a/docs/apis/ui/interaction/showActionSheet.md b/docs/apis/ui/interaction/showActionSheet.md
index 50c4762d033f..7c4648051bc0 100644
--- a/docs/apis/ui/interaction/showActionSheet.md
+++ b/docs/apis/ui/interaction/showActionSheet.md
@@ -9,7 +9,7 @@ sidebar_label: showActionSheet
- Android 6.7.2 以下版本,点击取消或蒙层时,回调 fail, errMsg 为 "fail cancel";
- Android 6.7.2 及以上版本 和 iOS 点击蒙层不会关闭模态弹窗,所以尽量避免使用「取消」分支中实现业务逻辑
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showActionSheet.html)
diff --git a/docs/apis/ui/interaction/showModal.md b/docs/apis/ui/interaction/showModal.md
index 1287bd1f5939..aaef1bb0358e 100644
--- a/docs/apis/ui/interaction/showModal.md
+++ b/docs/apis/ui/interaction/showModal.md
@@ -8,7 +8,7 @@ sidebar_label: showModal
- Android 6.7.2 以下版本,点击取消或蒙层时,回调 fail, errMsg 为 "fail cancel";
- Android 6.7.2 及以上版本 和 iOS 点击蒙层不会关闭模态弹窗,所以尽量避免使用「取消」分支中实现业务逻辑
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showModal.html)
diff --git a/docs/apis/ui/interaction/showToast.md b/docs/apis/ui/interaction/showToast.md
index 38d31fdce99a..db5b09aaa420 100644
--- a/docs/apis/ui/interaction/showToast.md
+++ b/docs/apis/ui/interaction/showToast.md
@@ -9,7 +9,7 @@ sidebar_label: showToast
- Taro.showLoading 和 Taro.showToast 同时只能显示一个
- Taro.showToast 应与 Taro.hideToast 配对使用
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showToast.html)
diff --git a/docs/apis/ui/navigation-bar/hideHomeButton.md b/docs/apis/ui/navigation-bar/hideHomeButton.md
index f76a23ddd11c..9e815cb907d8 100644
--- a/docs/apis/ui/navigation-bar/hideHomeButton.md
+++ b/docs/apis/ui/navigation-bar/hideHomeButton.md
@@ -5,7 +5,7 @@ sidebar_label: hideHomeButton
隐藏返回首页按钮。微信7.0.7版本起,当用户打开的小程序最底层页面是非首页时,默认展示“返回首页”按钮,开发者可在页面 onShow 中调用 hideHomeButton 进行隐藏。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html)
diff --git a/docs/apis/ui/navigation-bar/hideNavigationBarLoading.md b/docs/apis/ui/navigation-bar/hideNavigationBarLoading.md
index 2c55548c93de..2066167ff939 100644
--- a/docs/apis/ui/navigation-bar/hideNavigationBarLoading.md
+++ b/docs/apis/ui/navigation-bar/hideNavigationBarLoading.md
@@ -5,7 +5,7 @@ sidebar_label: hideNavigationBarLoading
在当前页面隐藏导航条加载动画
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideNavigationBarLoading.html)
diff --git a/docs/apis/ui/navigation-bar/setNavigationBarColor.md b/docs/apis/ui/navigation-bar/setNavigationBarColor.md
index de08853a1ebd..1e0c83bcf0de 100644
--- a/docs/apis/ui/navigation-bar/setNavigationBarColor.md
+++ b/docs/apis/ui/navigation-bar/setNavigationBarColor.md
@@ -5,7 +5,7 @@ sidebar_label: setNavigationBarColor
设置页面导航条颜色
-支持情况:
+支持情况:
> H5: 不支持 animation 参数
>
diff --git a/docs/apis/ui/navigation-bar/setNavigationBarTitle.md b/docs/apis/ui/navigation-bar/setNavigationBarTitle.md
index a9c7c951f3f1..76a00c92fa34 100644
--- a/docs/apis/ui/navigation-bar/setNavigationBarTitle.md
+++ b/docs/apis/ui/navigation-bar/setNavigationBarTitle.md
@@ -5,7 +5,7 @@ sidebar_label: setNavigationBarTitle
动态设置当前页面的标题
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.setNavigationBarTitle.html)
diff --git a/docs/apis/ui/navigation-bar/showNavigationBarLoading.md b/docs/apis/ui/navigation-bar/showNavigationBarLoading.md
index f554e6107d4c..1f8662171d7d 100644
--- a/docs/apis/ui/navigation-bar/showNavigationBarLoading.md
+++ b/docs/apis/ui/navigation-bar/showNavigationBarLoading.md
@@ -5,7 +5,7 @@ sidebar_label: showNavigationBarLoading
在当前页面显示导航条加载动画
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.showNavigationBarLoading.html)
diff --git a/docs/apis/ui/pull-down-refresh/startPullDownRefresh.md b/docs/apis/ui/pull-down-refresh/startPullDownRefresh.md
index 147ee2f6648b..f353ce96e9d0 100644
--- a/docs/apis/ui/pull-down-refresh/startPullDownRefresh.md
+++ b/docs/apis/ui/pull-down-refresh/startPullDownRefresh.md
@@ -5,7 +5,7 @@ sidebar_label: startPullDownRefresh
开始下拉刷新。调用后触发下拉刷新动画,效果与用户手动下拉刷新一致。
-支持情况:
+支持情况:
> React Native: 无动画效果
diff --git a/docs/apis/ui/pull-down-refresh/stopPullDownRefresh.md b/docs/apis/ui/pull-down-refresh/stopPullDownRefresh.md
index e07a418f059e..8033ac95afbf 100644
--- a/docs/apis/ui/pull-down-refresh/stopPullDownRefresh.md
+++ b/docs/apis/ui/pull-down-refresh/stopPullDownRefresh.md
@@ -5,7 +5,7 @@ sidebar_label: stopPullDownRefresh
停止当前页面下拉刷新。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/pull-down-refresh/wx.stopPullDownRefresh.html)
diff --git a/docs/apis/ui/scroll/pageScrollTo.md b/docs/apis/ui/scroll/pageScrollTo.md
index 2a2d867bd8bd..dad4a38327ca 100644
--- a/docs/apis/ui/scroll/pageScrollTo.md
+++ b/docs/apis/ui/scroll/pageScrollTo.md
@@ -15,7 +15,7 @@ selector类似于 CSS 的选择器,但仅支持下列语法。
- 跨自定义组件的后代选择器:.the-ancestor >>> .the-descendant
- 多选择器的并集:#a-node, .some-other-nodes
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/wx.pageScrollTo.html)
diff --git a/docs/apis/ui/tab-bar/hideTabBar.md b/docs/apis/ui/tab-bar/hideTabBar.md
index c4458ca65f1f..082adce21453 100644
--- a/docs/apis/ui/tab-bar/hideTabBar.md
+++ b/docs/apis/ui/tab-bar/hideTabBar.md
@@ -5,7 +5,7 @@ sidebar_label: hideTabBar
隐藏 tabBar
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.hideTabBar.html)
diff --git a/docs/apis/ui/tab-bar/hideTabBarRedDot.md b/docs/apis/ui/tab-bar/hideTabBarRedDot.md
index 2c3da47bc628..6808c96d0b48 100644
--- a/docs/apis/ui/tab-bar/hideTabBarRedDot.md
+++ b/docs/apis/ui/tab-bar/hideTabBarRedDot.md
@@ -5,7 +5,7 @@ sidebar_label: hideTabBarRedDot
隐藏 tabBar 某一项的右上角的红点
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.hideTabBarRedDot.html)
diff --git a/docs/apis/ui/tab-bar/removeTabBarBadge.md b/docs/apis/ui/tab-bar/removeTabBarBadge.md
index d2b2a511a5ec..c53a609bedbe 100644
--- a/docs/apis/ui/tab-bar/removeTabBarBadge.md
+++ b/docs/apis/ui/tab-bar/removeTabBarBadge.md
@@ -5,7 +5,7 @@ sidebar_label: removeTabBarBadge
移除 tabBar 某一项右上角的文本
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.removeTabBarBadge.html)
diff --git a/docs/apis/ui/tab-bar/setTabBarBadge.md b/docs/apis/ui/tab-bar/setTabBarBadge.md
index 42e6a987897d..7657d46f1a20 100644
--- a/docs/apis/ui/tab-bar/setTabBarBadge.md
+++ b/docs/apis/ui/tab-bar/setTabBarBadge.md
@@ -5,7 +5,7 @@ sidebar_label: setTabBarBadge
为 tabBar 某一项的右上角添加文本
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.setTabBarBadge.html)
diff --git a/docs/apis/ui/tab-bar/setTabBarItem.md b/docs/apis/ui/tab-bar/setTabBarItem.md
index 220a6fe129f1..f6468184a7d2 100644
--- a/docs/apis/ui/tab-bar/setTabBarItem.md
+++ b/docs/apis/ui/tab-bar/setTabBarItem.md
@@ -5,7 +5,7 @@ sidebar_label: setTabBarItem
动态设置 tabBar 某一项的内容,`2.7.0` 起图片支持临时文件和网络文件。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.setTabBarItem.html)
diff --git a/docs/apis/ui/tab-bar/showTabBar.md b/docs/apis/ui/tab-bar/showTabBar.md
index 924986a4e527..471a9d0ab7a6 100644
--- a/docs/apis/ui/tab-bar/showTabBar.md
+++ b/docs/apis/ui/tab-bar/showTabBar.md
@@ -5,7 +5,7 @@ sidebar_label: showTabBar
显示 tabBar
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.showTabBar.html)
diff --git a/docs/apis/ui/tab-bar/showTabBarRedDot.md b/docs/apis/ui/tab-bar/showTabBarRedDot.md
index 508dcd472fbb..c557074d71f3 100644
--- a/docs/apis/ui/tab-bar/showTabBarRedDot.md
+++ b/docs/apis/ui/tab-bar/showTabBarRedDot.md
@@ -5,7 +5,7 @@ sidebar_label: showTabBarRedDot
显示 tabBar 某一项的右上角的红点
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.showTabBarRedDot.html)
diff --git a/docs/apis/wxml/IntersectionObserver.md b/docs/apis/wxml/IntersectionObserver.md
index 18da2ff9af4b..42f750190b1f 100644
--- a/docs/apis/wxml/IntersectionObserver.md
+++ b/docs/apis/wxml/IntersectionObserver.md
@@ -102,13 +102,14 @@ Taro.createIntersectionObserver().relativeToViewport({bottom: 100}).observe('.ta
### ObserveCallbackResult
-| 参数 | 类型 | 说明 |
-| --- | --- | --- |
-| boundingClientRect | `BoundingClientRectResult` | 目标边界 |
-| intersectionRatio | `number` | 相交比例 |
-| intersectionRect | `IntersectionRectResult` | 相交区域的边界 |
-| relativeRect | `RelativeRectResult` | 参照区域的边界 |
-| time | `number` | 相交检测时的时间戳 |
+| 参数 | 类型 | 必填 | 说明 |
+| --- | --- | :---: | --- |
+| errMsg | `string` | 否 | 错误信息,会在找不到对应元素时返回
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/wxml/wx.createIntersectionObserver.html)
diff --git a/docs/apis/wxml/createSelectorQuery.md b/docs/apis/wxml/createSelectorQuery.md
index 10d8e9e143d9..78a7fac475af 100644
--- a/docs/apis/wxml/createSelectorQuery.md
+++ b/docs/apis/wxml/createSelectorQuery.md
@@ -5,7 +5,7 @@ sidebar_label: createSelectorQuery
返回一个 SelectorQuery 对象实例。在自定义组件或包含自定义组件的页面中,应使用 `this.createSelectorQuery()` 来代替。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/api/wxml/wx.createSelectorQuery.html)
diff --git a/docs/components/base/icon.md b/docs/components/base/icon.md
index 2aca96db67e2..8463df78f331 100755
--- a/docs/components/base/icon.md
+++ b/docs/components/base/icon.md
@@ -77,7 +77,7 @@ export default class PageView extends Component {
| 参数 | 类型 | 默认值 | 必填 | 说明 |
| --- | --- | :---: | :---: | --- |
| type | `keyof TIconType` | | 是 | icon 的类型 |
-| size | `string` | `23` | 否 | icon 的大小,单位px |
+| size | `number` | `23` | 否 | icon 的大小,单位px |
| color | `string` | | 否 | icon 的颜色,同 css 的 color |
| ariaLabel | `string` | | 否 | 无障碍访问,(属性)元素的额外描述 |
@@ -85,9 +85,9 @@ export default class PageView extends Component {
| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| IconProps.type | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
+| IconProps.type | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| IconProps.size | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| IconProps.color | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
+| IconProps.color | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| IconProps.ariaLabel | | | | | ✔️ | | | | | |
### TIconType
diff --git a/docs/components/base/progress.md b/docs/components/base/progress.md
index 5c3a46eecd3a..6d3f87724c46 100755
--- a/docs/components/base/progress.md
+++ b/docs/components/base/progress.md
@@ -5,7 +5,7 @@ sidebar_label: Progress
进度条。组件属性的长度单位默认为 px
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/progress.html)
diff --git a/docs/components/base/rich-text.md b/docs/components/base/rich-text.md
index 059b11c96fa3..a5d21b5b9afb 100755
--- a/docs/components/base/rich-text.md
+++ b/docs/components/base/rich-text.md
@@ -5,7 +5,7 @@ sidebar_label: RichText
富文本
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/rich-text.html)
@@ -101,23 +101,25 @@ export default {
| onTouchcancel | `CommonEventFunction` | | 否 | 触摸动作被打断。 |
| onTouchend | `CommonEventFunction` | | 否 | 触摸动作结束。 |
| onLongtap | `CommonEventFunction` | | 否 | 触摸后,超过 500ms 再离开。 |
+| mode | "default" or "compat" or "aggressive" or "inline-block" or "web" | `default` | 否 | 布局兼容模式 |
### API 支持度
-| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | H5 | React Native | Harmony | Harmony hybrid |
-| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| RichTextProps.userSelect | ✔️ | | | | | ✔️ | | | ✔️ |
-| RichTextProps.nodes | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
-| RichTextProps.space | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| RichTextProps.selectable | | ✔️ | | | | ✔️ | | | ✔️ |
-| RichTextProps.imageMenuPrevent | | ✔️ | | | | | | | |
-| RichTextProps.preview | | ✔️ | | | | | | | |
-| RichTextProps.onTap | | | ✔️ | | | | | | |
-| RichTextProps.onTouchstart | | | ✔️ | | | | | | |
-| RichTextProps.onTouchmove | | | ✔️ | | | | | | |
-| RichTextProps.onTouchcancel | | | ✔️ | | | | | | |
-| RichTextProps.onTouchend | | | ✔️ | | | | | | |
-| RichTextProps.onLongtap | | | ✔️ | | | | | | |
+| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid |
+| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
+| RichTextProps.userSelect | ✔️ | | | | | ✔️ | ✔️ | | | ✔️ |
+| RichTextProps.nodes | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| RichTextProps.space | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
+| RichTextProps.selectable | | ✔️ | | | | | ✔️ | | | ✔️ |
+| RichTextProps.imageMenuPrevent | | ✔️ | | | | | | | | |
+| RichTextProps.preview | | ✔️ | | | | | | | | |
+| RichTextProps.onTap | | | ✔️ | | | | | | | |
+| RichTextProps.onTouchstart | | | ✔️ | | | | | | | |
+| RichTextProps.onTouchmove | | | ✔️ | | | | | | | |
+| RichTextProps.onTouchcancel | | | ✔️ | | | | | | | |
+| RichTextProps.onTouchend | | | ✔️ | | | | | | | |
+| RichTextProps.onLongtap | | | ✔️ | | | | | | | |
+| RichTextProps.mode | ✔️ | | | | | | | | | |
### TSpace
diff --git a/docs/components/base/text.md b/docs/components/base/text.md
index bdeaa7959323..f15ee3e6de5e 100755
--- a/docs/components/base/text.md
+++ b/docs/components/base/text.md
@@ -5,7 +5,7 @@ sidebar_label: Text
文本
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/text.html)
@@ -131,8 +131,8 @@ export default {
| TextProps.space | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
| TextProps.decode | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ | (默认解码,不支持设置) | | | |
| TextProps.numberOfLines | | | ✔️ | | | | | | | |
-| TextProps.overflow | | | | | | | | | | |
-| TextProps.maxLines | ✔️ | | | | | | | | | |
+| TextProps.overflow | ✔️ | | | | | | | | | |
+| TextProps.maxLines | ✔️ | | | | | | | | ✔️ | |
### TSpace
diff --git a/docs/components/forms/button.md b/docs/components/forms/button.md
index c70f2b41d4a1..bbd6f28553c5 100755
--- a/docs/components/forms/button.md
+++ b/docs/components/forms/button.md
@@ -242,11 +242,11 @@ export default {
| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| ButtonProps.size | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| ButtonProps.type | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| ButtonProps.plain | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| ButtonProps.disabled | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| ButtonProps.loading | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| ButtonProps.formType | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | |
+| ButtonProps.type | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| ButtonProps.plain | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| ButtonProps.disabled | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| ButtonProps.loading | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| ButtonProps.formType | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ | |
| ButtonProps.openType | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | |
| ButtonProps.hoverClass | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️(支持 hoverStyle 属性,但框架未支持 hoverClass) | | ✔️ |
| ButtonProps.hoverStyle | | | | | | | | ✔️ | | |
diff --git a/docs/components/forms/checkbox.md b/docs/components/forms/checkbox.md
index 4a525b4d334b..89dd3852b499 100755
--- a/docs/components/forms/checkbox.md
+++ b/docs/components/forms/checkbox.md
@@ -166,11 +166,11 @@ export default {
| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| CheckboxProps.value | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| CheckboxProps.disabled | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| CheckboxProps.checked | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| CheckboxProps.color | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
+| CheckboxProps.value | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| CheckboxProps.disabled | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| CheckboxProps.checked | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| CheckboxProps.color | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| CheckboxProps.name | | | | | | | ✔️ | | ✔️ | ✔️ |
| CheckboxProps.nativeProps | | | | | | | ✔️ | | | ✔️ |
| CheckboxProps.ariaLabel | | | | | ✔️ | | | | | |
-| CheckboxProps.onChange | | | ✔️ | | | | ✔️ | ✔️ | | ✔️ |
+| CheckboxProps.onChange | | | ✔️ | | | | ✔️ | ✔️ | ✔️ | ✔️ |
diff --git a/docs/components/forms/editor.md b/docs/components/forms/editor.md
index 794577350ffe..07272d0d290f 100644
--- a/docs/components/forms/editor.md
+++ b/docs/components/forms/editor.md
@@ -15,7 +15,7 @@ sidebar_label: Editor
*编辑器内支持部分 HTML 标签和内联样式,不支持 **class** 和 **id***
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/editor.html)
@@ -114,17 +114,17 @@ class App extends Components {
### API 支持度
-| API | 微信小程序 | H5 | React Native | Harmony |
-| :---: | :---: | :---: | :---: | :---: |
-| EditorProps.readOnly | ✔️ | | | |
-| EditorProps.placeholder | ✔️ | | | |
-| EditorProps.showImgSize | ✔️ | | | |
-| EditorProps.showImgToolbar | ✔️ | | | |
-| EditorProps.showImgResize | ✔️ | | | |
-| EditorProps.onReady | ✔️ | | | |
-| EditorProps.onFocus | ✔️ | | | |
-| EditorProps.onBlur | ✔️ | | | |
-| EditorProps.onInput | ✔️ | | | |
-| EditorProps.onStatusChange | ✔️ | | | |
+| API | 微信小程序 | 京东小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: | :---: |
+| EditorProps.readOnly | ✔️ | ✔️ | | | |
+| EditorProps.placeholder | ✔️ | ✔️ | | | |
+| EditorProps.showImgSize | ✔️ | ✔️ | | | |
+| EditorProps.showImgToolbar | ✔️ | ✔️ | | | |
+| EditorProps.showImgResize | ✔️ | ✔️ | | | |
+| EditorProps.onReady | ✔️ | ✔️ | | | |
+| EditorProps.onFocus | ✔️ | ✔️ | | | |
+| EditorProps.onBlur | ✔️ | ✔️ | | | |
+| EditorProps.onInput | ✔️ | ✔️ | | | |
+| EditorProps.onStatusChange | ✔️ | ✔️ | | | |
### editorEventDetail
diff --git a/docs/components/forms/form.md b/docs/components/forms/form.md
index f6ee840fda65..dedf4d076298 100755
--- a/docs/components/forms/form.md
+++ b/docs/components/forms/form.md
@@ -111,8 +111,8 @@ export default {
| FormProps.subscribeId | | ✔️ | | | | | | | | |
| FormProps.conversionTarget | | | | ✔️ | | | | | | |
| FormProps.clueComponentId | | | | ✔️ | | | | | | |
-| FormProps.onSubmit | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| FormProps.onReset | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
+| FormProps.onSubmit | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| FormProps.onReset | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
### onSubmitEventDetail
diff --git a/docs/components/forms/input.md b/docs/components/forms/input.md
index 435d2da11a79..87110477deb5 100755
--- a/docs/components/forms/input.md
+++ b/docs/components/forms/input.md
@@ -96,6 +96,7 @@ class App extends Component {
| confirmType | `keyof ConfirmType` | `done` | 否 | 设置键盘右下角按钮的文字,仅在type='text'时生效 |
| confirmHold | `boolean` | `false` | 否 | 点击键盘右下角按钮时是否保持键盘不收起 |
| cursor | `number` | | 否 | 指定focus时的光标位置 |
+| cursorColor | `string` | | 否 | 光标颜色。iOS 下的格式为十六进制颜色值 #000000,安卓下的只支持 default 和 green,Skyline 下无限制 |
| selectionStart | `number` | `-1` | 否 | 光标起始位置,自动聚集时有效,需与selection-end搭配使用 |
| selectionEnd | `number` | `-1` | 否 | 光标结束位置,自动聚集时有效,需与selection-start搭配使用 |
| adjustPosition | `boolean` | `true` | 否 | 键盘弹起时,是否自动上推页面 |
@@ -120,30 +121,36 @@ class App extends Component {
| onConfirm | `CommonEventFunction
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/picker-view-column.html)
diff --git a/docs/components/forms/picker-view.md b/docs/components/forms/picker-view.md
index 2351b3e29472..2eaa66035298 100755
--- a/docs/components/forms/picker-view.md
+++ b/docs/components/forms/picker-view.md
@@ -6,7 +6,7 @@ sidebar_label: PickerView
嵌入页面的滚动选择器
其中只可放置 picker-view-column 组件,其它节点不会显示
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/picker-view.html)
diff --git a/docs/components/forms/picker.md b/docs/components/forms/picker.md
index c58f395b0ea0..f78c6fbb7b0a 100755
--- a/docs/components/forms/picker.md
+++ b/docs/components/forms/picker.md
@@ -170,15 +170,17 @@ export default class PagePicker extends Component {
| mode | `keyof Mode` | `"selector"` | 否 | 选择器类型,默认是普通选择器 |
| disabled | `boolean` | `false` | 否 | 是否禁用 |
| onCancel | `CommonEventFunction` | | 否 | 取消选择或点遮罩层收起 picker 时触发 |
+| textProps | `PickerText` | | 否 | 用于替换组件内部文本 |
### API 支持度
| API | 微信小程序 | H5 | React Native | Harmony | Harmony hybrid |
| :---: | :---: | :---: | :---: | :---: | :---: |
| PickerStandardProps.headerText | ✔️ | | | | |
-| PickerStandardProps.mode | ✔️ | ✔️ | ✔️ | | ✔️ |
+| PickerStandardProps.mode | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| PickerStandardProps.disabled | ✔️ | ✔️ | ✔️ | | ✔️ |
-| PickerStandardProps.onCancel | ✔️ | ✔️ | ✔️ | | ✔️ |
+| PickerStandardProps.onCancel | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| PickerStandardProps.textProps | | ✔️ | | ✔️ | ✔️ |
### Mode
@@ -213,20 +215,18 @@ export default class PagePicker extends Component {
| itemStyle | `StyleProp
+
+## 类型
+
+```tsx
+ComponentType
+
+## 类型
+
+```tsx
+ComponentType
+
+## 类型
+
+```tsx
+ComponentType
+
+## 类型
+
+```tsx
+ComponentType
+
+## 类型
+
+```tsx
+ComponentType
+
+## 类型
+
+```tsx
+ComponentType
+
+## 类型
+
+```tsx
+ComponentType
+
+## 类型
+
+```tsx
+ComponentType
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/camera.html)
diff --git a/docs/components/media/image.md b/docs/components/media/image.md
index b3295f6d0154..228596bb55a0 100755
--- a/docs/components/media/image.md
+++ b/docs/components/media/image.md
@@ -97,8 +97,8 @@ export default class PageView extends Component {
| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| ImageProps.src | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| ImageProps.mode | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️(部分支持 scaleToFill, aspectFit, aspectFill, widthFix) | | ✔️ |
+| ImageProps.src | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| ImageProps.mode | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️(部分支持 scaleToFill, aspectFit, aspectFill, widthFix) | ✔️(部分支持 scaleToFill, aspectFit, aspectFill, widthFix, heightFix) | ✔️ |
| ImageProps.webp | ✔️ | ✔️ | | | | | | | | |
| ImageProps.svg | | | | | | | | ✔️ | | |
| ImageProps.lazyLoad | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | | | ✔️ |
diff --git a/docs/components/media/video.md b/docs/components/media/video.md
index 18eb5077e7ac..b872c2ae4bcc 100755
--- a/docs/components/media/video.md
+++ b/docs/components/media/video.md
@@ -177,15 +177,15 @@ export default class PageView extends Component {
| API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| VideoProps.src | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| VideoProps.duration | ✔️ | | ✔️ | | ✔️ | | ✔️ | ✔️ | | ✔️ |
-| VideoProps.controls | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
+| VideoProps.src | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| VideoProps.duration | ✔️ | | ✔️ | | ✔️ | | ✔️ | ✔️ | ✔️ | ✔️ |
+| VideoProps.controls | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| VideoProps.danmuList | ✔️ | ✔️ | | | ✔️ | | ✔️ | | | ✔️ |
| VideoProps.danmuBtn | ✔️ | ✔️ | | | ✔️ | | ✔️ | | | ✔️ |
| VideoProps.enableDanmu | ✔️ | ✔️ | | | ✔️ | | ✔️ | | | ✔️ |
-| VideoProps.autoplay | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| VideoProps.loop | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| VideoProps.muted | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
+| VideoProps.autoplay | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| VideoProps.loop | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| VideoProps.muted | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| VideoProps.initialTime | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
| VideoProps.pageGesture | ✔️ | ✔️ | | | ✔️ | | | | | |
| VideoProps.direction | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | | | |
@@ -194,7 +194,7 @@ export default class PageView extends Component {
| VideoProps.showPlayBtn | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | | | ✔️ |
| VideoProps.showCenterPlayBtn | ✔️ | ✔️ | ✔️ | | ✔️ | | ✔️ | ✔️ | | ✔️ |
| VideoProps.enableProgressGesture | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | | | ✔️ |
-| VideoProps.objectFit | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | | ✔️ |
+| VideoProps.objectFit | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ |
| VideoProps.poster | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
| VideoProps.showMuteBtn | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | | | ✔️ |
| VideoProps.title | ✔️ | ✔️ | | | ✔️ | | | | | |
@@ -238,15 +238,15 @@ export default class PageView extends Component {
| VideoProps.preferredPeakBitRate | ✔️ | | | | | | | | | |
| VideoProps.isLive | ✔️ | | | | | | | | | |
| VideoProps.definition | | | | ✔️ | | | | | | |
-| VideoProps.onPlay | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| VideoProps.onPause | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| VideoProps.onEnded | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| VideoProps.onTimeUpdate | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| VideoProps.onFullscreenChange | | | ✔️ | | | | ✔️ | ✔️ | | ✔️ |
+| VideoProps.onPlay | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| VideoProps.onPause | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| VideoProps.onEnded | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| VideoProps.onTimeUpdate | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| VideoProps.onFullscreenChange | | | ✔️ | | | | ✔️ | ✔️ | ✔️ | ✔️ |
| VideoProps.onWaiting | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | | | | |
| VideoProps.onError | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
-| VideoProps.onProgress | ✔️ | | | ✔️ | ✔️ | | ✔️ | | | ✔️ |
-| VideoProps.onLoadedMetaData | ✔️ | ✔️ | | ✔️ | | ✔️ | | ✔️ | | |
+| VideoProps.onProgress | ✔️ | | | ✔️ | ✔️ | | ✔️ | | ✔️ | ✔️ |
+| VideoProps.onLoadedMetaData | ✔️ | ✔️ | | ✔️ | | ✔️ | | ✔️ | ✔️ | |
| VideoProps.onEnterPictureInPicture | ✔️ | | | | | | | | | |
| VideoProps.onLeavePictureInPicture | ✔️ | | | | | | | | | |
| VideoProps.onSeekComplete | ✔️ | | | ✔️ | | | | | | |
@@ -269,8 +269,8 @@ export default class PageView extends Component {
| VideoProps.onLeaveBackground | | | | ✔️ | | | | | | |
| VideoProps.onLoadedData | | | | | | ✔️ | | | | |
| VideoProps.onLoadStart | | | | | | ✔️ | | | | |
-| VideoProps.onSeeked | | | | | | ✔️ | | | | |
-| VideoProps.onSeeking | | | | | | ✔️ | | | | |
+| VideoProps.onSeeked | | | | | | ✔️ | | | ✔️ | |
+| VideoProps.onSeeking | | | | | | ✔️ | | | ✔️ | |
| VideoProps.onAdLoad | | | | ✔️ | | | | | | |
| VideoProps.onCastingUserSelect | ✔️ | | | | | | | | | |
| VideoProps.onCastingStateChange | ✔️ | | | | | | | | | |
diff --git a/docs/components/navig/navigation-bar.md b/docs/components/navig/navigation-bar.md
index 2f4dd6a82810..f203cc905b69 100644
--- a/docs/components/navig/navigation-bar.md
+++ b/docs/components/navig/navigation-bar.md
@@ -36,9 +36,9 @@ ComponentType
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html)
diff --git a/docs/components/page-meta.md b/docs/components/page-meta.md
index 7a6732593785..0a075626c978 100644
--- a/docs/components/page-meta.md
+++ b/docs/components/page-meta.md
@@ -11,7 +11,7 @@ Taro v3.6.19 开始支持
开发者需要在页面配置里添加:`enablePageMeta: true`
:::
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/page-meta.html)
@@ -94,14 +94,14 @@ function Index () {
| API | 微信小程序 | 支付宝小程序 | H5 | React Native | Harmony |
| :---: | :---: | :---: | :---: | :---: | :---: |
| PageMetaProps.backgroundTextStyle | ✔️ | | | | |
-| PageMetaProps.backgroundColor | ✔️ | ✔️ | | | |
-| PageMetaProps.backgroundColorTop | ✔️ | ✔️ | | | |
-| PageMetaProps.backgroundColorBottom | ✔️ | ✔️ | | | |
-| PageMetaProps.scrollTop | ✔️ | ✔️ | | | |
-| PageMetaProps.scrollDuration | ✔️ | ✔️ | | | |
+| PageMetaProps.backgroundColor | ✔️ | ✔️ | | | ✔️ |
+| PageMetaProps.backgroundColorTop | ✔️ | ✔️ | | | ✔️ |
+| PageMetaProps.backgroundColorBottom | ✔️ | ✔️ | | | ✔️ |
+| PageMetaProps.scrollTop | ✔️ | ✔️ | | | ✔️ |
+| PageMetaProps.scrollDuration | ✔️ | ✔️ | | | ✔️ |
| PageMetaProps.pageStyle | ✔️ | ✔️ | | | |
| PageMetaProps.rootFontSize | ✔️ | ✔️ | | | |
-| PageMetaProps.rootBackgroundColor | ✔️ | ✔️ | | | |
+| PageMetaProps.rootBackgroundColor | ✔️ | ✔️ | | | ✔️ |
| PageMetaProps.pageFontSize | ✔️ | ✔️ | | | |
| PageMetaProps.pageOrientation | ✔️ | | | | |
| PageMetaProps.onResize | ✔️ | | | | |
diff --git a/docs/components/skyline/draggable-sheet.md b/docs/components/skyline/draggable-sheet.md
index 9f507ed21ba6..abf55b708ec8 100644
--- a/docs/components/skyline/draggable-sheet.md
+++ b/docs/components/skyline/draggable-sheet.md
@@ -27,6 +27,7 @@ ComponentType
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/list-view.html)
diff --git a/docs/components/skyline/share-element.md b/docs/components/skyline/share-element.md
index e130ddf1a29d..31909a853008 100644
--- a/docs/components/skyline/share-element.md
+++ b/docs/components/skyline/share-element.md
@@ -237,8 +237,8 @@ button {
| transitionOnGesture | `boolean` | `false` | 否 | 手势返回时是否进行动画 |
| shuttleOnPush | "from" or "to" | `"to"` | 否 | 指定 push 阶段的飞跃物 |
| shuttleOnPop | `string` | `"to"` | 否 | 指定 pop 阶段的飞跃物 |
-| rectTweenType | "materialRectArc" or "materialRectCenterArc" or "linear" or "elasticIn" or "elasticOut" or "elasticInOut" or "bounceIn" or "bounceOut" or "bounceInOut" or "cubic-bezier(x1," | `"materialRectArc"` | 否 | 动画插值曲线 |
-| onFrame | `string` | | 否 | 动画帧回调 |
+| rectTweenType | "materialRectArc" or "materialRectCenterArc" or "linear" or "elasticIn" or "elasticOut" or "elasticInOut" or "bounceIn" or "bounceOut" or "bounceInOut" or "cubic-bezier(x1, y1, x2, y2)" | `"materialRectArc"` | 否 | 动画插值曲线 |
+| onFrameWorklet | `string` | | 否 | 动画帧回调 |
### API 支持度
@@ -254,4 +254,4 @@ button {
| ShareElementProps.shuttleOnPush | ✔️ | | | | |
| ShareElementProps.shuttleOnPop | ✔️ | | | | |
| ShareElementProps.rectTweenType | ✔️ | | | | |
-| ShareElementProps.onFrame | ✔️ | | | | |
+| ShareElementProps.onFrameWorklet | ✔️ | | | | |
diff --git a/docs/components/skyline/sticky-header.md b/docs/components/skyline/sticky-header.md
index 352ae5ef161e..4dec62e1db11 100644
--- a/docs/components/skyline/sticky-header.md
+++ b/docs/components/skyline/sticky-header.md
@@ -5,7 +5,7 @@ sidebar_label: StickyHeader
吸顶布局容器,仅支持作为 scroll-view 自定义模式下的直接子节点或 sticky-section 组件直接子节点。仅 Skyline 支持。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/sticky-header.html)
@@ -21,6 +21,7 @@ ComponentType
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/sticky-section.html)
diff --git a/docs/components/viewContainer/cover-image.md b/docs/components/viewContainer/cover-image.md
index 58afbc97f4e6..34129de745f4 100644
--- a/docs/components/viewContainer/cover-image.md
+++ b/docs/components/viewContainer/cover-image.md
@@ -5,7 +5,7 @@ sidebar_label: CoverImage
覆盖在原生组件之上的图片视图。可覆盖的原生组件同cover-view,支持嵌套在cover-view里。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/cover-image.html)
diff --git a/docs/components/viewContainer/match-media.md b/docs/components/viewContainer/match-media.md
index 197d0aae2770..c0d01532ee6d 100644
--- a/docs/components/viewContainer/match-media.md
+++ b/docs/components/viewContainer/match-media.md
@@ -6,7 +6,7 @@ sidebar_label: MatchMedia
media query 匹配检测节点。可以指定一组 media query 规则,满足时,这个节点才会被展示。
通过这个节点可以实现“页面宽高在某个范围时才展示某个区域”这样的效果。
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/match-media.html)
@@ -75,12 +75,12 @@ class App extends Components {
### API 支持度
-| API | 微信小程序 | 支付宝小程序 | H5 | React Native | Harmony |
-| :---: | :---: | :---: | :---: | :---: | :---: |
-| MatchMediaProps.minWidth | ✔️ | ✔️ | | | |
-| MatchMediaProps.maxWidth | ✔️ | ✔️ | | | |
-| MatchMediaProps.width | ✔️ | ✔️ | | | |
-| MatchMediaProps.minHeight | ✔️ | ✔️ | | | |
-| MatchMediaProps.maxHeight | ✔️ | ✔️ | | | |
-| MatchMediaProps.height | ✔️ | ✔️ | | | |
-| MatchMediaProps.orientation | ✔️ | ✔️ | | | |
+| API | 微信小程序 | 支付宝小程序 | 京东小程序 | H5 | React Native | Harmony |
+| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
+| MatchMediaProps.minWidth | ✔️ | ✔️ | ✔️ | | | |
+| MatchMediaProps.maxWidth | ✔️ | ✔️ | ✔️ | | | |
+| MatchMediaProps.width | ✔️ | ✔️ | ✔️ | | | |
+| MatchMediaProps.minHeight | ✔️ | ✔️ | ✔️ | | | |
+| MatchMediaProps.maxHeight | ✔️ | ✔️ | ✔️ | | | |
+| MatchMediaProps.height | ✔️ | ✔️ | ✔️ | | | |
+| MatchMediaProps.orientation | ✔️ | ✔️ | ✔️ | | | |
diff --git a/docs/components/viewContainer/page-container.md b/docs/components/viewContainer/page-container.md
index cedfa098d919..bda4efb990a5 100644
--- a/docs/components/viewContainer/page-container.md
+++ b/docs/components/viewContainer/page-container.md
@@ -12,7 +12,7 @@ Bug & Tip
1. tip: 当前页面最多只有 1 个容器,若已存在容器的情况下,无法增加新的容器
2. tip: wx.navigateBack 无法在页面栈顶调用,此时没有上一级页面
-支持情况:
+支持情况:
> [参考文档](https://developers.weixin.qq.com/miniprogram/dev/component/page-container.html)
@@ -47,26 +47,26 @@ ComponentType
+支持情况:
## 类型
diff --git a/docs/components/viewContainer/swiper-item.md b/docs/components/viewContainer/swiper-item.md
index 34e2745654fd..ccc584415f78 100644
--- a/docs/components/viewContainer/swiper-item.md
+++ b/docs/components/viewContainer/swiper-item.md
@@ -94,6 +94,6 @@ class App extends Component {
| API | 微信小程序 | 百度小程序 | 抖音小程序 | 京东小程序 | H5 | React Native | Harmony | Harmony hybrid |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| SwiperItemProps.itemId | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
+| SwiperItemProps.itemId | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| SwiperItemProps.skipHiddenItemLayout | ✔️ | | | | | | | |
| SwiperItemProps.deep | | | | | ✔️ | | | |
diff --git a/docs/components/viewContainer/swiper.md b/docs/components/viewContainer/swiper.md
index 8a06de76b7f4..cb4a4fd6dcd3 100755
--- a/docs/components/viewContainer/swiper.md
+++ b/docs/components/viewContainer/swiper.md
@@ -115,27 +115,41 @@ class App extends Component {
| adjustHeight | "first" or "current" or "highest" or "none" | | 否 | 自动以指定滑块的高度为整个容器的高度。当 vertical 为 true 时,默认不调整。可选值为: |
| adjustVerticalHeight | `string` | | 否 | vertical 为 true 时强制使 adjust-height 生效。 |
| disableTouchmove | `string` | `false` | 否 | 是否停止响应用户 touchmove 操作 |
-| scrollWithAnimation | `boolean` | `true` | 否 | 改变 current 时使用动画过渡 |
-| cacheExtent | `number` | `0` | 否 | 缓存区域大小,值为 1 表示提前渲染上下各一屏区域(swiper 容器大小) |
+| effectsProps | `Record> = DistributiveOmit
& SlimProps & JSX.DirectiveAttributes & JSX.CustomAttributes