使用 Jsoup 解析并渲染 HTML 页面 (#3321)

This commit is contained in:
Glavo
2024-10-13 19:19:52 +08:00
committed by GitHub
parent ef9159666c
commit 1c864ba072
15 changed files with 456 additions and 192 deletions

View File

@@ -12,5 +12,6 @@ dependencies {
api("com.github.steveice10:opennbt:1.5")
api("org.nanohttpd:nanohttpd:2.3.1")
api("org.apache.commons:commons-compress:1.25.0")
api("org.jsoup:jsoup:1.18.1")
compileOnlyApi("org.jetbrains:annotations:24.1.0")
}