Commit 56943d395aacbcd41e470bde821d3b96eaa52643

Authored by xp.Huang
2 parents 9e16bbfb ace1c849

feat:合并ThingsKit v1.2.0版本

... ... @@ -41,7 +41,7 @@ VITE_GLOB_ALARM_NOTIFY_POLLING_INTERVAL_TIME = 500000
41 41 VITE_GLOB_ALARM_NOTIFY_DURATION = 5
42 42
43 43 # Should Disabled Task Center Execute Interval Unit (Second)
44   -VITE_GLOB_DISABLED_TASK_CENTER_EXECUTE_INTERVAL_UNIT_SECOND = false
  44 +VITE_GLOB_DISABLED_TASK_CENTER_EXECUTE_INTERVAL_UNIT_SECOND = true
45 45
46 46 # Software version number
47 47 VITE_GLOB_SOFTWARE_VERSION_NUMBER = ThingsKit v1.2.0_release
... ...
  1 +版本:v1.1.2_release
  2 +
1 3 ## 准备
2 4
3 5 - [node](http://nodejs.org/) 和 [git](https://git-scm.com/) -项目开发环境
... ...
... ... @@ -32,13 +32,13 @@
32 32 setFieldsValue(value);
33 33 };
34 34
35   - // 禁用表单
  35 + // ½ûÓÃ±íµ¥
36 36 const setDisabledProps = (value) => {
37 37 setProps(value);
38 38 updateSchema({ field: 'otherProperties', componentProps: { disabled: true } });
39 39 };
40 40
41   - // 取消禁用
  41 + // È¡Ïû½ûÓÃ
42 42 const setCancelDisabled = () => {
43 43 updateSchema({ field: 'otherProperties', componentProps: { disabled: false } });
44 44 };
... ...