jz-toolkit 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,12 +20,16 @@
|
|
|
20
20
|
npm i jz-toolkit
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
## 官方文档地址
|
|
23
|
+
## 官方文档地址 - 更多Api在文档查阅
|
|
24
24
|
|
|
25
25
|
http://172.81.245.148:8098/api/utils.html
|
|
26
26
|
|
|
27
27
|
## 快速开始
|
|
28
28
|
|
|
29
|
+
## 聊天群
|
|
30
|
+
|
|
31
|
+
<img src="./assets/2871763863632_.pic.jpg" alt="聊天群" width="200">
|
|
32
|
+
|
|
29
33
|
### 完整导入
|
|
30
34
|
|
|
31
35
|
```typescript
|