[Feature] 当某个版本所继承的另一个版本不存在时,应当给予一定提示
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 10.1k
- Forks
- 934
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 82
Description
描述 | Description
RT,当前 HMCL 如果检测到某个版本所继承的另一个版本不存在时,直接隐藏该版本,并且没有足够的提示
这种情况发生在使用 Forge 或 Cleanroom 等手动安装工具中,他们的 client json 是使用 inheritsFrom 来指定原版
在这种情况下,建议不隐藏,在启动游戏时提示用户下载 inheritsFrom 所指定的版本,并跳转至下载页面(或者自动下载)
原因 | Reason
如果用户没有安装该版本指定的继承版本,直接隐藏,并且没有任何 UI 上的提示
这会让用户感到困惑
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing the version-discovery path that handles Minecraft inheritsFrom and currently hides versions with missing parents; clarify whether the expected result is a download-page redirect or automatic download, then verify that the version remains visible and gives the user an actionable prompt.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100