Skip to content

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:52
  • 1.2.3 / 1.2.3
  • 修复: 更小的摄像头卡片 - 宽高比 3/2,最小高度 100px,内边距 10px / fix: smaller camera cards - aspect-ratio 3/2, min-height 100px, padding 10px
  • 修复: 在所有断点处始终为房间卡片使用最小高度 80px / fix: always use min-height 80px for room cards at all breakpoints
  • 修复(平板): 将小房间尺寸也应用于主页房间 / fix(tablet): apply small room size to home page rooms too
  • 修复(平板): 更小的房间卡片 (80px,无宽高比,align-content start) / fix(tablet): smaller room cards (80px, no aspect-ratio, align-content start)
  • 修复(平板): 侧边栏居中,4列主页设备,2列舞台网格,更小的房间,点击个人资料时显示信息亭 / fix(tablet): sidebar centering, 4-col home devices, 2-col stage-grid, smaller rooms, kiosk on profile click
  • 修复(visionOS): 移除 base-texture 依赖 (文件不存在,玻璃美学不需要) / fix(visionOS): remove base-texture dependency (file doesn't exist, not needed for glass aesthetic)
  • 修复: 平板响应式布局 - 高度裁剪,4列网格减少为3列,溢出可见 / fix: tablet responsive layout - height clipping, 4-column grids reduced to 3, overflow visible
  • 修复: 使用 Intl.DateTimeFormat 格式化日期时间传感器值 (年月日 + 时分) / fix: format datetime sensor values with Intl.DateTimeFormat (YMD + HM)
  • 修复: 格式化环境部分和所有 stateValue() 调用中的传感器值 (最多2位小数) / fix: format sensor values in env section and all stateValue() calls (max 2 decimals)
  • 修复: 将数值格式化为最多2位小数,从日期时间中去除亚秒部分 / fix: format numeric values to max 2 decimals, strip sub-second from datetimes
  • 修复: 在非开关设备 (传感器、二进制传感器等) 上隐藏开关指示器 / fix: hide switch indicator on non-toggle devices (sensor, binary_sensor, etc.)
  • 修复: 设备页面实体点击切换 (与主页相同) / fix: devices page entities toggle on click (same as home page)
  • 修复: 为房间名称回退设备 area_id,将筛选栏合并为一行 / fix: fallback device area_id for room names, merge filter bar into one row
  • 重构: 将 i18n 提取到 src/i18n/,并自动生成语言发现 / refactor: extract i18n to src/i18n/ with auto-generated locale discovery
  • 图标映射: 填充 modern/AEON/AEON_glass 中的阀门,将 minecraft 扩展到所有 23 个域 / icon_map: fill valve in modern/AEON/AEON_glass, expand minecraft to all 23 domains
  • 设备页面: 添加房间/类型筛选下拉菜单 + 批量开关机并带确认对话框 / devices page: add room/type filter dropdowns + batch turn on/off with confirm dialog
  • README: 在皮肤开发部分添加 visionOS 最佳参考说明 / README: add visionOS best reference note in Skin Development section
  • 修复 visionOS 编辑器复选框因 appearance:none 损坏 / fix visionOS editor checkboxes broken by appearance:none
  • 自动化页面: 使用皮肤图标代替硬编码的 mdi:robot / automation page: use skin icon instead of hardcoded mdi:robot