Skip to content

Commit ccdb4fc

Browse files
committed
docs: add logo
1 parent 840a342 commit ccdb4fc

4 files changed

Lines changed: 34 additions & 3 deletions

File tree

README-zh_CN.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<div align="center">
2-
<h1>react-query-kit</h1>
2+
3+
<br />
4+
<br />
5+
6+
<p align="center">
7+
<a aria-label="NPM version" href="https://quaere-site.vercel.app">
8+
<img alt="" src="./assets/logo.svg" height="40">
9+
</a>
10+
</p>
311

412
<p>🕊️ 一个用于 ReactQuery 的工具包,它能使 ReactQuery 更易复用和类型安全</p>
513

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<div align="center">
2-
<h1>react-query-kit</h1>
2+
3+
<br />
4+
<br />
5+
6+
<p align="center">
7+
<a aria-label="NPM version" href="https://quaere-site.vercel.app">
8+
<img alt="" src="./assets/logo.svg" height="40">
9+
</a>
10+
</p>
311

412
<p>🕊️ A toolkit for ReactQuery that make ReactQuery reusable and typesafe</p>
513

assets/logo.svg

Lines changed: 15 additions & 0 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "🕊️ A toolkit for ReactQuery that make ReactQuery hooks more reusable and typesafe",
55
"author": "liaoliao666",
66
"repository": "liaoliao666/react-query-kit",
7-
"homepage": "https://github.com/liaoliao666/react-query-kit",
7+
"homepage": "https://github.com/liaoliao666/react-query-kit#readme",
88
"types": "build/lib/index.d.ts",
99
"main": "build/lib/index.js",
1010
"module": "build/lib/index.esm.js",

0 commit comments

Comments
 (0)