diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..15db785 --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,9 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "playground" : "standard", + "type" : "uni-app:app-ios" + } + ] +} diff --git a/package.json b/package.json index 4dd8fb0..ebb7ff7 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001", "@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001", "@dcloudio/uni-ui": "^1.4.28", + "mqtt": "^3.0.0", "vue": "^3.4.21", "vue-i18n": "^9.1.9" }, diff --git a/src/components/EnvironmentParams.vue b/src/components/EnvironmentParams.vue index ad6c78a..d28b29f 100644 --- a/src/components/EnvironmentParams.vue +++ b/src/components/EnvironmentParams.vue @@ -61,7 +61,7 @@ - 15°C - 35°C + 0°C - 100°C @@ -74,7 +74,7 @@ - 30% - 70% + 0% - 100% @@ -87,7 +87,7 @@ - 60% - 100% + 暂无数据 @@ -165,28 +165,35 @@