Skip to content

Commit 0a9f05f

Browse files
committed
docs(components): added rendering framework support status
1 parent 8e622c2 commit 0a9f05f

66 files changed

Lines changed: 249 additions & 118 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/components/action-sheet/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ isComponent: true
66
---
77

88

9-
<div style="background: #ecf2fe; display: flex; align-items: center; line-height: 20px; padding: 14px 24px; border-radius: 3px; color: #555a65">
10-
<svg fill="none" viewBox="0 0 16 16" width="16px" height="16px" style="margin-right: 5px">
11-
<path fill="#0052d9" d="M8 15A7 7 0 108 1a7 7 0 000 14zM7.4 4h1.2v1.2H7.4V4zm.1 2.5h1V12h-1V6.5z" fillOpacity="0.9"></path>
12-
</svg>
13-
该组件于 0.9.0 版本上线,请留意版本。
9+
10+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
11+
<div style="border-left: 2px solid #c6c6c6; padding: 0 8px;margin-bottom: 16px">该组件于 0.9.0 版本上线,请留意版本</div>
12+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:WebView</div>
1413
</div>
1514

1615
## 引入

packages/components/avatar/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ spline: data
55
isComponent: true
66
---
77

8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:Skyline、WebView</div>
10+
</div>
11+
812
## 引入
913

1014
全局引入,在 miniprogram 根目录下的`app.json`中配置,局部引入,在需要引入的页面或组件的`index.json`中配置。

packages/components/back-top/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ spline: navigation
55
isComponent: true
66
---
77

8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:Skyline、WebView</div>
10+
</div>
11+
812
## 引入
913

1014
全局引入,在 miniprogram 根目录下的`app.json`中配置,局部引入,在需要引入的页面或组件的`index.json`中配置。

packages/components/badge/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ spline: data
55
isComponent: true
66
---
77

8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:Skyline、WebView</div>
10+
</div>
11+
812
## 引入
913

1014
全局引入,在 miniprogram 根目录下的`app.json`中配置,局部引入,在需要引入的页面或组件的`index.json`中配置。

packages/components/button/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ spline: base
55
isComponent: true
66
---
77

8-
9-
8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:Skyline、WebView</div>
10+
</div>
1011

1112
## 引入
1213

@@ -22,7 +23,7 @@ isComponent: true
2223

2324
<a href="https://developers.weixin.qq.com/s/NSVqRNmh8l5a" title="在开发者工具中预览效果" target="_blank" rel="noopener noreferrer"> 在开发者工具中预览效果 </a>
2425

25-
<blockquote style="background-color: #d9e1ff; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
26+
<blockquote style="background-color: #ecf2fe; font-size: 15px; line-height: 26px;margin: 16px 0 0;padding: 16px; border-radius: 6px; color: #0052d9" >
2627
<p>Tips: 请确保开发者工具为打开状态。导入开发者工具后,依次执行:npm i > 构建npm包 > 勾选 "将JS编译成ES5"</p>
2728
</blockquote>
2829

packages/components/calendar/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ spline: form
55
isComponent: true
66
---
77

8-
<div style="background: #ecf2fe; display: flex; align-items: center; line-height: 20px; padding: 14px 24px; border-radius: 3px; color: #555a65">
9-
<svg fill="none" viewBox="0 0 16 16" width="16px" height="16px" style="margin-right: 5px">
10-
<path fill="#0052d9" d="M8 15A7 7 0 108 1a7 7 0 000 14zM7.4 4h1.2v1.2H7.4V4zm.1 2.5h1V12h-1V6.5z" fillOpacity="0.9"></path>
11-
</svg>
12-
该组件于 0.22.0 版本上线,请留意版本。
8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #c6c6c6; padding: 0 8px;margin-bottom: 16px">该组件于 0.22.0 版本上线,请留意版本</div>
10+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:WebView</div>
1311
</div>
1412

1513
## 引入

packages/components/cascader/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ spline: form
55
isComponent: true
66
---
77

8-
<div style="background: #ecf2fe; display: flex; align-items: center; line-height: 20px; padding: 14px 24px; border-radius: 3px; color: #555a65">
9-
<svg fill="none" viewBox="0 0 16 16" width="16px" height="16px" style="margin-right: 5px">
10-
<path fill="#0052d9" d="M8 15A7 7 0 108 1a7 7 0 000 14zM7.4 4h1.2v1.2H7.4V4zm.1 2.5h1V12h-1V6.5z" fillOpacity="0.9"></path>
11-
</svg>
12-
该组件于 0.23.0 版本上线,请留意版本。
8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #c6c6c6; padding: 0 8px;margin-bottom: 16px">该组件于 0.23.0 版本上线,请留意版本</div>
10+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:WebView</div>
1311
</div>
1412

1513
## 引入

packages/components/cell/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ spline: data
55
isComponent: true
66
---
77

8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:Skyline、WebView</div>
10+
</div>
11+
812
## 引入
913

1014
全局引入,在 miniprogram 根目录下的`app.json`中配置,局部引入,在需要引入的页面或组件的`index.json`中配置。

packages/components/checkbox/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ spline: form
55
isComponent: true
66
---
77

8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:Skyline、WebView</div>
10+
</div>
11+
812
## 引入
913

1014
全局引入,在 miniprogram 根目录下的`app.json`中配置,局部引入,在需要引入的页面或组件的`index.json`中配置。

packages/components/col/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ spline: base
55
isComponent: true
66
---
77

8+
<div style="background: #ecf2fe; padding: 14px 24px; border-radius: 3px; color: #555a65">
9+
<div style="border-left: 2px solid #c6c6c6; padding: 0 8px;margin-bottom: 16px">该组件于 1.1.0 版本上线,请留意版本</div>
10+
<div style="border-left: 2px solid #0052d9; padding: 0 8px">渲染框架支持情况:Skyline、WebView</div>
11+
</div>
12+
813
## 引入
914

1015
全局引入,在 miniprogram 根目录下的`app.json`中配置,局部引入,在需要引入的页面或组件的`index.json`中配置。

0 commit comments

Comments
 (0)