在download.md中添加Java 版本要求。#12
Merged
Merged
Conversation
Minecraft 的最新 Java 要求和系统兼容性说明。
Contributor
审查者指南(在小型 PR 上折叠)审查者指南在中文版下载文档中记录运行《Minecraft Java 版》时对 Java 版本的详细要求以及兼容性说明。 文件级变更
提示与命令与 Sourcery 交互
自定义你的使用体验访问你的 仪表盘 以:
获取帮助Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideDocuments detailed Java version requirements and compatibility notes for running Minecraft Java Edition in the Chinese download documentation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
你好——我发现了 1 个问题,并给出了一些整体性的反馈:
- 新增的 Java 要求章节混用了不同的列表标记(
•和·),而不是标准的 Markdown 项目符号(-或*),这可能导致渲染不一致,建议统一改为规范的 Markdown 列表。 - 建议将 Java 版本要求整理为 Markdown 表格,或结构更清晰的列表(例如:“自 1.12 起:Java 8 起”……),并在中英文之间合理留空、使用带链接的文本(
[Minecraft Wiki](url)语法),以提高可读性。
供 AI 代理使用的提示
请根据本次代码评审的评论进行修改:
## 总体评论
- 新增的 Java 要求章节混用了不同的列表标记(`•` 和 `·`),而不是标准的 Markdown 项目符号(`-` 或 `*`),这可能导致渲染不一致,建议统一改为规范的 Markdown 列表。
- 建议将 Java 版本要求整理为 Markdown 表格,或结构更清晰的列表(例如:“自 1.12 起:Java 8 起”……),并在中英文之间合理留空、使用带链接的文本(`[Minecraft Wiki](url)` 语法),以提高可读性。
## 逐条评论
### 评论 1
<location path="zh/download.md" line_range="71" />
<code_context>
+·自1.17(21w19a)起,运行Minecraft的最低要求为Java 16。
+·自1.18(1.18-pre2)起,运行Minecraft的最低要求为Java 17。
+·自1.20.5(24w14a)起,运行Minecraft的最低要求为Java 21,且操作系统须为64位。
+·自26.1(26.1-snapshot-1)起,运行Minecraft的最低要求为Java 25。
+•需要注意的是,若使用的Java版本与操作系统位数不匹配(32位或64位)、使用部分Java 7版本,或安装多个Java版本来运行Minecraft Java版,可能会出现一些运行问题。
+
</code_context>
<issue_to_address>
**issue (typo):** 检查“自26.1”是否为笔误,并调整中英文混排处的空格。
“自26.1” 看起来不像常见的 Minecraft 版本号,请确认是否为特定 1.xx 或 snapshot 版本并更正。顺便在数字、括号、Minecraft、Java 等中英文混排处补上空格,例如:`自 1.xx(...)起,运行 Minecraft 的最低要求为 Java 25。`
</issue_to_address>帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据你的反馈改进后续评审。
Original comment in English
Hey - I've found 1 issue, and left some high level feedback:
- The new Java requirements section mixes different list markers (
•and·) instead of standard Markdown bullets (-or*), which may render inconsistently and should be normalized to proper Markdown lists. - Consider formatting the Java version requirements as a Markdown table or a clearly structured list (e.g., '自 1.12 起:Java 8 起'...) with proper spacing and links (using
[Minecraft Wiki](url)syntax) to improve readability.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new Java requirements section mixes different list markers (`•` and `·`) instead of standard Markdown bullets (`-` or `*`), which may render inconsistently and should be normalized to proper Markdown lists.
- Consider formatting the Java version requirements as a Markdown table or a clearly structured list (e.g., '自 1.12 起:Java 8 起'...) with proper spacing and links (using `[Minecraft Wiki](url)` syntax) to improve readability.
## Individual Comments
### Comment 1
<location path="zh/download.md" line_range="71" />
<code_context>
+·自1.17(21w19a)起,运行Minecraft的最低要求为Java 16。
+·自1.18(1.18-pre2)起,运行Minecraft的最低要求为Java 17。
+·自1.20.5(24w14a)起,运行Minecraft的最低要求为Java 21,且操作系统须为64位。
+·自26.1(26.1-snapshot-1)起,运行Minecraft的最低要求为Java 25。
+•需要注意的是,若使用的Java版本与操作系统位数不匹配(32位或64位)、使用部分Java 7版本,或安装多个Java版本来运行Minecraft Java版,可能会出现一些运行问题。
+
</code_context>
<issue_to_address>
**issue (typo):** Check whether "自26.1" is a typo and adjust spacing around mixed-language terms.
“自26.1” 看起来不像常见的 Minecraft 版本号,请确认是否为特定 1.xx 或 snapshot 版本并更正。顺便在数字、括号、Minecraft、Java 等中英文混排处补上空格,例如:`自 1.xx(...)起,运行 Minecraft 的最低要求为 Java 25。`
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
Minecraft 的最新 Java 要求和系统兼容性说明。
Summary by Sourcery
在中文下载指南中,补充说明运行 Minecraft 基岩版所需的 Java 版本要求和平台兼容性。
文档更新:
Original summary in English
Summary by Sourcery
Document Java version requirements and platform compatibility for running Minecraft Java Edition in the Chinese download guide.
Documentation: