From 185d5aea2edeb9f54961820d597c0b148f1cda0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Thu, 21 Apr 2022 10:41:40 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=93=8D=E4=BD=9C=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=9B=B8=E5=85=B3=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-id-device/collection.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/collection/uni-id-device/collection.json b/collection/uni-id-device/collection.json index 8faefb3..c7e4adc 100644 --- a/collection/uni-id-device/collection.json +++ b/collection/uni-id-device/collection.json @@ -18,6 +18,22 @@ "bsonType": "string", "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": { "bsonType": "string", "description": "设备厂商"