mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
feat: add switch to control if enable home (#5531)
This commit is contained in:
@@ -18,6 +18,10 @@ const ChatSettingSchema = new Schema({
|
||||
ref: AppCollectionName,
|
||||
required: true
|
||||
},
|
||||
enableHome: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
slogan: String,
|
||||
dialogTips: String,
|
||||
selectedTools: {
|
||||
|
||||
Reference in New Issue
Block a user