mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
reddit command
This commit is contained in:
parent
d0cb4ab67e
commit
c3213c28d8
6 changed files with 113 additions and 2 deletions
|
@ -28,6 +28,10 @@ const Statics = Object.freeze({
|
|||
file: "brands/photofunia.png",
|
||||
revision: 1
|
||||
},
|
||||
reddit: {
|
||||
file: "brands/reddit.png",
|
||||
revision: 0
|
||||
},
|
||||
tineye: {
|
||||
file: "brands/tineye.png",
|
||||
revision: 1
|
||||
|
@ -55,7 +59,7 @@ const Statics = Object.freeze({
|
|||
revision: 0
|
||||
},
|
||||
error: {
|
||||
file: "icons/ico_warning_small.png",
|
||||
file: "icons/ico_error_small.png",
|
||||
revision: 0
|
||||
},
|
||||
loading: {
|
||||
|
@ -80,6 +84,7 @@ module.exports.STATICS = Object.freeze({
|
|||
inferkit: staticAsset(Statics.brands.inferkit),
|
||||
makesweet: staticAsset(Statics.brands.makesweet),
|
||||
photofunia: staticAsset(Statics.brands.photofunia),
|
||||
reddit: staticAsset(Statics.brands.reddit),
|
||||
tineye: staticAsset(Statics.brands.tineye),
|
||||
urbandictionary: staticAsset(Statics.brands.urbandictionary),
|
||||
wikihow: staticAsset(Statics.brands.wikihow),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue