feat: 新增任务操作功能
This commit is contained in:
2
global.d.ts
vendored
2
global.d.ts
vendored
@@ -80,6 +80,8 @@ declare global {
|
||||
warn: (message: string, ...meta?: any[]) => void;
|
||||
error: (message: string, ...meta?: any[]) => void;
|
||||
},
|
||||
// 任务操作
|
||||
taskOperation: (params: any) => Promise<{success: boolean, error?: string}>,
|
||||
}
|
||||
|
||||
interface Window {
|
||||
|
||||
Reference in New Issue
Block a user