feat: 增加已安装应用同步逻辑

This commit is contained in:
zhengkunwang223
2022-09-29 18:16:56 +08:00
committed by zhengkunwang223
parent 5855e9b0d8
commit 69b34e07c9
30 changed files with 460 additions and 99 deletions

View File

@@ -63,7 +63,6 @@ export namespace App {
export interface AppInstalled extends CommonModel {
name: string;
containerName: string;
version: string;
appId: string;
appDetailId: string;
@@ -72,9 +71,8 @@ export namespace App {
description: string;
message: string;
appName: string;
total: number;
ready: number;
icon: string;
constainers: any[];
}
export interface AppInstalledOp {