Fix #558 - WeGame mistakenly identified as WeChat

This commit is contained in:
Faisal Salman
2022-07-01 00:27:57 +07:00
parent a5cdc2975b
commit 1e82d7d265
2 changed files with 12 additions and 1 deletions

View File

@@ -237,7 +237,8 @@
], [NAME, VERSION], [
/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i // UCBrowser
], [VERSION, [NAME, 'UC'+BROWSER]], [
/\bqbcore\/([\w\.]+)/i // WeChat Desktop for Windows Built-in Browser
/microm.+\bqbcore\/([\w\.]+)/i, // WeChat Desktop for Windows Built-in Browser
/\bqbcore\/([\w\.]+).+microm/i
], [VERSION, [NAME, 'WeChat(Win) Desktop']], [
/micromessenger\/([\w\.]+)/i // WeChat
], [VERSION, [NAME, 'WeChat']], [