feat: 增加配置 php 配置文件功能

This commit is contained in:
zhengkunwang223
2023-04-06 10:38:14 +08:00
committed by zhengkunwang223
parent c629fa9575
commit 04a76fd94d
19 changed files with 295 additions and 46 deletions
+1
View File
@@ -16,6 +16,7 @@ export namespace Website {
autoRenew: boolean;
appinstall?: NewAppInstall;
webSiteSSL: SSL;
runtimeID: number;
}
export interface WebsiteDTO extends Website {