support add pay form url env (#6086)

* support add pay form url env

* optimize

* fix
This commit is contained in:
heheer
2025-12-17 17:28:40 +08:00
committed by GitHub
parent 285e2b5c93
commit abc2b6d20d
9 changed files with 22 additions and 6 deletions
+1
View File
@@ -128,6 +128,7 @@ export type FastGPTFeConfigsType = {
alipay?: boolean;
bank?: boolean;
};
payFormUrl?: string;
fileUrlWhitelist?: string[];
customDomain?: {
enable?: boolean;