diff --git a/dist/index.html b/dist/index.html index 3eece86..95fc0cd 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1 +1 @@ -
PM1.0
-2ug/m3
+{{ Math.round(average.pm1d0) }}ug/m3
PM2.5
-4ug/m3
+{{ Math.round(average.pm2d5) }}ug/m3
PM10
-7ug/m3
+{{ Math.round(average.pm10) }}ug/m3
SO2
-6ug/m3
+{{ Math.round(average.so2) }}ug/m3
——根据四者计算空气质量指数
{{ '设备类型:'+current.fullType }}
+{{ '内存使用率:'+current.cpuRate+'%' }}
+{{ '线程数:'+current.threadNum }}
+{{ '耗电量:'+current.elec+'kW·h' }}
+{{ current.location }}
+{{ sensor.type }}
+{{ sensor.value+sensor.unit }}
+