feat: admin set share

This commit is contained in:
archer
2023-06-14 23:37:05 +08:00
parent c6259fca78
commit bf1592d2c6
7 changed files with 77 additions and 26 deletions

View File

@@ -69,6 +69,7 @@ const modelSchema = new mongoose.Schema({
chatModel: String
},
share: {
topNum: Number,
isShare: Boolean,
isShareDetail: Boolean,
intro: String,