Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
58liuyang committed May 6, 2024
2 parents 48fe07a + dfd4131 commit dfd362d
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/taro-components/types/GridBuilder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interface GridBuilderProps extends StandardProps {
}

/**
* 网格构造器,仅支持作为 <scroll-view type="custom"> 模式的直接子节点,仅 Skyline 支持。
* 网格构造器,仅支持作为 `<scroll-view type="custom">` 模式的直接子节点,仅 Skyline 支持。
* @classification skyline
* @supported weapp
* @see https://developers.weixin.qq.com/miniprogram/dev/component/grid-builder.html
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components/types/ListBuilder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface ListBuilderProps extends StandardProps {
}

/**
* 列表构造器,仅支持作为 <scroll-view type="custom"> 模式的直接子节点,仅 Skyline 支持。
* 列表构造器,仅支持作为 `<scroll-view type="custom">` 模式的直接子节点,仅 Skyline 支持。
* @classification skyline
* @supported weapp
* @see https://developers.weixin.qq.com/miniprogram/dev/component/list-builder.html
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components/types/NestedScrollBody.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface NestedScrollBodyProps extends StandardProps {}

/**
* 嵌套 scroll-view 场景中属于里层 scroll-view 的节点,
* 仅支持作为 <scroll-view type="nested"> 模式的直接子节点。
* 仅支持作为 `<scroll-view type="nested">` 模式的直接子节点。
* 不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
* @classification skyline
* @supported weapp
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components/types/NestedScrollHeader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface NestedScrollHeaderProps extends StandardProps {}

/**
* 嵌套 scroll-view 场景中属于外层 scroll-view 的节点,
* 仅支持作为 <scroll-view type="nested"> 模式的直接子节点。
* 仅支持作为 `<scroll-view type="nested">` 模式的直接子节点。
* 不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
* @classification skyline
* @supported weapp
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-components/types/OpenContainer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ interface OpenContainerProps extends StandardProps {

/**
* 容器转场动画组件
* 点击 <open-container> 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
* 下个页面从 <open-container> 所在位置大小渐显放大,同时 <open-container> 内容渐隐,过渡效果包含背景色、圆角和阴影。
* 源页面 <open-container> 为 closed 状态,转场动画后为 open 状态。
* 点击 OpenContainer 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
* 下个页面从 OpenContainer 所在位置大小渐显放大,同时 OpenContainer 内容渐隐,过渡效果包含背景色、圆角和阴影。
* 源页面 OpenContainer 为 closed 状态,转场动画后为 open 状态。
* @classification skyline
* @supported weapp
* @see https://developers.weixin.qq.com/miniprogram/dev/component/open-container.html
Expand Down
Loading

0 comments on commit dfd362d

Please sign in to comment.