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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,12 +20,16 @@
20
20
  npm i jz-toolkit
21
21
  ```
22
22
 
23
- ## 官方文档地址 📚 API 文档查阅
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jz-toolkit",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "一个轻量级的JavaScript/TypeScript 工具库",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",