mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 16:00:52 +00:00
feat: 网站备份/恢复增加任务日志 (#6603)
This commit is contained in:
@@ -70,6 +70,7 @@ export namespace Backup {
|
||||
name: string;
|
||||
detailName: string;
|
||||
secret: string;
|
||||
taskID: string;
|
||||
}
|
||||
export interface Recover {
|
||||
downloadAccountID: number;
|
||||
@@ -78,5 +79,6 @@ export namespace Backup {
|
||||
detailName: string;
|
||||
file: string;
|
||||
secret: string;
|
||||
taskID: string;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,6 +24,8 @@ export namespace Website {
|
||||
accessLog?: boolean;
|
||||
errorLog?: boolean;
|
||||
childSites?: string[];
|
||||
dbID: number;
|
||||
dbType: string;
|
||||
}
|
||||
|
||||
export interface WebsiteDTO extends Website {
|
||||
|
||||
Reference in New Issue
Block a user