From 2f8c0c2beb4e7376362afe0424f6527d190a6a98 Mon Sep 17 00:00:00 2001 From: xiaoshi <115949669+xiaoshi930@users.noreply.github.com> Date: Sun, 25 Jan 2026 16:17:34 +0800 Subject: [PATCH] Update xiaoshi-pad-card.js --- xiaoshi-pad-card.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xiaoshi-pad-card.js b/xiaoshi-pad-card.js index 647c005..2ee3ca6 100644 --- a/xiaoshi-pad-card.js +++ b/xiaoshi-pad-card.js @@ -1,6 +1,7 @@ -console.info("%c 消逝卡-平板端 \n%c v 1.0.0 ", "color: red; font-weight: bold; background: black", "color: white; font-weight: bold; background: black"); +console.info("%c 消逝卡-平板端 \n%c v 1.0.1 ", "color: red; font-weight: bold; background: black", "color: white; font-weight: bold; background: black"); const loadCards = () => { + import('./xiaoshi-pad-climate-card.js'); import('./xiaoshi-pad-grid-card.js'); window.customCards = window.customCards || []; @@ -12,6 +13,12 @@ const cardConfigs = [ type: 'xiaoshi-pad-grid-card', name: '消逝卡(平板端)-分布卡', description: '温度分布、湿度分布' + }, + { + type: 'xiaoshi-pad-climate-card', + name: '消逝卡(平板端)-空调/水暖毯/热水器卡', + description: '平板端空调/水暖毯/热水器卡', + preview: true } ];