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">
|
||||
|
||||
[](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)
|
||||
|
||||
**Leaf** 是一个基于 [Paper](https://papermc.io/) 的分支,专为高自定义和高性能而设计,基于 [Gale](https://github.com/Dreeam-qwq/Gale) 之上,并融合了其他核心的优化和修复。
|
||||
**Leaf** 是一个基于 [Paper](https://papermc.io/) 的分支,专为高自定义和高性能而设计。
|
||||
</div>
|
||||
|
||||
> [!WARNING]
|
||||
@@ -15,7 +15,7 @@
|
||||
[English](../../README.md) | **中文**
|
||||
|
||||
## 🍃 特点
|
||||
- **基于 [Gale](https://github.com/Dreeam-qwq/Gale)**,以获得更好的性能
|
||||
- **基于 [Paper](https://papermc.io/)**,以获得更好的性能和灵活的 API
|
||||
- **异步**寻路、生物生成和实体追踪
|
||||
- **大量优化**融合自 [其他核心](#-致谢) 和我们自己的的补丁
|
||||
- **完全兼容** Spigot 和 Paper 插件
|
||||
@@ -65,7 +65,7 @@
|
||||
<dependency>
|
||||
<groupId>cn.dreeam.leaf</groupId>
|
||||
<artifactId>leaf-api</artifactId>
|
||||
<version>1.21.4-R0.1-SNAPSHOT</version>
|
||||
<version>1.21.5-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
@@ -78,7 +78,7 @@ repositories {
|
||||
}
|
||||
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user