mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-19 15:09:25 +00:00
[ci skip] Update README_CN.md
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[](https://www.leafmc.one/zh/download)⠀
|
[](https://www.leafmc.one/zh/download)⠀
|
||||||
[](https://github.com/Winds-Studio/Leaf/actions)⠀
|
[](https://github.com/Winds-Studio/Leaf/actions)⠀
|
||||||

|

|
||||||
[](https://www.leafmc.one/zh/docs)
|
[](https://www.leafmc.one/zh/docs)
|
||||||
|
|
||||||
**Leaf** 是一个基于 [Paper](https://papermc.io/) 的分支,专为高自定义和高性能而设计,基于 [Gale](https://github.com/Dreeam-qwq/Gale) 之上,并融合了其他核心的优化和修复。
|
**Leaf** 是一个基于 [Paper](https://papermc.io/) 的分支,专为高自定义和高性能而设计。
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
[English](../../README.md) | **中文**
|
[English](../../README.md) | **中文**
|
||||||
|
|
||||||
## 🍃 特点
|
## 🍃 特点
|
||||||
- **基于 [Gale](https://github.com/Dreeam-qwq/Gale)**,以获得更好的性能
|
- **基于 [Paper](https://papermc.io/)**,以获得更好的性能和灵活的 API
|
||||||
- **异步**寻路、生物生成和实体追踪
|
- **异步**寻路、生物生成和实体追踪
|
||||||
- **大量优化**融合自 [其他核心](#-致谢) 和我们自己的的补丁
|
- **大量优化**融合自 [其他核心](#-致谢) 和我们自己的的补丁
|
||||||
- **完全兼容** Spigot 和 Paper 插件
|
- **完全兼容** Spigot 和 Paper 插件
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.dreeam.leaf</groupId>
|
<groupId>cn.dreeam.leaf</groupId>
|
||||||
<artifactId>leaf-api</artifactId>
|
<artifactId>leaf-api</artifactId>
|
||||||
<version>1.21.4-R0.1-SNAPSHOT</version>
|
<version>1.21.5-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
@@ -78,7 +78,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("cn.dreeam.leaf:leaf-api:1.21.4-R0.1-SNAPSHOT")
|
compileOnly("cn.dreeam.leaf:leaf-api:1.21.5-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
@@ -136,4 +136,4 @@ If you want to find a cheaper, high performance, stable, lower latency host, the
|
|||||||
YourKit 通过创新和智能的工具支持开源项目,用于监控和分析 Java 和 .NET 应用程序。
|
YourKit 通过创新和智能的工具支持开源项目,用于监控和分析 Java 和 .NET 应用程序。
|
||||||
YourKit 是 [YourKit Java Profiler](https://www.yourkit.com/java/profiler/)、
|
YourKit 是 [YourKit Java Profiler](https://www.yourkit.com/java/profiler/)、
|
||||||
[YourKit .NET Profiler](https://www.yourkit.com/dotnet-profiler/) 和
|
[YourKit .NET Profiler](https://www.yourkit.com/dotnet-profiler/) 和
|
||||||
[YourKit YouMonitor](https://www.yourkit.com/youmonitor/) 的创造者。
|
[YourKit YouMonitor](https://www.yourkit.com/youmonitor/) 的创造者。
|
||||||
|
|||||||
Reference in New Issue
Block a user