merge new features

This commit is contained in:
2026-05-27 19:19:11 +08:00
parent 886046a72b
commit 98af110531
37 changed files with 6405 additions and 993 deletions
@@ -226,7 +226,7 @@ class FileManagerProvider extends ChangeNotifier {
/// 移动文件(增量更新)
Future<String?> moveFiles(List<String> uris, String destination, {bool copy = false}) async {
try {
await FileService().moveFiles(uris: uris, dst: destination);
await FileService().moveFiles(uris: uris, dst: destination, copy: copy);
clearSelection();
if (!copy) {