perf: 是否允许爬虫爬取增加ui设置选项

This commit is contained in:
xiaojunnuo
2025-02-27 00:10:07 +08:00
parent 5d29a08ab7
commit 779db9da70
4 changed files with 24 additions and 0 deletions
@@ -34,6 +34,7 @@ export type SysPublicSetting = {
limitUserPipelineCount?: number;
managerOtherUserPipeline?: boolean;
icpNo?: string;
robots?: boolean;
};
export type SuiteSetting = {
enabled?: boolean;