feat: 本次提交更新内容如下
存
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user