fix: 修复浏览目录时违规文件名变 X***

This commit is contained in:
Cp0204 2026-01-07 17:28:03 +08:00
parent 39cac1bacb
commit 41201653f1

View File

@ -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: