Commit 30f7f2a69eec23e6c7f902888acdf9f142e7f25a

Authored by fengwotao
1 parent 24a84653

perf: DEFECT-1481 优化物模型内容说明多了空格

@@ -78,8 +78,7 @@ @@ -78,8 +78,7 @@
78 return deviceType === DeviceTypeEnum.SENSOR && transportType === 'TCP'; 78 return deviceType === DeviceTypeEnum.SENSOR && transportType === 'TCP';
79 }); 79 });
80 80
81 - const blockContent = `属性一般是设备的运行状态,如当前温度等;服务是设备可被调用的方法,支持定义参数,如执行某项任务;事件则是设备上报的  
82 -通知,如告警,需要被及时处理。`; 81 + const blockContent = `属性一般是指设备的运行状态,如当前温度等;服务是指设备可被调用的方法,支持定义参数,如执行某项任务;事件则是指设备上报的通知,如告警,需要被及时处理。`;
83 const activeKey = ref<FunctionType>(FunctionType.PROPERTIES); 82 const activeKey = ref<FunctionType>(FunctionType.PROPERTIES);
84 const size = ref('small'); 83 const size = ref('small');
85 84