1.3.21.3.2
Android APK Release / Build Android APK (push) Successful in 55m29s

This commit is contained in:
2026-05-26 16:32:18 +08:00
parent 546cef5ba6
commit 17673b2862
89 changed files with 24098 additions and 272 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class FileService {
int? pageSize,
}) async {
// 构造搜索 URI: cloudreve://my?name=xxx
final cloudreveUri = FileUtils.toCloudreveUriWithQuery(uri, {'name': name});
final cloudreveUri = '${FileUtils.toCloudreveUri(uri)}?name=$name';
final params = <String, dynamic>{
'uri': cloudreveUri,