mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-27 15:01:15 +08:00
update collection/opendb-news-articles/collection.json.
This commit is contained in:
parent
6364ea6e75
commit
7364ec5ca9
@ -16,15 +16,18 @@
|
|||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "标题"
|
"description": "标题",
|
||||||
|
"label": "标题"
|
||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "文章内容"
|
"description": "文章内容",
|
||||||
|
"label": "文章内容"
|
||||||
},
|
},
|
||||||
"excerpt": {
|
"excerpt": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "文章摘录"
|
"description": "文章摘录",
|
||||||
|
"label": "摘要"
|
||||||
},
|
},
|
||||||
"article_status": {
|
"article_status": {
|
||||||
"bsonType": "int",
|
"bsonType": "int",
|
||||||
@ -64,7 +67,8 @@
|
|||||||
},
|
},
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "缩略图地址"
|
"description": "缩略图地址",
|
||||||
|
"label": "封面大图"
|
||||||
},
|
},
|
||||||
"publish_date": {
|
"publish_date": {
|
||||||
"bsonType": "timestamp",
|
"bsonType": "timestamp",
|
||||||
|
Loading…
Reference in New Issue
Block a user