implement dictionary search card

This commit is contained in:
bignutty 2024-11-30 15:09:45 +01:00
parent e0f1ae0dd0
commit 48939503f7
3 changed files with 25 additions and 0 deletions

View file

@ -68,6 +68,10 @@ const Statics = Object.freeze({
file: "brands/google.png",
revision: 2
},
googledictionary: {
file: "brands/googledictionary.png",
revision: 0
},
googlefinance: {
file: "brands/googlefinance.png",
revision: 0
@ -234,6 +238,7 @@ module.exports.STATICS = Object.freeze({
genius: staticAsset(Statics.brands.genius),
google: staticAsset(Statics.brands.google),
googlelens: staticAsset(Statics.brands.googlelens),
googledictionary: staticAsset(Statics.brands.googledictionary),
googlefinance: staticAsset(Statics.brands.googlefinance),
googlemaps: staticAsset(Statics.brands.googlemaps),
googletranslate: staticAsset(Statics.brands.googletranslate),