feat: share窗口
This commit is contained in:
@@ -25,6 +25,10 @@ const ChatSchema = new Schema({
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
isShare: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
content: {
|
||||
type: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user