重构陶瓦下载功能 并 在加入联机房间时显示 p2p 难度 (#4929)

This commit is contained in:
Burning_TNT
2026-01-04 22:06:44 +08:00
committed by GitHub
parent ce9194057a
commit 3247b77410
22 changed files with 950 additions and 596 deletions

View File

@@ -10,6 +10,7 @@ repositories {
dependencies {
implementation(libs.gson)
implementation(libs.jna)
implementation(libs.kala.compress.tar)
}
java {