From 41201653f1723c0d280e16be7e2dc4526b3801e9 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Wed, 7 Jan 2026 17:28:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=97=B6=E8=BF=9D=E8=A7=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E5=8F=98=20X***?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quark_auto_save.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quark_auto_save.py b/quark_auto_save.py index 1188b55..002df53 100644 --- a/quark_auto_save.py +++ b/quark_auto_save.py @@ -567,6 +567,8 @@ class Quark: "_fetch_sub_dirs": "0", "_sort": "file_type:asc,updated_at:desc", "_fetch_full_path": kwargs.get("fetch_full_path", 0), + "fetch_all_file": 1, # 跟随Web端,作用未知 + "fetch_risk_file_name": 1, # 如无此参数,违规文件名会被变 *** } response = self._send_request("GET", url, params=querystring).json() if response["code"] != 0: