feat: 添加自動刪除功能

This commit is contained in:
2025-01-27 17:46:41 +08:00
parent b78ca6a793
commit 82ab65fa02
3 changed files with 16 additions and 7 deletions

View File

@@ -12,3 +12,8 @@ export interface IrequestData {
}
Processed?: boolean
}
export interface Iconfig {
path: string
deleteAfter: number
}