flame-plus 1.5.28 → 1.5.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44084,12 +44084,12 @@ const jde = [
44084
44084
  // { key: 'flmRead', type: 'flmRead', label: '查看', icon: '👁' },
44085
44085
  // { key: 'flmTime', type: 'flmTime', label: '当前时间', icon: '🕐' },
44086
44086
  { key: "flmSlider", type: "flmSlider", label: "滑块", icon: "🎚" },
44087
- { key: "flmSwitch", type: "flmSwitch", label: "开关", icon: "🔘" },
44088
- { key: "flmAlert", type: "flmAlert", label: "提示", icon: "💡" }
44087
+ { key: "flmSwitch", type: "flmSwitch", label: "开关", icon: "🔘" }
44088
+ // { key: 'flmAlert', type: 'flmAlert', label: '提示', icon: '💡' }
44089
44089
  // { key: 'flmTransfer', type: 'flmTransfer', label: '穿梭框', icon: '↔️' }
44090
44090
  ];
44091
44091
  function Zm(t) {
44092
- return t === "flmTransfer" ? { w: 24, h: 7 } : t === "flmAlert" ? { w: 24, h: 1 } : t === "flmCustom" ? { w: 8, h: 1 } : { w: 8, h: 1 };
44092
+ return t === "flmTransfer" ? { w: 24, h: 7 } : t === "flmAlert" ? { w: 24, h: 2 } : t === "flmCustom" ? { w: 8, h: 1 } : { w: 8, h: 1 };
44093
44093
  }
44094
44094
  function J1(t) {
44095
44095
  return M9[t] ?? t;