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:
+4
-3
@@ -160,7 +160,7 @@ GSI 不含可靠 lobby 类型时,用右下金色勋章检测(`has_ranked_ove
|
||||
climperor/
|
||||
├── pc/ # 局内选将识别(GSI + 截屏 + OpenCV)
|
||||
│ ├── common.py / recognize.py / draft_session.py / gsi_watch.py
|
||||
│ ├── recommend.py / draft_archetypes.py / roles.py / modes.py / overlay.py
|
||||
│ ├── recommend.py / item_suggest.py / draft_archetypes.py / roles.py / modes.py / overlay.py
|
||||
│ ├── config.json / templates/ / assets/role_icons/ / samples/
|
||||
│ └── requirements.txt
|
||||
├── web/ # 上分帝 Web(前端、数据流水线、部署)
|
||||
@@ -200,11 +200,12 @@ climperor/
|
||||
| `recommend.archetypes` | 推进/全球流/缺口规则画像 | true |
|
||||
| `recommend.relations_path` | 定性关系文件 | `shared/data/relations.json` |
|
||||
| `recommend.role_tags` | 分路→角色标签过滤(1–5 号位;非定位局不过滤) | 见 config.json |
|
||||
| `overlay.enabled` | 选将顶栏角色标签悬浮层 | true |
|
||||
| `overlay.y_gap_rel` / `icon_h_rel` / `icon_gap_rel` | 标签相对屏幕高的间距与尺寸 | 0.008 / 0.016 / 0.002 |
|
||||
| `recommend.items.*` | 锁定后核心装+应对装(`hero_items` + 定性规则) | 见 config.json |
|
||||
| `overlay.enabled` | 选将网格「克/搭/补」+ 分析条 + 装备图标条 | true |
|
||||
| `overlay.mark_size_rel` / `mark_pad_rel` / `mark_gap_rel` | 网格克/搭/补方标尺寸、内边距、间距 | 0.018 / 0.004 / 0.002 |
|
||||
| `overlay.counter_color` / `synergy_color` / `fill_color` / `mark_text_color` | 克 / 搭 / 补 / 文字色 | `#2ec4b6` / `#e9a825` / `#9b7ebd` / `#0b1220` |
|
||||
| `overlay.analysis_*` | 阵容分析横条位置/高度/字号/底色字色 | 见 config.json |
|
||||
| `overlay.items_*` / `item_*` | 锁定后装备图标条位置/尺寸/底色 | 见 config.json |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user