wenweiwei %!s(int64=3) %!d(string=hai) anos
pai
achega
22d711d272

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 199 - 218
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointEditerController.swift


+ 1 - 1
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

@@ -1124,7 +1124,7 @@ extension PQStuckPointPublicController {
             if isExportSuccess, exportLocalURL != nil {
                 let size = try! exportLocalURL?.resourceValues(forKeys: [.fileSizeKey])
                 BFLog(message: "size = \(String(describing: size))")
-                if Float64(size?.fileSize ?? 0) <= maxUploadSize {
+                if (size?.fileSize ?? 0) > 0 && Float64(size?.fileSize ?? 0) <= maxUploadSize {
                     /// fp5 - 上传视频
                     reUploadVideo()
                 }

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio