update uni-cms-articles

This commit is contained in:
chenruilong 2023-07-14 19:29:59 +08:00
parent 940f43901b
commit 9de83b418a
2 changed files with 16 additions and 0 deletions

View File

@ -160,6 +160,14 @@
"forceDefaultValue": {
"$env": "clientIP"
}
},
"preview_secret": {
"bsonType": "string",
"description": "文章预览密钥"
},
"preview_expired": {
"bsonType": "timestamp",
"description": "文章预览过期时间"
}
}
},

View File

@ -159,6 +159,14 @@
"forceDefaultValue": {
"$env": "clientIP"
}
},
"preview_secret": {
"bsonType": "string",
"description": "文章预览密钥"
},
"preview_expired": {
"bsonType": "timestamp",
"description": "文章预览过期时间"
}
}
}