From 446d5c8eda333a4e6ee3fb6e838e9d859fc847f5 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期四, 08 五月 2025 14:35:51 +0800
Subject: [PATCH] 新增风速等级

---
 src/types/monitorData.d.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/types/monitorData.d.ts b/src/types/monitorData.d.ts
index 7d983d8..bd88bc1 100644
--- a/src/types/monitorData.d.ts
+++ b/src/types/monitorData.d.ts
@@ -42,6 +42,7 @@
                 position: number | null;
             }
         };
+        isPpm: boolean
         gasList: Array<any>;
         positionList: Array<any>;
         excelData: Array<any>;

--
Gitblit v1.9.2