feat: add yandex password and creditcard

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-04-13 16:11:34 +08:00
parent 4b4abee6cf
commit 71d784d645
4 changed files with 114 additions and 3 deletions
+4
View File
@@ -50,6 +50,10 @@ func (d *Data) addSource(Sources []item.Item) {
d.Sources[source] = &ChromiumDownload{}
case item.ChromiumCreditCard:
d.Sources[source] = &ChromiumCreditCard{}
case item.YandexPassword:
d.Sources[source] = &YandexPassword{}
case item.YandexCreditCard:
d.Sources[source] = &YandexCreditCard{}
case item.FirefoxPassword:
d.Sources[source] = &FirefoxPassword{}
case item.FirefoxCookie: