mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-16 18:07:04 -04:00
wikipedia search
This commit is contained in:
parent
0aa9d7aced
commit
6091b24044
2 changed files with 92 additions and 0 deletions
|
@ -68,6 +68,10 @@ const Statics = Object.freeze({
|
|||
file: "brands/wikihow.png",
|
||||
revision: 1
|
||||
},
|
||||
wikipedia: {
|
||||
file: "brands/wikipedia.png",
|
||||
revision: 1
|
||||
},
|
||||
wolframalpha: {
|
||||
file: "brands/wolframalpha.png",
|
||||
revision: 2
|
||||
|
@ -118,6 +122,7 @@ module.exports.STATICS = Object.freeze({
|
|||
tineye: staticAsset(Statics.brands.tineye),
|
||||
urbandictionary: staticAsset(Statics.brands.urbandictionary),
|
||||
wikihow: staticAsset(Statics.brands.wikihow),
|
||||
wikipedia: staticAsset(Statics.brands.wikipedia),
|
||||
wolframalpha: staticAsset(Statics.brands.wolframalpha),
|
||||
youtube: staticAsset(Statics.brands.youtube),
|
||||
embedSpacerInvite: staticAsset({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue