perf: 隐藏运行策略选项

This commit is contained in:
xiaojunnuo
2025-04-10 09:35:50 +08:00
parent 57309ae3d5
commit 2951df0cd9
6 changed files with 17 additions and 3 deletions
+1
View File
@@ -64,6 +64,7 @@ export type PluginDefine = Registrable & {
};
};
needPlus?: boolean;
showRunStrategy?: boolean;
};
export type ITaskPlugin = {