From 751daf5fbb946ea5091cf348547159c0296eb5a6 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Sat, 26 Jul 2025 14:20:07 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E3=80=90IoT=20=E7=89=A9=E8=81=94?= =?UTF-8?q?=E7=BD=91=E3=80=91=E5=9C=BA=E6=99=AF=E8=81=94=E5=8A=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=20unocss=20=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configs/DeviceControlConfig.vue | 46 ++---- .../components/inputs/DescriptionInput.vue | 89 ++--------- .../components/previews/ActionPreview.vue | 69 ++------- .../components/sections/ActionSection.vue | 139 +++--------------- .../components/sections/PreviewSection.vue | 125 ++++------------ 5 files changed, 73 insertions(+), 395 deletions(-) diff --git a/src/views/iot/rule/scene/components/configs/DeviceControlConfig.vue b/src/views/iot/rule/scene/components/configs/DeviceControlConfig.vue index 38af8220..4b102e3c 100644 --- a/src/views/iot/rule/scene/components/configs/DeviceControlConfig.vue +++ b/src/views/iot/rule/scene/components/configs/DeviceControlConfig.vue @@ -1,7 +1,7 @@