All Downloads are FREE. Search and download functionalities are using the official Maven repository.

regexes.device.car_browsers.yml Maven / Gradle / Ivy

Go to download

通用设备检测库将解析任何UserAgent并检测浏览器、操作系统、使用的设备(桌面、平板、移动、电视、车载、游戏机等等)、品牌和型号。

There is a newer version: 1.0.7
Show newest version
###############
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link https://matomo.org
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

# Tesla Model S
Tesla:
  regex: '(?:Tesla/(?:(?:develop|feature|terminal-das-fsd-eap)-)?[0-9.]+|QtCarBrowser)'
  device: 'car browser'
  models:
    - regex: 'QtCarBrowser'
      model: 'Model S'
    - regex: 'Tesla/[0-9.]+'
      model: ''

# Mac Audio
MAC AUDIO:
  regex: 'Mac Audio Spro'
  device: 'car browser'
  models:
    - regex: 'Spro'
      model: 'S Pro'

# Topway
Topway:
  regex: 'sp9853i_1h10_vmm'
  device: 'car browser'
  models:
    - regex: 'sp9853i_1h10_vmm'
      model: 'TS9'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy