This commit is contained in:
Looly
2022-01-14 09:49:15 +08:00
parent 3412a7f4b5
commit 6570ad6625
2 changed files with 18 additions and 1 deletions

View File

@@ -47,7 +47,8 @@ public class Browser extends UserAgentInfo {
new Browser("UCBrowser", "UC?Browser", "UC?Browser\\/([\\d\\w\\.\\-]+)"),
// 夸克浏览器
new Browser("Quark", "Quark", Other_Version),
// 联想浏览器
new Browser("Lenovo", "SLBrowser", "SLBrowser/([\\d\\w\\.\\-]+)"),
new Browser("MSEdge", "Edge|Edg", "(?:edge|Edg|EdgA)\\/([\\d\\w\\.\\-]+)"),
new Browser("Chrome", "chrome", Other_Version),
new Browser("Firefox", "firefox", Other_Version),