mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-27 15:01:15 +08:00
Merge branch 'master' of https://gitee.com/dcloud/opendb
This commit is contained in:
commit
d14e58c249
@ -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