zs_library 0.4.0 → 0.4.1

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 +14 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # zs_library
2
-
3
- [![NPM version](https://img.shields.io/npm/v/zs_library.svg?style=flat)](https://npmjs.org/package/zs_library)
4
- [![NPM downloads](http://img.shields.io/npm/dm/zs_library.svg?style=flat)](https://npmjs.org/package/zs_library)
5
-
6
- 个人业务组件库 React
7
-
8
- ## 编码规范
9
-
10
- 参考 [Angular coding style guide](https://angular.dev/style-guide#file-structure-conventions)
11
-
12
- ## LICENSE
13
-
14
- MIT
1
+ # zs_library
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/zs_library.svg?style=flat)](https://npmjs.org/package/zs_library)
4
+ [![NPM downloads](http://img.shields.io/npm/dm/zs_library.svg?style=flat)](https://npmjs.org/package/zs_library)
5
+
6
+ 个人业务组件库 React
7
+
8
+ ## 编码规范
9
+
10
+ 参考 [Angular coding style guide](https://angular.dev/style-guide#file-structure-conventions)
11
+
12
+ ## LICENSE
13
+
14
+ MIT
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zs_library",
3
- "version": "0.4.0",
4
- "homepage": "https://zs-library.vercel.app",
3
+ "version": "0.4.1",
4
+ "homepage": "https://zs-library.virs.xyz/",
5
5
  "bugs": {
6
6
  "url": "https://github.com/virzs/zs_library/issues"
7
7
  },