1.Rename vscode-omi to omi-vscode.

2.omiu - icon.md fix 'color' type description.
This commit is contained in:
ZainChen 2019-03-05 14:14:36 +08:00
parent 08ad4a8faa
commit fa79db077d
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ English | [简体中文](./README.md) | [한국어](./README.KR.md)
| [omi-devtools](https://github.com/f/omi-devtools)| Browser DevTools extension |
| [omi-cli](https://github.com/Tencent/omi/tree/master/packages/omi-cli)| Project scaffolding |
| [omi-swiper](https://github.com/loo41/Omi-Swiper)| Omi + Swiper |
| [omi-vscode](https://github.com/ZainChen/vscode-omi)| Vscode extension for omi, [Install now!](https://marketplace.visualstudio.com/items?itemName=ZainChen.omi) |
| [omi-vscode](https://github.com/ZainChen/omi-vscode)| Vscode extension for omi, [Install now!](https://marketplace.visualstudio.com/items?itemName=ZainChen.omi) |
| [omi-ex](https://github.com/Tencent/omi/tree/master/packages/omi-ex)| Omi.js extension(TypeScript) |
| [omi-transform](https://github.com/Tencent/omi/tree/master/packages/omi-transform)|Omi / [css3transform](https://tencent.github.io/omi/packages/omi-transform/css3transform/) integration. Made css3 transform super easy in your Omi project.|
| [omi-tap](https://github.com/Tencent/omi/releases/tag/v4.0.24)| Native tap event support(omi v4.0.24+|

View File

@ -25,7 +25,7 @@
| [omi-html](https://github.com/Tencent/omi/tree/master/packages/omi-html)| Using [htm](https://github.com/developit/htm) in omi.|
| [omi-30-seconds](https://github.com/Tencent/omi/tree/master/packages/omi-30-seconds)| 30 秒理解一段有用的 Omi 代码片段.|
| [omi-swiper](https://github.com/loo41/Omi-Swiper)| Omi + Swiper |
| [omi-vscode](https://github.com/ZainChen/vscode-omi)| Vscode extension for omi, [Install now!](https://marketplace.visualstudio.com/items?itemName=ZainChen.omi) |
| [omi-vscode](https://github.com/ZainChen/omi-vscode)| Vscode extension for omi, [Install now!](https://marketplace.visualstudio.com/items?itemName=ZainChen.omi) |
| [omi-sprite](https://github.com/Tencent/omi/tree/master/packages/omi-sprite)| Web Components, JSX 和 Canvas 的完美融合|
| [omi-canvas](https://github.com/Tencent/omi/tree/master/packages/omi-canvas)| Web Components, JSX 和 Canvas 的完美融合|
| [omi-router ](https://github.com/Tencent/omi/tree/master/packages/omi-router) |Omi 官方路由,超级小的尺寸,只有 1KB 的 js。[→ DEMO](https://tencent.github.io/omi/packages/omi-router/examples/spa/build/)|

View File

@ -31,7 +31,7 @@ It can also support multiple paths:
| paths | json array |-- | pass in paths, path does not need to pass in |
| path | string| -- ||
| scale | number | 2 | |
| color | bool| black ||
| color | string| black ||
| rotate | bool| false ||
| isFill | bool| false |deprecated|
| type | string| -- |deprecated|

View File

@ -31,7 +31,7 @@ SVG 制作的 Icon.
| paths | json array |-- | 传入 paths path 不用传入 |
| path | string|-- ||
| scale | number | 2 | |
| color | bool| black ||
| color | string| black ||
| rotate | bool| false ||
| isFill | bool| false |不推荐,建议用 path|
| type | string| -- | 不推荐,建议用 path |