feat: 本次提交更新内容如下

This commit is contained in:
2025-07-15 16:08:33 +08:00
parent 0e8bb566b5
commit df72e84ea1
8 changed files with 38 additions and 1262 deletions

View File

@@ -38,7 +38,7 @@ export interface Plan {
export interface Task {
id: string;
name: string;
status: "running" | "paused" | "completed";
status: number;
stats: {
devices: number;
acquired: number;