fix: type

This commit is contained in:
Finley Ge 2025-12-08 22:30:04 +08:00
parent 86517c2c18
commit 8935abe57f
No known key found for this signature in database
GPG Key ID: 4C7633901042E27A

View File

@ -128,7 +128,7 @@ export type FastGPTFeConfigsType = {
alipay?: boolean;
bank?: boolean;
};
fileUrlWhitelist?: string[];
customDomain?: {
enable?: boolean;
domain?: {