feat: history chat
This commit is contained in:
@@ -26,6 +26,10 @@ const ChatSchema = new Schema({
|
||||
type: Date,
|
||||
default: () => new Date()
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
default: '历史记录'
|
||||
},
|
||||
content: {
|
||||
type: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user