清理NanoHTTPD残留

This commit is contained in:
aoi
2026-05-22 01:55:38 +08:00
committed by Kudomaga
parent a09e9645f1
commit c7b38ab800
4 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
- 书籍文件支持 TXT、EPUB、PDF、UMD,解析入口为 `model/localBook/LocalBook.kt`
## 外部依赖与集成
- 主要依赖:JsoupXpath、json-path、rhino-android、okhttp、glide、nanohttpd、bga-qrcode-zxing、colorpicker、commons-text、markwon、hanlp、epublib-core 等。
- 主要依赖:JsoupXpath、json-path、rhino-android、okhttp、glide、ktor、bga-qrcode-zxing、colorpicker、commons-text、markwon、hanlp、epublib-core 等。
- 依赖声明见 `build.gradle``app/build.gradle`,部分第三方库源码在 `lib/`
## 典型开发场景示例