feat: 增加应用更新功能

This commit is contained in:
zhengkunwang223
2022-10-13 18:56:53 +08:00
committed by zhengkunwang223
parent d7fc670136
commit 226a81ecf3
12 changed files with 167 additions and 25 deletions

View File

@@ -79,6 +79,7 @@ export namespace App {
installId: number;
operate: string;
backupId?: number;
detailId?: number;
}
export interface AppService {
@@ -100,4 +101,9 @@ export namespace App {
appInstallId: string;
appDetail: AppDetail;
}
export interface VersionDetail {
version: string;
detailId: number;
}
}