mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 12:23:03 +00:00
更新 README.md
This commit is contained in:
@@ -36,10 +36,11 @@ dependencies {
|
|||||||
|
|
||||||
## 使用示例(极简)
|
## 使用示例(极简)
|
||||||
```java
|
```java
|
||||||
Vertx vx = Vertx.vertx();
|
List<FileInfo> list = ParserCreate
|
||||||
WebClientVertxInit.init(vx);
|
.fromShareUrl("https://share.feijipan.com/s/3pMsofZd")
|
||||||
IPanTool tool = ParserCreate.fromShareUrl("https://www.lanzoui.com/xxx").createTool();
|
.createTool()
|
||||||
List<FileInfo> list = tool.parseFileList().toCompletionStage().toCompletableFuture().join();
|
.parseFileList()
|
||||||
|
.toCompletionStage().toCompletableFuture().join();
|
||||||
```
|
```
|
||||||
完整示例与调试脚本见 parser/doc/README.md。
|
完整示例与调试脚本见 parser/doc/README.md。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user