feat: quote source

This commit is contained in:
archer
2023-05-30 23:38:16 +08:00
parent 746b9af2de
commit 87c5cb6bca
5 changed files with 6 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ const ChatSchema = new Schema({
id: String,
q: String,
a: String,
isEdit: Boolean
source: String
}
],
default: []