perf: 支持选择运行策略设置

This commit is contained in:
xiaojunnuo
2025-06-30 23:48:00 +08:00
parent c67a9215e3
commit 60f055f293
11 changed files with 108 additions and 30 deletions
@@ -43,6 +43,8 @@ export type SysPublicSetting = {
mpsNo?: string;
robots?: boolean;
aiChatEnabled?: boolean;
showRunStrategy?: boolean;
};
export type SuiteSetting = {
enabled?: boolean;