[2.15.0] 每个步骤添加时间记录

This commit is contained in:
renwj
2023-03-24 16:13:34 +08:00
parent 966850dbb2
commit 65e0802de5
6 changed files with 48 additions and 53 deletions

View File

@@ -42,8 +42,6 @@ interface IMoGoUpgradeProvider: IProvider {
suspend fun recordInstallFailed(code: Int, error: String)
suspend fun isUpgradeSuccess(type: Int): Boolean
suspend fun getUpgradeRecords(): Map<String, List<Pair<String, String>>>?
suspend fun hasUpgradeRecord(): Boolean