Skip to content

Commit 661b23b

Browse files
committed
style: uodate readme
1 parent 1642a5e commit 661b23b

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
[ahooks](https://ahooks.js.org/) Vue realize.
1010

11-
<h1>Vue-hooks-plus</h1>
11+
<h1 style="background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff); background-clip: text;
12+
-webkit-background-clip: text;-webkit-text-fill-color: transparent;">Vue-hooks-plus</h1>
1213

1314
English | [简体中文](https://github.com/InhiblabCore/vue-hooks-plus/tree/master/README.zh-CN.md)
1415

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
[ahooks](https://ahooks.js.org/zh-CN/) Vue 的实现.
1010

11-
<h1>Vue-hooks-plus</h1>
11+
<h1 style="background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff); background-clip: text;
12+
-webkit-background-clip: text;-webkit-text-fill-color: transparent;">Vue-hooks-plus</h1>
1213

1314
[English](https://github.com/InhiblabCore/vue-hooks-plus/tree/master/README.md) | 简体中文
1415
</div>

packages/hooks/README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
11
<p align="center">
2-
<a href="https://ahooks.js.org">
3-
<img width="200" src="https://ahooks.js.org/logo.svg">
2+
<a href="http://43.138.187.142:9000/vue-hooks-plus/docs/">
3+
<img width="216" src="http://43.138.187.142:9000/assets/vue-hooks-plus/logo@2x.png">
44
</a>
55
</p>
66

77
<div align="center">
88

9-
[ahooks](https://ahooks.js.org/zh-CN/) Vue 的实现.
9+
[ahooks](https://ahooks.js.org/) Vue realize.
1010

11-
<h1>Vue-hooks-plus</h1>
11+
<h1 style="background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff); background-clip: text;
12+
-webkit-background-clip: text;-webkit-text-fill-color: transparent;">Vue-hooks-plus</h1>
13+
14+
English | [简体中文](https://github.com/InhiblabCore/vue-hooks-plus/tree/master/README.zh-CN.md)
1215

1316
</div>
1417

15-
## 📚 文档 (Documentation)
18+
## 📚 Documentation
1619

17-
[docs📒](http://43.138.187.142:9000/vue-hooks-plus/docs/)
20+
[Live](http://43.138.187.142:9000/vue-hooks-plus/docs/)
1821

19-
## 特性(Features
22+
## ✨ Features
2023

21-
- 易学易用 (Easy to learn and use
22-
- 支持 SSR (Supports SSR
23-
- 丰富的 Hooks (Contains a comprehensive collection of basic Hooks)
24-
- 覆盖大部分业务场景 (A wide range of application scenarios
25-
- 使用 TypeScript 构建,提供完整的类型定义文件 (Written in TypeScript with predictable static types
24+
- Easy to learn and use
25+
- Supports SSR
26+
- Contains a comprehensive collection of basic Hooks
27+
- A wide range of application scenarios
28+
- Written in TypeScript with predictable static types
2629

27-
## 📦 安装 (Install)
30+
## 📦 Install
2831

2932
```
3033
$ npm install --save vue-hooks-plus
3134
# or
3235
$ yarn add vue-hooks-plus
3336
```
3437

35-
## 🔨 使用 (Usage)
38+
## 🔨 Usage
3639

3740
```typescript
3841
import { useRequest } from 'vue-hooks-plus'

0 commit comments

Comments
 (0)