microsoft oauth tenantId & custom button name (#3300)

This commit is contained in:
heheer
2024-12-03 15:28:56 +08:00
committed by GitHub
parent cb56d1e53e
commit 7faa427e84
2 changed files with 8 additions and 3 deletions

View File

@@ -56,7 +56,11 @@ export type FastGPTFeConfigsType = {
github?: string;
google?: string;
wechat?: string;
microsoft?: string;
microsoft?: {
clientId?: string;
tenantId?: string;
customButton?: string;
};
};
limit?: {
exportDatasetLimitMinutes?: number;