feat: Update the system configuration type, add visibility controls for datasets and publishing channels (#4778)

This commit is contained in:
dreamer6680
2025-05-12 13:51:58 +08:00
committed by GitHub
parent 657fa32217
commit a7f9411dca
3 changed files with 59 additions and 33 deletions

View File

@@ -64,6 +64,12 @@ export type FastGPTFeConfigsType = {
show_coupon?: boolean;
concatMd?: string;
show_dataset_feishu?: boolean;
show_dataset_yuque?: boolean;
show_publish_feishu?: boolean;
show_publish_dingtalk?: boolean;
show_publish_offiaccount?: boolean;
concatMd?: string;
docUrl?: string;
openAPIDocUrl?: string;