Skip to content

Commit b5c7c07

Browse files
committed
doc: Update README.md
1 parent f049598 commit b5c7c07

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Split 面板分割
22
===
33

4-
[![Build & Deploy](https://github.com/uiwjs/react-split/workflows/Build%20&%20Deploy/badge.svg)](https://github.com/uiwjs/react-split/actions)
5-
[![Issues](https://img.shields.io/github/issues/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/issues)
6-
[![Forks](https://img.shields.io/github/forks/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/network)
7-
[![Stars](https://img.shields.io/github/stars/uiwjs/react-split.svg)](https://github.com/uiwjs/react-split/stargazers)
8-
[![Release](https://img.shields.io/github/release/uiwjs/react-split)](https://github.com/uiwjs/react-split/releases)
4+
[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-split.svg?style=flat)](https://www.npmjs.com/package/@uiw/react-split)
5+
[![Build & Deploy](https://github.com/uiwjs/react-split/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/react-split/actions/workflows/ci.yml)
6+
[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-split/file/README.md)
97
[![npm version](https://img.shields.io/npm/v/@uiw/react-split.svg)](https://www.npmjs.com/package/@uiw/react-split)
10-
[![open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-split/file/README.md)
8+
[![Coverage Status](https://uiwjs.github.io/react-split/badges.svg)](https://uiwjs.github.io/react-split/coverage/lcov-report/)
119

1210
可将一块内容,分割为可以拖拽调整宽度或高度的区域。
1311

@@ -406,7 +404,6 @@ const Demo = () => (
406404
ReactDOM.render(<Demo />, _mount_);
407405
```
408406

409-
410407
## Props
411408

412409
```ts
@@ -465,3 +462,17 @@ npm run released
465462

466463
The build is minified and the filenames include the hashes.
467464
Your app is ready to be deployed!
465+
466+
## Contributors
467+
468+
As always, thanks to our amazing contributors!
469+
470+
<a href="https://github.com/uiwjs/react-split/graphs/contributors">
471+
<img src="https://uiwjs.github.io/react-split/CONTRIBUTORS.svg" />
472+
</a>
473+
474+
Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
475+
476+
### License
477+
478+
Licensed under the MIT License.

0 commit comments

Comments
 (0)