bhd-components 0.9.2 → 0.9.3

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 (87) hide show
  1. package/README.md +1 -1
  2. package/dist/index.esm.es5.development.css +454 -363
  3. package/dist/index.esm.es5.development.js +333 -325
  4. package/dist/index.esm.es5.production.css +1 -1
  5. package/dist/index.esm.es5.production.js +1 -1
  6. package/dist/vendor.esm.es5.development.css +119 -0
  7. package/dist/{a5565b8a.esm.es5.development.js → vendor.esm.es5.development.js} +8472 -7204
  8. package/dist/vendor.esm.es5.production.css +11 -0
  9. package/dist/vendor.esm.es5.production.js +485 -0
  10. package/es2017/bhdAppLayout/components/BhdTableSimple/index.js +1 -1
  11. package/es2017/bhdAppLayout/components/BhdTableSimple/index/347/232/204/345/211/257/346/234/254.js +2 -2
  12. package/es2017/bhdAppLayout/index.js +16 -16
  13. package/es2017/bhdDatePicker/index.d.ts +1 -2
  14. package/es2017/bhdDatePicker/index.js +253 -256
  15. package/es2017/bhdDatePicker/index.module.less +120 -8
  16. package/es2017/bhdSelect/index.js +4 -4
  17. package/es2017/bhdTipModal/index.js +6 -6
  18. package/es2017/customerService/contactsList.d.ts +2 -2
  19. package/es2017/customerService/contactsList.js +2 -2
  20. package/es2017/customerService/function.js +2 -1
  21. package/es2017/customerService/historyFun.d.ts +2 -2
  22. package/es2017/customerService/historyFun.js +2 -2
  23. package/es2017/customerService/index.d.ts +2 -2
  24. package/es2017/customerService/index.js +5 -5
  25. package/es2017/customerService/js-screen-shot/lib/common-methods/GetCanvasImgData.js +1 -1
  26. package/es2017/customerService/js-screen-shot/lib/common-methods/SaveBorderArrInfo.js +1 -1
  27. package/es2017/customerService/js-screen-shot/lib/common-methods/SaveCanvasToBase64.js +3 -2
  28. package/es2017/customerService/js-screen-shot/lib/common-methods/SaveCanvasToImage.js +2 -1
  29. package/es2017/customerService/js-screen-shot/lib/common-methods/ZoomCutOutBoxPosition.d.ts +3 -3
  30. package/es2017/customerService/js-screen-shot/lib/main-entrance/CreateDom.js +4 -3
  31. package/es2017/customerService/js-screen-shot/lib/main-entrance/InitData.js +2 -2
  32. package/es2017/customerService/js-screen-shot/lib/split-methods/DrawCutOutBox.js +6 -5
  33. package/es2017/customerService/js-screen-shot/lib/split-methods/SetPlugInParameters.js +15 -14
  34. package/es2017/customerService/js-screen-shot/lib/split-methods/ToolClickEvent.js +1 -1
  35. package/es2017/customerService/js-screen-shot/lib/split-methods/drawCrossImg.js +2 -1
  36. package/es2017/customerService/js-screen-shot/main.js +38 -35
  37. package/es2017/customerService/screenshotTool.d.ts +2 -2
  38. package/es2017/customerService/screenshotTool.js +2 -2
  39. package/es2017/customerService/teacherList.d.ts +2 -2
  40. package/es2017/customerService/teacherList.js +2 -2
  41. package/es2017/i18n/en_US.js +4 -1
  42. package/es2017/i18n/zh_CN.js +4 -1
  43. package/es2017/icons/index.js +2 -2
  44. package/es2017/index.js +14 -14
  45. package/es2017/provider/index.js +2 -2
  46. package/es2017/table/index.js +4 -4
  47. package/es2017/tableSelect/index.js +3 -3
  48. package/es2017/textTootip/index.js +1 -1
  49. package/es2017/titleBar/index.js +3 -3
  50. package/es2017/viewImage/index.js +13 -13
  51. package/esm/bhdAppLayout/index.js +15 -15
  52. package/esm/bhdDatePicker/index.d.ts +1 -2
  53. package/esm/bhdDatePicker/index.js +254 -257
  54. package/esm/bhdDatePicker/index.module.less +120 -8
  55. package/esm/bhdSelect/index.js +1 -1
  56. package/esm/bhdTipModal/index.js +1 -1
  57. package/esm/customerService/contactsList.d.ts +2 -2
  58. package/esm/customerService/contactsList.js +1 -1
  59. package/esm/customerService/function.js +2 -1
  60. package/esm/customerService/historyFun.d.ts +2 -2
  61. package/esm/customerService/historyFun.js +1 -1
  62. package/esm/customerService/index.d.ts +2 -2
  63. package/esm/customerService/index.js +1 -1
  64. package/esm/customerService/js-screen-shot/lib/common-methods/SaveCanvasToBase64.js +3 -2
  65. package/esm/customerService/js-screen-shot/lib/common-methods/SaveCanvasToImage.js +2 -1
  66. package/esm/customerService/js-screen-shot/lib/common-methods/ZoomCutOutBoxPosition.d.ts +3 -3
  67. package/esm/customerService/js-screen-shot/lib/main-entrance/CreateDom.js +4 -3
  68. package/esm/customerService/js-screen-shot/lib/split-methods/DrawCutOutBox.js +5 -4
  69. package/esm/customerService/js-screen-shot/lib/split-methods/SetPlugInParameters.js +15 -14
  70. package/esm/customerService/js-screen-shot/lib/split-methods/drawCrossImg.js +2 -1
  71. package/esm/customerService/js-screen-shot/main.js +31 -28
  72. package/esm/customerService/screenshotTool.d.ts +2 -2
  73. package/esm/customerService/screenshotTool.js +1 -1
  74. package/esm/customerService/teacherList.d.ts +2 -2
  75. package/esm/customerService/teacherList.js +1 -1
  76. package/esm/i18n/en_US.js +4 -1
  77. package/esm/i18n/zh_CN.js +4 -1
  78. package/esm/icons/index.js +1 -1
  79. package/esm/index.js +14 -14
  80. package/esm/tableSelect/index.js +1 -1
  81. package/esm/viewImage/index.js +3 -3
  82. package/package.json +1 -1
  83. package/dist/deb6cc9b.esm.es5.production.js +0 -485
  84. package/dist/vendor.esm.es5.development.esm.es5.development.css +0 -119
  85. package/dist/vendor.esm.es5.production.esm.es5.production.css +0 -11
  86. package/es2017/customerService/screenShotPlugin.esm.js +0 -6515
  87. package/esm/customerService/screenShotPlugin.esm.js +0 -6516
