feat: add yandex browser for windows, Close #90

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2021-12-09 15:53:47 +08:00
parent a9f36d6524
commit c92e067ccc
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ const (
operaGXName = "OperaGX"
vivaldiName = "Vivaldi"
coccocName = "CocCoc"
yandexName = "Yandex"
)
type Browser interface {