修改同步逻辑

This commit is contained in:
qiji4215
2023-05-08 10:59:58 +08:00
parent 8b20da237b
commit 077d5bb32f
2 changed files with 29 additions and 28 deletions

View File

@@ -27,6 +27,7 @@ class FileManager {
const val DONE = 1 //完成
const val ERROR = 2 //错误
const val WAITING = 3 //等待中
const val UPLOADING = 4 //同步中
}
//初始化数据文件夹