feat: 网站备份/恢复增加任务日志 (#6603)

This commit is contained in:
zhengkunwang
2024-09-27 14:23:38 +00:00
committed by GitHub
parent 4f1bdf5338
commit ed75ecc63b
17 changed files with 432 additions and 274 deletions
+2
View File
@@ -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;
}
}
+2
View File
@@ -24,6 +24,8 @@ export namespace Website {
accessLog?: boolean;
errorLog?: boolean;
childSites?: string[];
dbID: number;
dbType: string;
}
export interface WebsiteDTO extends Website {