v0.5.87: fill ability loc tokens and tidy skill detail layout.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-29 20:32:37 +08:00
co-authored by Cursor
parent ad7f5d0e1a
commit 09f0a0b4a0
10 changed files with 410 additions and 330 deletions
+2 -1
View File
@@ -328,7 +328,8 @@ def special_rows(sv: list) -> list[dict]:
for row in sv:
if not isinstance(row, dict):
continue
heading = str(row.get("heading_loc") or "").strip().rstrip(":").strip()
# Valve paints effect words with <font color=…>; strip for plain UI text.
heading = strip_html(str(row.get("heading_loc") or "")).rstrip(":").strip()
if not heading:
continue
value = fmt_num_list(