@base-web-kits/base-tools-web 1.1.5 → 1.1.8

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 CHANGED
@@ -10,7 +10,7 @@ Web前端团队常用工具库,包含`ts`、`web`、`react`、`vue`、`uni`模
10
10
 
11
11
  ### 安装
12
12
 
13
- - 按需安装即可,模块之间不相互依赖
13
+ - 按需安装即可
14
14
  - 非ts环境和普通h5也能使用,因为所有函数已编译为es5
15
15
 
16
16
  ```js
@@ -20,14 +20,14 @@ npm i @base-web-kits/base-tools-ts
20
20
  // Web 模块
21
21
  npm i @base-web-kits/base-tools-web
22
22
 
23
+ // Uni 模块
24
+ npm i @base-web-kits/base-tools-uni
25
+
23
26
  // React 模块
24
27
  npm i @base-web-kits/base-tools-react
25
28
 
26
29
  // Vue 模块
27
30
  npm i @base-web-kits/base-tools-vue
28
-
29
- // Uni 模块
30
- npm i @base-web-kits/base-tools-uni
31
31
  ```
32
32
 
33
33
  ### 使用