mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
implement dictionary search card
This commit is contained in:
parent
e0f1ae0dd0
commit
48939503f7
3 changed files with 25 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue