🐛 修复 windows 文件备份失败.

This commit is contained in:
lijiahangmax
2024-07-14 21:24:53 +08:00
parent 849e010bc3
commit c20c83245f
12 changed files with 68 additions and 20 deletions

View File

@@ -41,6 +41,7 @@ export interface HostSftpLogQueryResponse extends TableData {
export interface HostSftpLogExtra {
mod: number;
target: string;
maxCount: number;
}
/**