feat: 增加wordpress应用

This commit is contained in:
zhengkunwang223
2022-10-07 15:49:39 +08:00
committed by zhengkunwang223
parent 362d2d2616
commit dc70d7cfc1
20 changed files with 272 additions and 115 deletions

View File

@@ -54,6 +54,7 @@ export namespace App {
required: boolean;
default: any;
envKey: string;
key?: string;
}
export interface AppInstall {
@@ -79,4 +80,9 @@ export namespace App {
installId: number;
operate: string;
}
export interface AppService {
label: string;
value: string;
}
}