feat: 增加wordpress应用
This commit is contained in:
committed by
zhengkunwang223
parent
362d2d2616
commit
dc70d7cfc1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user