From 8975743a37e4d82d69006788a6f47d6f940474fb Mon Sep 17 00:00:00 2001 From: qaiu <736226400@qq.com> Date: Fri, 4 Jul 2025 19:34:53 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d9a9b..5575b28 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-
+
From 9a047a5da0b64c5d3e70e70a5ea4d19f9655a91d Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Fri, 4 Jul 2025 19:38:18 +0800
Subject: [PATCH 02/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5575b28..9ca9c76 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
+
From 565238345024943b910d7671b50cb0dc933aa53a Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 02:23:01 +0800
Subject: [PATCH 03/11] Update README.md
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 9ca9c76..8699f12 100644
--- a/README.md
+++ b/README.md
@@ -256,21 +256,21 @@ mvn package
### Docker 部署(Main分支)
#### 海外服务器Docker部署
-```shell
+``shell
# 创建目录
mkdir -p netdisk-fast-download
cd netdisk-fast-download
# 拉取镜像
-docker pull ghcr.io/qaiu/netdisk-fast-download:main
+docker pull ghcr.io/qaiu/netdisk-fast-download:lastest
# 复制配置文件(或下载仓库web-service\src\main\resources)
-docker create --name netdisk-fast-download ghcr.io/qaiu/netdisk-fast-download:main
+docker create --name netdisk-fast-download ghcr.io/qaiu/netdisk-fast-download:lastest
docker cp netdisk-fast-download:/app/resources ./resources
docker rm netdisk-fast-download
# 启动容器
-docker run -d -it --name netdisk-fast-download -p 6401:6401 --restart unless-stopped -e TZ=Asia/Shanghai -v ./resources:/app/resources -v ./db:/app/db -v ./logs:/app/logs ghcr.io/qaiu/netdisk-fast-download:main
+docker run -d -it --name netdisk-fast-download -p 6401:6401 --restart unless-stopped -e TZ=Asia/Shanghai -v ./resources:/app/resources -v ./db:/app/db -v ./logs:/app/logs ghcr.io/qaiu/netdisk-fast-download:lastest
# 反代6401端口
@@ -285,15 +285,15 @@ mkdir -p netdisk-fast-download
cd netdisk-fast-download
# 拉取镜像
-docker pull ghcr.nju.edu.cn/qaiu/netdisk-fast-download:main
+docker pull ghcr.nju.edu.cn/qaiu/netdisk-fast-download:lastest
# 复制配置文件(或下载仓库web-service\src\main\resources)
-docker create --name netdisk-fast-download ghcr.nju.edu.cn/qaiu/netdisk-fast-download:main
+docker create --name netdisk-fast-download ghcr.nju.edu.cn/qaiu/netdisk-fast-download:lastest
docker cp netdisk-fast-download:/app/resources ./resources
docker rm netdisk-fast-download
# 启动容器
-docker run -d -it --name netdisk-fast-download -p 6401:6401 --restart unless-stopped -e TZ=Asia/Shanghai -v ./resources:/app/resources -v ./db:/app/db -v ./logs:/app/logs ghcr.nju.edu.cn/qaiu/netdisk-fast-download:main
+docker run -d -it --name netdisk-fast-download -p 6401:6401 --restart unless-stopped -e TZ=Asia/Shanghai -v ./resources:/app/resources -v ./db:/app/db -v ./logs:/app/logs ghcr.nju.edu.cn/qaiu/netdisk-fast-download:lastest
# 反代6401端口
From 036f107c901a219b4f6583b1ed1ad79c18d07056 Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 03:20:18 +0800
Subject: [PATCH 04/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
docker镜像更新
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8699f12..6184c48 100644
--- a/README.md
+++ b/README.md
@@ -256,7 +256,7 @@ mvn package
### Docker 部署(Main分支)
#### 海外服务器Docker部署
-``shell
+```shell
# 创建目录
mkdir -p netdisk-fast-download
cd netdisk-fast-download
From 7a02b1e97f4e5b062ecea331a409479ad1932fcb Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 03:46:19 +0800
Subject: [PATCH 05/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6184c48..e2127df 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,10 @@ API规则:
http://your_host/json/网盘标识/分享key@分享密码
3. 文件夹解析v0.1.8fixed3新增
http://your_host/json/getFileList?url=分享链接&pwd=xxx
+
+---
+
+1. 文件解析:/json/parser?url=分享链接&pwd=xxx
```
json返回数据格式示例:
`shareKey`: 全局分享key
@@ -153,15 +157,15 @@ json返回数据格式示例:
"fileIcon": null,
"size": 999,
"sizeStr": "999 M",
- "fileType": "apk",
+ "fileType": "file/folder",
"filePath": null,
"createTime": "17 小时前",
"updateTime": null,
"createBy": null,
"description": null,
- "downloadCount": null,
+ "downloadCount": 下载次数,
"panType": "lz",
- "parserUrl": "下载链接",
+ "parserUrl": "下载链接/文件夹链接",
"extParameters": null
}
]
From 1390cd0104d5254485d0bbcc0ab685d1e2b16d61 Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 03:47:09 +0800
Subject: [PATCH 06/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e2127df..eb8554c 100644
--- a/README.md
+++ b/README.md
@@ -86,9 +86,10 @@ API规则:
http://your_host/json/parser?url=分享链接&pwd=xxx
http://your_host/json/网盘标识/分享key@分享密码
3. 文件夹解析v0.1.8fixed3新增
- http://your_host/json/getFileList?url=分享链接&pwd=xxx
+ http://your_host/json/getFileList?url=分享链接&pwd=xxx
----
+
+-----
1. 文件解析:/json/parser?url=分享链接&pwd=xxx
```
From 161ff8d8a3a7d8043fec178806848e3fe734dbe5 Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 03:48:19 +0800
Subject: [PATCH 07/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index eb8554c..bd8c502 100644
--- a/README.md
+++ b/README.md
@@ -89,9 +89,8 @@ API规则:
http://your_host/json/getFileList?url=分享链接&pwd=xxx
------
-1. 文件解析:/json/parser?url=分享链接&pwd=xxx
+1. 文件解析:/json/parser?url=分享链接&pwd=xxx
```
json返回数据格式示例:
`shareKey`: 全局分享key
From dd8f085f635dcd9e5249ec9410af234bee2fc0ba Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 03:51:00 +0800
Subject: [PATCH 08/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bd8c502..d0f2885 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ API规则:
3. 文件夹解析v0.1.8fixed3新增
http://your_host/json/getFileList?url=分享链接&pwd=xxx
-
+### json接口说明
1. 文件解析:/json/parser?url=分享链接&pwd=xxx
```
From 8432d4952c80dd3ea238c38475f5220885f29a48 Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 03:51:46 +0800
Subject: [PATCH 09/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d0f2885..f227189 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,6 @@ main分支依赖JDK17, 提供了JDK11分支[main-jdk11](https://github.com/qaiu/
API规则:
> 建议使用UrlEncode编码分享链接
-```
1. 解析并自动302跳转
http://your_host/parser?url=分享链接&pwd=xxx
@@ -86,7 +85,8 @@ API规则:
http://your_host/json/parser?url=分享链接&pwd=xxx
http://your_host/json/网盘标识/分享key@分享密码
3. 文件夹解析v0.1.8fixed3新增
- http://your_host/json/getFileList?url=分享链接&pwd=xxx
+ http://your_host/json/getFileList?url=分享链接&pwd=xxx
+
### json接口说明
From b716e1e8618975ae223f69dfc257a42704cc9aa4 Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 04:02:50 +0800
Subject: [PATCH 10/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f227189..8ba491f 100644
--- a/README.md
+++ b/README.md
@@ -78,11 +78,11 @@ API规则:
> 建议使用UrlEncode编码分享链接
1. 解析并自动302跳转
- http://your_host/parser?url=分享链接&pwd=xxx
- 或者 http://your_host/parser?url=UrlEncode(分享链接)&pwd=xxx
+ http://your_host/parser?url=分享链接&pwd=xxx
+ http://your_host/parser?url=UrlEncode(分享链接)&pwd=xxx
http://your_host/d/网盘标识/分享key@分享密码
2. 获取解析后的直链--JSON格式
- http://your_host/json/parser?url=分享链接&pwd=xxx
+ http://your_host/json/parser?url=分享链接&pwd=xxx
http://your_host/json/网盘标识/分享key@分享密码
3. 文件夹解析v0.1.8fixed3新增
http://your_host/json/getFileList?url=分享链接&pwd=xxx
@@ -97,6 +97,8 @@ json返回数据格式示例:
`directLink`: 下载链接
`cacheHit`: 是否为缓存链接
`expires`: 缓存到期时间
+```
+
```json
{
"code": 200,
From 40e83807385198032ce2e4c1f6ea92a0ed18b25d Mon Sep 17 00:00:00 2001
From: qaiu <736226400@qq.com>
Date: Tue, 8 Jul 2025 04:03:42 +0800
Subject: [PATCH 11/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8ba491f..292abaa 100644
--- a/README.md
+++ b/README.md
@@ -91,13 +91,12 @@ API规则:
### json接口说明
1. 文件解析:/json/parser?url=分享链接&pwd=xxx
-```
+
json返回数据格式示例:
`shareKey`: 全局分享key
`directLink`: 下载链接
`cacheHit`: 是否为缓存链接
`expires`: 缓存到期时间
-```
```json
{