@zykj2024/much-library 1.1.4-beta.3 → 1.1.4

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.
@@ -66,8 +66,6 @@ export default (function () {
66
66
  }, 1000);
67
67
  });
68
68
  };
69
-
70
- // TODO: 测试
71
69
  return /*#__PURE__*/_jsx(McContainer, {
72
70
  height: "100%",
73
71
  immediateQuery: false,
@@ -3,7 +3,7 @@ var _templateObject;
3
3
  // @ts-nocheck
4
4
  import { createGlobalStyle } from 'antd-style';
5
5
 
6
- // 后续如果需要精确控制字体粗细时再加上那个
6
+ // 后续如果需要精确控制字体粗细时再加上
7
7
  // @font-face {
8
8
  // font-family: 'SourceHanSansCN';
9
9
  // src: url(${(props) => props.font.Medium});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykj2024/much-library",
3
- "version": "1.1.4-beta.3",
3
+ "version": "1.1.4",
4
4
  "description": "react library",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",