Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
思忠 committed Jul 16, 2020
1 parent 703b0d3 commit 931c29b
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 11 deletions.
45 changes: 42 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,48 @@ npm i ahooks --save
import { useRequest } from 'ahooks';
```

## 🖥 Development
## Core Team

<table>
<tbody>
<tr>
<td align="center">
<a target="_blank" href="https://github.com/alibaba/ice">
<img
width="32"
src="https://img.alicdn.com/tfs/TB1Jd.tb79l0K4jSZFKXXXFjpXa-482-264.png"
/>
<br>
<strong>ice</strong>
</a>
</td>
<td align="center">
<a target="_blank" href="https://github.com/umijs/umi">
<img
width="32"
style="vertical-align: -0.32em; margin-right: 8px;"
src="https://img.alicdn.com/tfs/TB1fhqaLAT2gK0jSZFkXXcIQFXa-132-130.png"
/>
<br>
<strong>umi</strong>
</a>
</td>
<td align="center">
<a target="_blank" href="https://www.alisports.com/">
<img
width="32"
style="vertical-align: -0.32em; margin-right: 8px;"
src="https://gw.alicdn.com/tfs/TB13XKjLuL2gK0jSZFmXXc7iXXa-205-59.png"
/>
<br>
<strong>Alisports</strong>
</a>
</td>
</tr>
</tbody>
</table>

## 🤝 Contributing

```
$ git clone git@github.com:alibaba/hooks.git
Expand All @@ -40,8 +81,6 @@ $ npm start
```
Open your browser and visit http://127.0.0.1:8001 , see more at Development.

## 🤝 Contributing

We welcome all contributions, please read our [CONTRIBUTING.MD](https://github.com/alibaba/hooks/blob/master/CONTRIBUTING.MD) first, let's build a better hooks library together.

## 👥 Discuss
Expand Down
47 changes: 43 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,48 @@ npm i ahooks --save
import { useRequest } from 'ahooks';
```

## 🖥 开发
## 开发团队

<table>
<tbody>
<tr>
<td align="center">
<a target="_blank" href="https://github.com/alibaba/ice">
<img
width="32"
src="https://img.alicdn.com/tfs/TB1Jd.tb79l0K4jSZFKXXXFjpXa-482-264.png"
/>
<br>
<strong>icejs</strong>
</a>
</td>
<td align="center">
<a target="_blank" href="https://github.com/umijs/umi">
<img
width="32"
style="vertical-align: -0.32em; margin-right: 8px;"
src="https://img.alicdn.com/tfs/TB1fhqaLAT2gK0jSZFkXXcIQFXa-132-130.png"
/>
<br>
<strong>UmiJS</strong>
</a>
</td>
<td align="center">
<a target="_blank" href="https://www.alisports.com/">
<img
width="32"
style="vertical-align: -0.32em; margin-right: 8px;"
src="https://gw.alicdn.com/tfs/TB13XKjLuL2gK0jSZFmXXc7iXXa-205-59.png"
/>
<br>
<strong>阿里体育</strong>
</a>
</td>
</tr>
</tbody>
</table>

## 🤝 参与贡献

```
$ git clone git@github.com:alibaba/hooks.git
Expand All @@ -40,11 +81,9 @@ $ npm start
```
打开浏览器访问 http://127.0.0.1:8001

## 🤝 贡献

我们欢迎所有人参与共建,请参考[CONTRIBUTING.MD](https://github.com/alibaba/hooks/blob/master/CONTRIBUTING.MD)

## 👥 讨论
## 👥 交流讨论

<img src="https://raw.githubusercontent.com/umijs/hooks/master/dingtalk.jpg" width="300" />

Expand Down
6 changes: 3 additions & 3 deletions docs/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm i ahooks --save
import { useRequest } from 'ahooks';
```
## Who is using ahooks
## Core Team
<table>
<tbody>
Expand All @@ -41,7 +41,7 @@ import { useRequest } from 'ahooks';
src="https://img.alicdn.com/tfs/TB1Jd.tb79l0K4jSZFKXXXFjpXa-482-264.png"
/>
<br>
<strong>icejs</strong>
<strong>ice</strong>
</a>
</td>
<td align="center">
Expand All @@ -52,7 +52,7 @@ import { useRequest } from 'ahooks';
src="https://img.alicdn.com/tfs/TB1fhqaLAT2gK0jSZFkXXcIQFXa-132-130.png"
/>
<br>
<strong>UmiJS</strong>
<strong>umi</strong>
</a>
</td>
<td align="center">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm i ahooks --save
import { useRequest } from 'ahooks';
```
## 谁在使用
## 开发团队
<table>
<tbody>
Expand Down

0 comments on commit 931c29b

Please sign in to comment.