Fix build.gradle and README (#2565)

* Update build.gradle.kts

* Fix table format and typo in README(_cn).md

* Replace Github to GitHub

---------

Co-authored-by: Burning_TNT <pangyl08@163.com“>
This commit is contained in:
Burning_TNT
2023-11-12 20:30:36 +08:00
committed by GitHub
parent 5aeaba4636
commit 453ba6eb75
10 changed files with 38 additions and 38 deletions

View File

@@ -2,17 +2,17 @@
[English](PLATFORM.md) | 简体中文
| | Windows | Linux | Mac OS | FreeBSD |
|----------------------------|:------------------------------------|:--------------------------|:----------------------------------------------------|:--------|
| x86-64 | ✅️ | ✅️ | ✅️ | ❔ |
| x86 | ✅️ | ✅️ | / | / |
| ARM64 | 👌 (Minecraft 1.8+)<br/>✅ (使用 x86 模拟) | 👌 | 👌 (Minecraft 1.6~1.18.2)<br/>✅ (Minecraft 1.19+)<br/>✅ (使用 Rosetta 2) | ❔ |
| ARM32 | / | 👌 | / | / |
| MIPS64el | / | 👌 | / | / |
| RISC-V 64 | / | 👌 (Minecraft 1.13+) | / | / |
| LoongArch64 | / | 👌 (包括新旧 ABI) | / | / |
| PowerPC-64 (小端序) | / | ❔ | / | / |
| S390x | / | ❔ | / | / |
| | Windows | Linux | Mac OS | FreeBSD |
|------------------|:--------------------------------------|:---------------------|:-----------------------------------------------------------------------|:--------|
| x86-64 | ✅️ | ✅️ | ✅️ | ❔ |
| x86 | ✅️ | ✅️ | / | / |
| ARM64 | 👌 (Minecraft 1.8+)<br/>✅ (使用 x86 模拟) | 👌 | 👌 (Minecraft 1.6~1.18.2)<br/>✅ (Minecraft 1.19+)<br/>✅ (使用 Rosetta 2) | ❔ |
| ARM32 | / | 👌 | / | / |
| MIPS64el | / | 👌 | / | / |
| RISC-V 64 | / | 👌 (Minecraft 1.13+) | / | / |
| LoongArch64 | / | 👌 (包括新旧 ABI) | / | / |
| PowerPC-64 (小端序) | / | ❔ | / | / |
| S390x | / | ❔ | / | / |
图例:
@@ -29,7 +29,7 @@
* ❔: 低级别支持的平台.
HMCL 可以在这个平台上运行, 并且有一些基本的支持.
但是, 还不能正常启动游戏.
但是, 还不能正常启动游戏.
如果你想正常启动游戏,
则需要通过其他方式获得游戏所需的本地库(LWJGL), 并在版本设置中指定本地库路径.