v0.3.53: Fix ad cleanup batchDelete HTTP 404 (remove exclude_filelist), rename cleanup section to 转存文件清理

This commit is contained in:
2026-05-18 01:58:32 +08:00
parent 38097da994
commit b758391861
4 changed files with 3 additions and 4 deletions

View File

@@ -114,7 +114,6 @@ async function batchDeleteFiles(cookie, fids) {
body: JSON.stringify({
action_type: 1,
filelist: fids,
exclude_filelist: [],
}),
signal: AbortSignal.timeout(30000),
});