@kmkf-fe-packages/services-components 0.14.1-alpha.12 → 0.14.1-alpha.13

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.
@@ -19,8 +19,8 @@ import { SYMBOL } from "../../constant";
19
19
  var typeMap = {
20
20
  MSG_STATUS: {
21
21
  options: [{
22
- value: '已完成',
23
- label: '已完成',
22
+ value: '发送成功',
23
+ label: '发送成功',
24
24
  color: '#52c41a'
25
25
  }, {
26
26
  value: '已发送',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.14.1-alpha.12",
3
+ "version": "0.14.1-alpha.13",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "189b69cbedd24ffcfc82e5b91027c86f01c2288b"
43
+ "gitHead": "e48293eee2ecf54a1b5d552065f292d8a67ac78f"
44
44
  }