feat: support brave browser, Close #31

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-10-26 12:39:09 +08:00
parent f61750b1bf
commit 25bac647e6
6 changed files with 30 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ const (
firefoxName = "Firefox"
speed360Name = "360speed"
qqBrowserName = "qq"
braveName = "Brave"
)
type Browser interface {