feat: 增加自定义 meta description; (#1246)

* feat: 增加自定义 meta description;

* fix: 环境变量使用错误;

---------

Co-authored-by: junshun.mq <junshun.mq@alibaba-inc.com>
This commit is contained in:
Cheer
2024-04-28 18:31:47 +08:00
committed by GitHub
parent 59ece446a2
commit 5ca4049757
4 changed files with 8 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ export type FastGPTFeConfigsType = {
chatbotUrl?: string;
openAPIDocUrl?: string;
systemTitle?: string;
systemDescription?: string;
googleClientVerKey?: string;
isPlus?: boolean;
show_phoneLogin?: boolean;