feat: 网站列表增加运行环境字段 (#562)

This commit is contained in:
zhengkunwang223
2023-04-10 08:24:26 +00:00
committed by GitHub
parent cc51eaef3f
commit 1bba2664b6
4 changed files with 23 additions and 9 deletions
+1
View File
@@ -24,6 +24,7 @@ export namespace Website {
accessLogPath: string;
sitePath: string;
appName: string;
runtimeName: string;
}
export interface NewAppInstall {