Skip to content

Commit b46f9f0

Browse files
committed
chore: update readme
1 parent aa4097d commit b46f9f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ import { setApiConfig } from 'jike-sdk'
130130
```ts
131131
import { ApiClient, api, setAccessToken, setApiConfig } from 'jike-sdk'
132132

133+
// 自行在 GitHub 搜索「jike endpoint」探索配置
133134
const apiConfig = {
134135
endpointId: 'jike',
135136
endpointUrl: '<jike-endpoint-url>', // 请自行替换
@@ -150,6 +151,14 @@ const client = ApiClient(apiConfig)
150151
client.users.profile()
151152
```
152153

154+
## Sponsors
155+
156+
<p align="center">
157+
<a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
158+
<img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/>
159+
</a>
160+
</p>
161+
153162
## License
154163

155164
[AGPL-3.0](./LICENSE) License © 2021-PRESENT [三咲智子](https://github.com/sxzz)

0 commit comments

Comments
 (0)