feat: 域名支持批量添加 (#2774)

Refs https://github.com/1Panel-dev/1Panel/issues/2633
This commit is contained in:
zhengkunwang
2023-11-02 10:36:55 +00:00
committed by GitHub
parent 082032e15f
commit eebef06c77
9 changed files with 125 additions and 112 deletions
+2 -3
View File
@@ -101,9 +101,8 @@ export namespace Website {
}
export interface DomainCreate {
websiteId: number;
port: number;
domain: string;
websiteID: number;
domains: string;
}
export interface DomainDelete {