Reformat code

This commit is contained in:
世界
2026-02-08 18:23:42 +08:00
parent f765bf1e3b
commit a86dfc26d1
42 changed files with 163 additions and 98 deletions
+19 -5
View File
@@ -95,11 +95,25 @@ class FileProviderItem: NSObject, NSFileProviderItem {
// MARK: - Local File Status
var isUploaded: Bool { true }
var isUploading: Bool { false }
var isDownloaded: Bool { true }
var isDownloading: Bool { false }
var isMostRecentVersionDownloaded: Bool { true }
var isUploaded: Bool {
true
}
var isUploading: Bool {
false
}
var isDownloaded: Bool {
true
}
var isDownloading: Bool {
false
}
var isMostRecentVersionDownloaded: Bool {
true
}
private var isDirectory: Bool {
var isDir: ObjCBool = false