v0.6.5: size hero detail drawer from viewport; add PC post-lock item tips.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-30 17:08:32 +08:00
co-authored by Cursor
parent fefd8c7823
commit 22a9cf256d
16 changed files with 603 additions and 128 deletions
+18 -6
View File
@@ -102,7 +102,7 @@
"min_iou": 0.55
},
"recommend": {
"comment": "Full-grid 克/搭/补 from relations + draft_archetypes (push/global/gaps). top_n<=0 = no cap. No AI.",
"comment": "Full-grid 克/搭/补 from relations + draft_archetypes (push/global/gaps). After self-lock: core+answer items. top_n<=0 = no cap. No AI.",
"enabled": true,
"top_n": 0,
"min_enemies": 1,
@@ -115,6 +115,15 @@
"3": ["Initiator", "Durable", "Carry"],
"4": ["Support"],
"5": ["Support"]
},
"items": {
"comment": "After self hero locked: core from hero_items + qualitative answers vs enemies. No fears/STRATZ stats.",
"enabled": true,
"hero_items_path": "web/data/hero_items.json",
"items_meta_path": "web/data/items_meta.json",
"core_n": 3,
"answer_n": 3,
"max_total": 6
}
},
"gsi": {
@@ -138,11 +147,8 @@
"dump_payloads": true
},
"overlay": {
"comment": "Role tags under top-bar + 克/搭/补 marks + lineup analysis banner.",
"comment": "克/搭/补 marks + lineup analysis banner + post-lock item icon bar (no role tags under top-bar).",
"enabled": true,
"y_gap_rel": 0.008,
"icon_h_rel": 0.016,
"icon_gap_rel": 0.002,
"mark_size_rel": 0.018,
"mark_pad_rel": 0.004,
"mark_gap_rel": 0.002,
@@ -154,7 +160,13 @@
"analysis_h_rel": 0.028,
"analysis_font_rel": 0.014,
"analysis_bg": "#1a2332",
"analysis_fg": "#e8eef7"
"analysis_fg": "#e8eef7",
"items_y_rel": 0.16,
"item_icon_h_rel": 0.036,
"item_gap_rel": 0.01,
"item_core_bg": "#1a2332",
"item_answer_bg": "#2a1f14",
"item_reason_fg": "#e8eef7"
},
"calibrated_from": "draft_141704.png"
}