feat: 删除 app_container ,修改安装逻辑
This commit is contained in:
committed by
zhengkunwang223
parent
12617f95dd
commit
c65afb7083
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user