We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42542a9 commit 0aece0aCopy full SHA for 0aece0a
README.md
@@ -13,7 +13,7 @@
13
## Features
14
15
- 🌈 可能是东半球最全的第三方 SDK
16
-- ⭐️ 同时支持 Node.js / 浏览器 / Deno
+- ⭐️ 同时支持 Node.js / 浏览器 / Deno / Bun
17
- 🦾 自带 TypeScript 类型声明
18
19
<details>
@@ -113,6 +113,22 @@ setApiConfig({
113
})
114
```
115
116
+### Bun
117
+
118
+Bun >= 0.5.8
119
120
+```bash
121
+bun i jike-sdk
122
+```
123
124
+```ts
125
+// index.ts
126
+import { setApiConfig } from 'jike-sdk'
127
+setApiConfig({
128
+ // ...
129
+})
130
131
132
### Deno
133
134
```ts
0 commit comments