Skip to content

Commit 52ad14a

Browse files
author
AxT-Team Bot
committed
chore: refresh badges and metadata
1 parent db7cf5b commit 52ad14a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# uapi-sdk-typescript
22

3-
![Banner](./banner.png)
3+
![Banner](https://raw.githubusercontent.com/AxT-Team/uapi-sdk-typescript/main/banner.png)
44

55
[![Node.js](https://img.shields.io/badge/Node.js-18+-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org/)
66
[![Docs](https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square)](https://uapis.cn/)
7+
[![npm](https://img.shields.io/npm/v/uapi-sdk-typescript?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/uapi-sdk-typescript)
78

89
> [!NOTE]
910
> 所有接口的 Node.js (TypeScript) 示例都可以在 [UApi](https://uapis.cn/docs/introduction) 的接口文档页面,向下滚动至 **快速启动** 区块后直接复制。
@@ -64,3 +65,4 @@ HTTP 封装基于 Axios,默认 15 秒超时并自动携带 `Authorization` 头
6465
## 文档
6566

6667
访问 [UApi文档首页](https://uapis.cn/docs/introduction) 并选择任意接口,向下滚动到 **快速启动** 区块即可看到最新的 TypeScript 示例代码。
68+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uapi-sdk-typescript",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)