fix(driver/quark_uc): Fix display of non-compliant filenames (#2000)

This commit is contained in:
Cp0204
2026-01-20 19:30:44 +08:00
committed by GitHub
parent fca993a830
commit 02aec71383

View File

@@ -73,6 +73,8 @@ func (d *QuarkOrUC) GetFiles(parent string) ([]model.Obj, error) {
"pdir_fid": parent,
"_size": strconv.Itoa(size),
"_fetch_total": "1",
"fetch_all_file": "1",
"fetch_risk_file_name": "1",
}
if d.OrderBy != "none" {
query["_sort"] = "file_type:asc," + d.OrderBy + ":" + d.OrderDirection