chore: rebuild release package

This commit is contained in:
shiyue
2026-07-20 16:58:47 +08:00
parent 9adc7c99f1
commit e5059e97c4
5 changed files with 30 additions and 11 deletions

View File

@@ -48,3 +48,9 @@
- Firefox `ui.prefersReducedMotion=1` 时:`animation-name: none``opacity: 1``transform: none`,图标仍正常显示且无描边。
- 1672×941、1440×900、500×844、390×844 均检查短计划与 12 图标长计划;标题、长计划和页面横向溢出量均为 0。
- 两枚 PNG、manifest、CSS、JS 均返回 HTTP 200专项、暗金主题、旧 Warframe 主题与全量回归均通过。
## 最终完成态同步修复
- 问题:展开列表使用最新 `result`,标题原先优先读取旧 `meta.progress`,会出现列表全部勾选但最后一个图标仍未点亮。
- 修复:标题进度来源调整为 `result → input → meta`;无法解析最新结果时仍保留兼容回退。
- Firefox 复现数据:`meta/input=7/8``result=8/8`;最终解析为 `8/8`DOM 生成 8 个 `.is-complete`、0 个 `.is-remaining`,横向溢出为 0。