@zgfe/modules-dm 1.0.57-zhongyuan.75 → 1.0.57-zhongyuan.76
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.
|
@@ -496,22 +496,22 @@ var TablePlus = function TablePlus(props) {
|
|
|
496
496
|
setCurrentRow = _useState28[1];
|
|
497
497
|
var _useState29 = useState([{
|
|
498
498
|
label: 'JS',
|
|
499
|
-
value: 3
|
|
499
|
+
value: '3'
|
|
500
500
|
}, {
|
|
501
501
|
label: 'Android',
|
|
502
|
-
value: 1
|
|
502
|
+
value: '1'
|
|
503
503
|
}, {
|
|
504
504
|
label: 'IOS',
|
|
505
|
-
value: 2
|
|
505
|
+
value: '2'
|
|
506
506
|
}, {
|
|
507
507
|
label: '微信小程序',
|
|
508
|
-
value: 4
|
|
508
|
+
value: '4'
|
|
509
509
|
}, {
|
|
510
510
|
label: '服务端',
|
|
511
|
-
value: 5
|
|
511
|
+
value: '5'
|
|
512
512
|
}, {
|
|
513
513
|
label: '鸿蒙',
|
|
514
|
-
value: 6
|
|
514
|
+
value: '6'
|
|
515
515
|
}]),
|
|
516
516
|
_useState30 = _slicedToArray(_useState29, 1),
|
|
517
517
|
maidianList = _useState30[0];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.57-zhongyuan.
|
|
3
|
+
"version": "1.0.57-zhongyuan.76",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"umi-request": "^1.4.0",
|
|
58
58
|
"yorkie": "^2.0.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "b4fb83b97bc310bc21dd5e06fffa35e849d85137",
|
|
61
61
|
"gitHooks": {
|
|
62
62
|
"pre-commit": "lint-staged"
|
|
63
63
|
}
|