From b75839186146ec66837567753100698f8e6d14f4 Mon Sep 17 00:00:00 2001 From: admin <362324317@qq.com> Date: Mon, 18 May 2026 01:58:32 +0800 Subject: [PATCH] =?UTF-8?q?v0.3.53:=20Fix=20ad=20cleanup=20batchDelete=20H?= =?UTF-8?q?TTP=20404=20(remove=20exclude=5Ffilelist),=20rename=20cleanup?= =?UTF-8?q?=20section=20to=20=E8=BD=AC=E5=AD=98=E6=96=87=E4=BB=B6=E6=B8=85?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- source_clean/VERSION | 2 +- source_clean/frontend-src/src/pages/admin/SystemConfig.vue | 2 +- source_clean/src/cloud/drivers/quark-ad-cleanup.ts | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index d57e08b..db7aded 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.52 +0.3.53 diff --git a/source_clean/VERSION b/source_clean/VERSION index d57e08b..db7aded 100644 --- a/source_clean/VERSION +++ b/source_clean/VERSION @@ -1 +1 @@ -0.3.52 +0.3.53 diff --git a/source_clean/frontend-src/src/pages/admin/SystemConfig.vue b/source_clean/frontend-src/src/pages/admin/SystemConfig.vue index 9c62064..bd93c18 100644 --- a/source_clean/frontend-src/src/pages/admin/SystemConfig.vue +++ b/source_clean/frontend-src/src/pages/admin/SystemConfig.vue @@ -373,7 +373,7 @@
暂无失效关键词,所有链接将默认判为有效
- 夸克网盘转存清理 + 转存文件清理
diff --git a/source_clean/src/cloud/drivers/quark-ad-cleanup.ts b/source_clean/src/cloud/drivers/quark-ad-cleanup.ts index 7bbdc40..550e261 100644 --- a/source_clean/src/cloud/drivers/quark-ad-cleanup.ts +++ b/source_clean/src/cloud/drivers/quark-ad-cleanup.ts @@ -114,7 +114,6 @@ async function batchDeleteFiles(cookie, fids) { body: JSON.stringify({ action_type: 1, filelist: fids, - exclude_filelist: [], }), signal: AbortSignal.timeout(30000), });