feat: 增加已安装应用同步逻辑
This commit is contained in:
committed by
zhengkunwang223
parent
5855e9b0d8
commit
69b34e07c9
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user