mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-27 23:09:40 +08:00
添加操作系统相关字段
This commit is contained in:
parent
9daac2c6f9
commit
185d5aea2e
@ -18,6 +18,22 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "设备唯一标识(需要加密存储)"
|
"description": "设备唯一标识(需要加密存储)"
|
||||||
},
|
},
|
||||||
|
"os_name": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "ios|android|windows|mac|linux "
|
||||||
|
},
|
||||||
|
"os_version": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "操作系统版本号 "
|
||||||
|
},
|
||||||
|
"os_language": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "操作系统语言 "
|
||||||
|
},
|
||||||
|
"os_theme": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "操作系统主题 light|dark"
|
||||||
|
},
|
||||||
"vendor": {
|
"vendor": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "设备厂商"
|
"description": "设备厂商"
|
||||||
|
Loading…
Reference in New Issue
Block a user