fix: support get_status online

feat: seconds of auto delete file
refactor: file report
This commit is contained in:
linyuchen
2024-03-01 21:43:05 +08:00
parent fdaf0e5269
commit 3d0b90db35
15 changed files with 245 additions and 69 deletions

View File

@@ -0,0 +1,7 @@
import {GetFileBase} from "./GetFile";
import {ActionName} from "./types";
export default class GetImage extends GetFileBase{
actionName = ActionName.GetImage
}