From f6cb5d4c267b982cd57692c0f30658358240cdec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=89=E6=B5=A9=E8=8C=B9?= Date: Fri, 31 Oct 2025 19:13:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=8A=B6=E6=80=81=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/environment/index.vue | 33 +++++++++++++++++++++++++++++---- src/utils/api.js | 10 ++++++++++ 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/src/pages/environment/index.vue b/src/pages/environment/index.vue index 3866bd3..18b59fe 100644 --- a/src/pages/environment/index.vue +++ b/src/pages/environment/index.vue @@ -18,7 +18,7 @@ {{ temperature }}°C - + @@ -38,7 +38,7 @@ {{ humidity }}% - + @@ -58,7 +58,7 @@ {{ cleanliness > 0 ? cleanliness + 'μg/m³' : '-μg/m³' }} - + @@ -265,7 +265,7 @@