feat: custom title and set history top
This commit is contained in:
@@ -32,13 +32,16 @@ const ChatSchema = new Schema({
|
||||
default: '历史记录'
|
||||
},
|
||||
customTitle: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
latestChat: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
top: {
|
||||
type: Boolean
|
||||
},
|
||||
content: {
|
||||
type: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user