This commit is contained in:
Looly
2021-12-21 18:52:40 +08:00
parent ed85cd3cac
commit 3824c61596
3 changed files with 17 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ public class Browser extends UserAgentInfo {
// 夸克浏览器
new Browser("Quark", "Quark", Other_Version),
new Browser("MSEdge", "Edge|Edg", "(?:edge|Edg)\\/([\\d\\w\\.\\-]+)"),
new Browser("MSEdge", "Edge|Edg", "(?:edge|Edg|EdgA)\\/([\\d\\w\\.\\-]+)"),
new Browser("Chrome", "chrome", Other_Version),
new Browser("Firefox", "firefox", Other_Version),
new Browser("IEMobile", "iemobile", Other_Version),