Skip to content

v0.6.6 — 收藏按钮点击区修复 + 死副本清理

Choose a tag to compare

@High-cla High-cla released this 23 Sep 23:37
· 25 commits to master since this release

v0.6.6

修复

  • 收藏按钮点击区被标题吞掉: .card-name 用 padding-right:34px 给按钮让位, 但 padding 仍属元素自身盒子 —— h3 盒右边界压住按钮, 且因 .card>*{position:relative} + DOM 顺序在按钮之后而绘制在上, 吞掉其重叠区的点击。
    改 padding-right → margin-right (margin 才真缩盒子)。

实测 (Playwright elementFromPoint 25 点网格)

修前 修后
首按钮命中率 9/25 25/25
与 h3 重叠 20×19 px 0
481 张卡最坏重叠面积 — 0 px²
端到端点击 — aria-pressed false→true, localStorage 写入

清理

  • 删除 InventorySorter/tscripts/xmod/items_browser.html (旧界面残留, 全仓零引用)。

产物

  • ProgressMod.dll — 唯一变化项 (网页为内嵌资源)。
  • InventorySorter.dll / NetworkUnlockMod.dll — 源码未变, 原样重发。
    (.NET 构建不可字节重现, 故沿用上一版原始字节, 保证内容确实一致。)