kmkf-work-order-service-component 0.1.4 → 0.1.5

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.
@@ -4,7 +4,8 @@ export declare enum PlatForm {
4
4
  TB = "tb",
5
5
  FXG = "fxg",
6
6
  KS = "ks",
7
- PDD = "pdd"
7
+ PDD = "pdd",
8
+ XIAOZHI = "xiaozhi"
8
9
  }
9
10
  interface WorkOrderProps {
10
11
  platform?: PlatForm;
@@ -27,8 +27,8 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
27
27
  /*
28
28
  * @Author: wangzhenggui jianjia.wzg@raycloud.com
29
29
  * @Date: 2022-09-16 11:19:43
30
- * @LastEditors: litian
31
- * @LastEditTime: 2022-10-25 13:33:56
30
+ * @LastEditors: wangzhenggui jianjia.wzg@raycloud.com
31
+ * @LastEditTime: 2022-10-25 14:00:49
32
32
  * @FilePath: /kmkf-work-order-service-component/src/WorkOrder/index.tsx
33
33
  * @Description:
34
34
  *
@@ -66,6 +66,7 @@ export var PlatForm;
66
66
  PlatForm["FXG"] = "fxg";
67
67
  PlatForm["KS"] = "ks";
68
68
  PlatForm["PDD"] = "pdd";
69
+ PlatForm["XIAOZHI"] = "xiaozhi";
69
70
  })(PlatForm || (PlatForm = {}));
70
71
 
71
72
  var WorkOrder = function WorkOrder(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",