Fix #235 Detect Meizu Tablet

This commit is contained in:
Faisal Salman
2017-06-22 17:37:35 +07:00
parent d103dd5450
commit 3fd01f07ea
2 changed files with 14 additions and 1 deletions

View File

@@ -89,6 +89,16 @@
"type" : "mobile"
}
},
{
"desc" : "Meizu M5 Note",
"ua" : "Mozilla/5.0 (Linux; Android 6.0; M5 Note Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043024 Safari/537.36 MicroMessenger/6.5.7.1040 NetType/WIFI Language/zh_CN",
"expect" :
{
"vendor" : "Meizu",
"model" : "M5 Note",
"type" : "tablet"
}
},
{
"desc" : "Microsoft Lumia 950",
"ua" : "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.10586",