From 850f388f0128c42dacde14aa83927f25cd15e6f5 Mon Sep 17 00:00:00 2001 From: xiaoshi <115949669+xiaoshi930@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:24:40 +0800 Subject: [PATCH] Update xiaoshi-pad-card.js --- xiaoshi-pad-card.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xiaoshi-pad-card.js b/xiaoshi-pad-card.js index 286da87..9484d98 100644 --- a/xiaoshi-pad-card.js +++ b/xiaoshi-pad-card.js @@ -1,4 +1,4 @@ -console.info("%c 消逝卡-平板端 \n%c v 1.0.5 ", "color: red; font-weight: bold; background: black", "color: white; font-weight: bold; background: black"); +console.info("%c 消逝卡-平板端 \n%c v 1.0.6 ", "color: red; font-weight: bold; background: black", "color: white; font-weight: bold; background: black"); const loadCards = () => { import('./xiaoshi-pad-climate-card.js'); @@ -16,8 +16,8 @@ const cardConfigs = [ }, { type: 'xiaoshi-pad-climate-card', - name: '消逝卡(平板端)-空调/水暖毯/热水器卡', - description: '平板端空调/水暖毯/热水器卡', + name: '消逝卡(平板端)-空调/水暖毯/热水器/加湿器卡', + description: '平板端空调/水暖毯/热水器卡/加湿器卡', preview: true } ];