@@ -37,6 +37,7 @@ var ScreenShot = /*#__PURE__*/ function() {
37
37
  function ScreenShot(options) {
38
38
  var _this = this;
39
39
  _class_call_check(this, ScreenShot);
40
+ var _options, _options1, _options2, _options3;
40
41
  // 当前实例的响应式data数据
41
42
  _define_property(this, "data", void 0);
42
43
  // video容器用于存放屏幕MediaStream流
@@ -512,14 +513,14 @@ var ScreenShot = /*#__PURE__*/ function() {
512
513
  // 获取截图区域canvas容器(获取的同时也会为InitData中的全局变量赋值)
513
514
  this.setGlobalParameter();
514
515
  // 修改截图容器可滚动状态
515
- this.data.setNoScrollStatus(options === null || options === void 0 ? void 0 : options.noScroll);
516
+ this.data.setNoScrollStatus((_options = options) === null || _options === void 0 ? void 0 : _options.noScroll);
516
517
  // 加载截图组件
517
- this.load(options === null || options === void 0 ? void 0 : options.triggerCallback, options === null || options === void 0 ? void 0 : options.cancelCallback);
518
+ this.load((_options1 = options) === null || _options1 === void 0 ? void 0 : _options1.triggerCallback, (_options2 = options) === null || _options2 === void 0 ? void 0 : _options2.cancelCallback);
518
519
  if (this.toolController == null || this.screenShotContainer == null || this.textInputController == null) {
519
520
  return;
520
521
  }
521
522
  // 截图组件加载完毕后,对层级进行调整
522
- this.adjustContainerLevels((options === null || options === void 0 ? void 0 : options.level) ? options.level : 0);
523
+ this.adjustContainerLevels(((_options3 = options) === null || _options3 === void 0 ? void 0 : _options3.level) ? options.level : 0);
523
524
  // 创建键盘事件监听
524
525
  this.keyboardEventHandle = new KeyboardEventHandle(this.screenShotContainer, this.toolController);
525
526
  // 给输入容器设置快捷键监听
@@ -675,6 +676,16 @@ var ScreenShot = /*#__PURE__*/ function() {
675
676
  // 将body内容绘制到图片容器里
676
677
  imgContext.putImageData(bodyImgData, 0, 0);
677
678
  } else {
679
+ var // console.log("对视频容器的内容进行裁剪", {
680
+ // wrcImgPosition: this.wrcImgPosition,
681
+ // containerWidth,
682
+ // containerHeight,
683
+ // videoWidth,
684
+ // videoHeight,
685
+ // fixWidth,
686
+ // fixHeight
687
+ // });
688
+ _imgContext;
678
689
  // 对webrtc源提供的图像宽高进行修复
679
690
  var fixWidth = containerWidth;
680
691
  var fixHeight = videoHeight * containerWidth / videoWidth;
@@ -685,16 +696,7 @@ var ScreenShot = /*#__PURE__*/ function() {
685
696
  // 对视频容器的内容进行裁剪
686
697
  fixWidth = _this.wrcImgPosition.w > 0 ? _this.wrcImgPosition.w : fixWidth;
687
698
  fixHeight = _this.wrcImgPosition.h > 0 ? _this.wrcImgPosition.h : fixHeight;
688
- // console.log("对视频容器的内容进行裁剪", {
689
- // wrcImgPosition: this.wrcImgPosition,
690
- // containerWidth,
691
- // containerHeight,
692
- // videoWidth,
693
- // videoHeight,
694
- // fixWidth,
695
- // fixHeight
696
- // });
697
- imgContext === null || imgContext === void 0 ? void 0 : imgContext.drawImage(_this.videoController, _this.wrcImgPosition.x, _this.wrcImgPosition.y, fixWidth, fixHeight);
699
+ (_imgContext = imgContext) === null || _imgContext === void 0 ? void 0 : _imgContext.drawImage(_this.videoController, _this.wrcImgPosition.x, _this.wrcImgPosition.y, fixWidth, fixHeight);
698
700
  // // 要保存的字符串
699
701
  // const stringData = imgContext.canvas.toDataURL("png");
700
702
  // // dada 表示要转换的字符串数据,type 表示要转换的数据格式
@@ -919,27 +921,28 @@ var ScreenShot = /*#__PURE__*/ function() {
919
921
  {
920
922
  key: "setOptionalParameter",
921
923
  value: function setOptionalParameter(options) {
924
+ var _options, _options1, _options2, _options3, _options4, _options5, _options6, _options7, _options8, _options9, _options10, _options11, _options12, _options13, _options14;
922
925
  // 单击截取全屏启用状态,默认为false
923
- if ((options === null || options === void 0 ? void 0 : options.clickCutFullScreen) === true) {
926
+ if (((_options = options) === null || _options === void 0 ? void 0 : _options.clickCutFullScreen) === true) {
924
927
  this.clickCutFullScreen = true;
925
928
  }
926
929
  // 判断调用者是否传了截图进来
927
- if ((options === null || options === void 0 ? void 0 : options.imgSrc) != null) {
930
+ if (((_options1 = options) === null || _options1 === void 0 ? void 0 : _options1.imgSrc) != null) {
928
931
  this.imgSrc = options.imgSrc;
929
932
  }
930
933
  // 是否加载跨域图片
931
- if ((options === null || options === void 0 ? void 0 : options.loadCrossImg) === true) {
934
+ if (((_options2 = options) === null || _options2 === void 0 ? void 0 : _options2.loadCrossImg) === true) {
932
935
  this.loadCrossImg = true;
933
936
  }
934
937
  // 跨域时的代理服务器地址
935
- if (options === null || options === void 0 ? void 0 : options.proxyUrl) {
938
+ if ((_options3 = options) === null || _options3 === void 0 ? void 0 : _options3.proxyUrl) {
936
939
  this.proxyUrl = options.proxyUrl;
937
940
  }
938
- if (options === null || options === void 0 ? void 0 : options.useCORS) {
941
+ if ((_options4 = options) === null || _options4 === void 0 ? void 0 : _options4.useCORS) {
939
942
  this.useCORS = options.useCORS;
940
943
  }
941
944
  // 设置截图容器的位置信息
942
- if ((options === null || options === void 0 ? void 0 : options.position) != null) {
945
+ if (((_options5 = options) === null || _options5 === void 0 ? void 0 : _options5.position) != null) {
943
946
  var _options_position, _options_position1;
944
947
  if (((_options_position = options.position) === null || _options_position === void 0 ? void 0 : _options_position.top) != null) {
945
948
  this.position.top = options.position.top;
@@ -949,30 +952,30 @@ var ScreenShot = /*#__PURE__*/ function() {
949
952
  }
950
953
  }
951
954
  // 截图容器dom
952
- if (options === null || options === void 0 ? void 0 : options.screenShotDom) {
955
+ if ((_options6 = options) === null || _options6 === void 0 ? void 0 : _options6.screenShotDom) {
953
956
  this.screenShotDom = options.screenShotDom;
954
957
  }
955
958
  // webrtc截图等待时间
956
- if (options === null || options === void 0 ? void 0 : options.wrcReplyTime) {
959
+ if ((_options7 = options) === null || _options7 === void 0 ? void 0 : _options7.wrcReplyTime) {
957
960
  this.wrcReplyTime = options.wrcReplyTime;
958
961
  }
959
962
  // 是否初始化裁剪框
960
- if (options === null || options === void 0 ? void 0 : options.cropBoxInfo) {
963
+ if ((_options8 = options) === null || _options8 === void 0 ? void 0 : _options8.cropBoxInfo) {
961
964
  this.cropBoxInfo = options.cropBoxInfo;
962
965
  }
963
966
  // 是否需要更改工具栏的展示位置
964
- if (options === null || options === void 0 ? void 0 : options.toolPosition) {
967
+ if ((_options9 = options) === null || _options9 === void 0 ? void 0 : _options9.toolPosition) {
965
968
  this.placement = options.toolPosition;
966
969
  }
967
970
  // 是否需要对webrtc模式下捕获到的内容进行裁剪
968
- if (options === null || options === void 0 ? void 0 : options.wrcImgPosition) {
971
+ if ((_options10 = options) === null || _options10 === void 0 ? void 0 : _options10.wrcImgPosition) {
969
972
  var _options_wrcImgPosition = options.wrcImgPosition, x = _options_wrcImgPosition.x, y = _options_wrcImgPosition.y;
970
973
  // 坐标需要取负数才能正确的裁剪
971
974
  this.wrcImgPosition.x = Math.abs(x) * -1;
972
975
  this.wrcImgPosition.y = Math.abs(y) * -1;
973
976
  }
974
977
  // 是否隐藏滚动条
975
- if ((options === null || options === void 0 ? void 0 : options.hiddenScrollBar) != null) {
978
+ if (((_options11 = options) === null || _options11 === void 0 ? void 0 : _options11.hiddenScrollBar) != null) {
976
979
  var _options_hiddenScrollBar = options.hiddenScrollBar, state = _options_hiddenScrollBar.state, color = _options_hiddenScrollBar.color, fillWidth = _options_hiddenScrollBar.fillWidth, fillHeight = _options_hiddenScrollBar.fillHeight, fillState = _options_hiddenScrollBar.fillState;
977
980
  this.hiddenScrollBar = {
978
981
  state: state,
@@ -989,13 +992,13 @@ var ScreenShot = /*#__PURE__*/ function() {
989
992
  }
990
993
  }
991
994
  // 是否启用窗口截图模式
992
- if ((options === null || options === void 0 ? void 0 : options.wrcWindowMode) != null) {
995
+ if (((_options12 = options) === null || _options12 === void 0 ? void 0 : _options12.wrcWindowMode) != null) {
993
996
  this.wrcWindowMode = options.wrcWindowMode;
994
997
  }
995
- if ((options === null || options === void 0 ? void 0 : options.curTabState) != null) {
998
+ if (((_options13 = options) === null || _options13 === void 0 ? void 0 : _options13.curTabState) != null) {
996
999
  this.curTabState = options.curTabState;
997
1000
  }
998
- if ((options === null || options === void 0 ? void 0 : options.customRightClickEvent) != null) {
1001
+ if (((_options14 = options) === null || _options14 === void 0 ? void 0 : _options14.customRightClickEvent) != null) {
999
1002
  this.customRightClickEvent = options.customRightClickEvent;
1000
1003
  }
1001
1004
  }
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  import "react-image-crop/dist/ReactCrop.css";
3
3
  interface data {
4
4
  imgBese64: string;
@@ -6,5 +6,5 @@ interface data {
6
6
  saveScreenshotBese64: (bese64: string) => void;
7
7
  cancelScreenshot: () => void;
8
8
  }
9
- declare const ScreenshotTool: import("react").ForwardRefExoticComponent<data & import("react").RefAttributes<unknown>>;
9
+ declare const ScreenshotTool: React.ForwardRefExoticComponent<data & React.RefAttributes<unknown>>;
10
10
  export default ScreenshotTool;
@@ -3,7 +3,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "@ice/jsx-runtime/jsx-runtime";
3
3
  import React, { useState, forwardRef, useEffect } from "react";
4
4
  import ReactCrop, { centerCrop, makeAspectCrop } from "react-image-crop";
5
5
  import { CloseOutlined } from "@ant-design/icons";
6
- import { CustomDuihao } from "../icons/index";
6
+ import { CustomDuihao } from "../icons";
7
7
  import "react-image-crop/dist/ReactCrop.css";
8
8
  import styles from "./index.module.less";
9
9
  var ScreenshotTool = /*#__PURE__*/ forwardRef(function(props, ref) {
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  interface data {
3
3
  type: number;
4
4
  userData: any;
@@ -7,5 +7,5 @@ interface data {
7
7
  onClose: any;
8
8
  enterTeacherChat: any;
9
9
  }
10
- declare const TeacherList: (props: data) => JSX.Element;
10
+ declare const TeacherList: (props: data) => React.JSX.Element;
11
11
  export default TeacherList;
@@ -4,7 +4,7 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "@ice/jsx-runt
4
4
  import React, { useEffect, useState, useRef } from "react";
5
5
  import styles from "./index.module.less";
6
6
  import { Input } from "antd";
7
- import { CustomClose } from "../icons/index";
7
+ import { CustomClose } from "../icons";
8
8
  import { SearchOutlined } from "@ant-design/icons";
9
9
  var TeacherList = function(props) {
10
10
  var type = props.type, userData = props.userData, http = props.http, urllocation = props.urllocation, onClose = props.onClose, enterTeacherChat = props.enterTeacherChat;
package/esm/i18n/en_US.js CHANGED
@@ -3,6 +3,9 @@ var en_US = {
3
3
  清空条件: "Emptying condition",
4
4
  noData: "No Data",
5
5
  "系统繁忙,稍后重试!": "System busy, try again later!",
6
- Load: "Loading..."
6
+ Load: "Loading...",
7
+ 确定: "OK",
8
+ 此刻: "Now",
9
+ 今天: "Today"
7
10
  };
8
11
  export default en_US;
package/esm/i18n/zh_CN.js CHANGED
@@ -3,6 +3,9 @@ var zh_CN = {
3
3
  清空条件: "清空条件",
4
4
  noData: "暂无数据",
5
5
  "系统繁忙,稍后重试!": "系统繁忙,稍后重试!",
6
- Load: "正在加载..."
6
+ Load: "正在加载...",
7
+ 确定: "确定",
8
+ 此刻: "此刻",
9
+ 今天: "今天"
7
10
  };
8
11
  export default zh_CN;
@@ -1,2 +1,2 @@
1
1
  export * from "@ant-design/icons";
2
- export * from "./components/index";
2
+ export * from "./components";
package/esm/index.js CHANGED
@@ -70,19 +70,19 @@ export { default as Watermark } from "antd/es/watermark";
70
70
  export { default as QRCode } from "antd/es/qrcode";
71
71
  export { default as version } from "antd/es/version";
72
72
  export { default as AntdMessage } from "antd/es/message";
73
- /* 自定义修改 */ export { default as Provider } from "./provider/index";
74
- export { default as TextTootip } from "./textTootip/index";
73
+ /* 自定义修改 */ export { default as Provider } from "./provider";
74
+ export { default as TextTootip } from "./textTootip";
75
75
  export { default as zh_CN } from "antd/locale/zh_CN";
76
76
  export { default as en_US } from "antd/locale/en_US";
77
- export { default as Table } from "./table/index"; //改写table逻辑
78
- export { default as BhdTableSimple } from "./bhdAppLayout/components/BhdTableSimple/index"; //改写table逻辑
79
- export { default as message } from "./message/index"; //封装message
80
- export { default as Pagination } from "./pagination/index"; //封装Pagination
81
- export { default as BhdTableSelect } from "./tableSelect/index"; //封装 Table Head Select
82
- export { default as TitleBar } from "./titleBar/index"; //标题栏
83
- export { default as ViewImage } from "./viewImage/index"; //查看大图
84
- export { default as BhdTipModal } from "./bhdTipModal/index"; //提示框
85
- export { default as BhdSelect } from "./bhdSelect/index"; //封装 bhdSelect
86
- export { default as BhdAppLayout } from "./bhdAppLayout/index"; //封装 BhdAppLayout
87
- export { default as CustomerService } from "./customerService/index"; //封装 智能客服
88
- export { default as BhdDatePicker } from "./bhdDatePicker/index"; //封装 日历组件
77
+ export { default as Table } from "./table"; //改写table逻辑
78
+ export { default as BhdTableSimple } from "./bhdAppLayout/components/BhdTableSimple"; //改写table逻辑
79
+ export { default as message } from "./message"; //封装message
80
+ export { default as Pagination } from "./pagination"; //封装Pagination
81
+ export { default as BhdTableSelect } from "./tableSelect"; //封装 Table Head Select
82
+ export { default as TitleBar } from "./titleBar"; //标题栏
83
+ export { default as ViewImage } from "./viewImage"; //查看大图
84
+ export { default as BhdTipModal } from "./bhdTipModal"; //提示框
85
+ export { default as BhdSelect } from "./bhdSelect"; //封装 bhdSelect
86
+ export { default as BhdAppLayout } from "./bhdAppLayout"; //封装 BhdAppLayout
87
+ export { default as CustomerService } from "./customerService"; //封装 智能客服
88
+ export { default as BhdDatePicker } from "./bhdDatePicker"; //封装 日历组件
@@ -6,7 +6,7 @@ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
6
6
  import { jsx as _jsx } from "@ice/jsx-runtime/jsx-runtime";
7
7
  import * as React from "react";
8
8
  import { useRef } from "react";
9
- import { CaretDownOutlined } from "../icons/index";
9
+ import { CaretDownOutlined } from "../icons";
10
10
  import { Select } from "antd";
11
11
  //import type { SelectProps } from 'antd';
12
12
  import styles from "./index.module.less";
@@ -13,10 +13,10 @@ import * as React from "react";
13
13
  import { useRef, useImperativeHandle, forwardRef } from "react";
14
14
  import styles from "./index.module.less";
15
15
  import { Modal } from "antd";
16
- import { LeftOutlined, RightOutlined, MinusOutlined, PlusOutlined, CustomClose, CustomXuanZuan, CustomDownLoad } from "../icons/index";
16
+ import { LeftOutlined, RightOutlined, MinusOutlined, PlusOutlined, CustomClose, CustomXuanZuan, CustomDownLoad } from "../icons";
17
17
  import { getStyle } from "../utils/dom";
18
- import { Loading } from "../images/index";
19
- import BhdTipModal from "../bhdTipModal/index";
18
+ import { Loading } from "../images";
19
+ import BhdTipModal from "../bhdTipModal";
20
20
  var ViewImage = /*#__PURE__*/ function(_React_Component) {
21
21
  "use strict";
22
22
  _inherits(ViewImage, _React_Component);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "组件功能描述",
5
5
  "config": {
6
6
  "commitizen": {