修复 mod 构建问题与 Caps 阵容推荐导航#29
Open
Linear27 wants to merge 2 commits into
Open
Conversation
- remove duplicate legacy implementations left by the v3.3.0 migration - reconnect runtime services, config paths, and preview model boundaries
- parse current metrics final-build rows for ten-win recommendations - add arrow-key navigation alongside existing caps hotkeys - add lightweight regression coverage for matching and hotkey mapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
这个 PR 修复 upstream
v3.3.0中两个问题:主要改动
1. 修复 mod 构建问题
v3.3.0的架构迁移后,部分旧实现和新实现同时进入编译,导致 mod 项目出现构建错误。本 PR 对迁移后的源码结构进行整理,使 mod 项目可以重新正常构建,包括:
2. 修复 Caps 阵容推荐
修复游戏内按 Caps 进入阵容推荐模式后,推荐数据和键盘导航不一致的问题。
主要包括:
Tab/←/→切换推荐视图;W/S/↑/↓切换匹配到的十胜阵容候选;关联 issue
Fixes #22
Fixes #27
验证
已在本地执行: