feat: add switch to control if enable home (#5531)

This commit is contained in:
伍闲犬
2025-08-26 12:00:18 +08:00
committed by GitHub
parent 3b25bf57c4
commit 3c2bf20666
8 changed files with 47 additions and 16 deletions
@@ -18,6 +18,10 @@ const ChatSettingSchema = new Schema({
ref: AppCollectionName,
required: true
},
enableHome: {
type: Boolean,
default: true
},
slogan: String,
dialogTips: String,
selectedTools: {