feat: 删除 app_container ,修改安装逻辑

This commit is contained in:
zhengkunwang223
2022-10-11 16:27:58 +08:00
committed by zhengkunwang223
parent 12617f95dd
commit c65afb7083
23 changed files with 377 additions and 313 deletions

View File

@@ -64,7 +64,6 @@ export namespace App {
export interface AppInstalled extends CommonModel {
name: string;
version: string;
appId: string;
appDetailId: string;
params: string;
@@ -73,7 +72,7 @@ export namespace App {
message: string;
appName: string;
icon: string;
constainers: any[];
app: App;
}
export interface AppInstalledOp {