react-tech-ui 1.0.6 → 1.0.7

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -943,3 +943,7 @@ Fanglikai
943
943
 
944
944
  - qq:854428201@qq.com
945
945
  - 微信:15057058856
946
+
947
+ ## 文档
948
+
949
+ [在线文档 https://fanglikai.github.io/react-ui-component-library/](https://fanglikai.github.io/react-ui-component-library/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-tech-ui",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "科技风格React UI组件库,支持大屏页面使用",
5
5
  "main": "dist/index/index.cjs",
6
6
  "module": "dist/index/index.js",