1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

add windowswechat ua

This commit is contained in:
zhaoxiaohai
2019-12-17 16:24:04 +08:00
parent ea8d9c5427
commit adde31f807
2 changed files with 17 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ export default [
/* Windows */
{
test: [/windows/i],
test: [/windows /i],
describe(ua) {
const version = Utils.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i, ua);
const versionName = Utils.getWindowsVersionName(version);