mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-25 08:00:56 +00:00
feat: 域名支持批量添加 (#2774)
Refs https://github.com/1Panel-dev/1Panel/issues/2633
This commit is contained in:
@@ -101,9 +101,8 @@ export namespace Website {
|
||||
}
|
||||
|
||||
export interface DomainCreate {
|
||||
websiteId: number;
|
||||
port: number;
|
||||
domain: string;
|
||||
websiteID: number;
|
||||
domains: string;
|
||||
}
|
||||
|
||||
export interface DomainDelete {
|
||||
|
||||
Reference in New Issue
Block a user