This commit is contained in:
bignutty 2025-02-18 23:25:10 +01:00
parent 5b7e9841a4
commit 3a016dde3d
5 changed files with 154 additions and 1 deletions

View file

@ -96,6 +96,10 @@ const Statics = Object.freeze({
file: "brands/maps.png",
revision: 0
},
googlenews: {
file: "brands/google_news.png",
revision: 0
},
googletranslate: {
file: "brands/googletranslate.png",
revision: 0
@ -233,6 +237,10 @@ const Statics = Object.freeze({
search_calculator: {
file: "search/calculator.78rasnkwtvo0.png",
revision: 1
},
full_coverage: {
file: "search/full_coverage.7aewvft4qrc0.png",
revision: 0
}
}
})
@ -254,6 +262,7 @@ module.exports.STATICS = Object.freeze({
googledictionary: staticAsset(Statics.brands.googledictionary),
googlefinance: staticAsset(Statics.brands.googlefinance),
googlemaps: staticAsset(Statics.brands.googlemaps),
googlenews: staticAsset(Statics.brands.googlenews),
googletranslate: staticAsset(Statics.brands.googletranslate),
emojipedia: staticAsset(Statics.brands.emojipedia),
inferkit: staticAsset(Statics.brands.inferkit),
@ -291,7 +300,8 @@ module.exports.STATIC_ICONS = Object.freeze({
ai_image: staticAsset(Statics.icons.ai_image),
ai_image_processing: staticAsset(Statics.icons.ai_image_processing),
warning: staticAsset(Statics.icons.warning),
search_calculator: staticAsset(Statics.icons.search_calculator)
search_calculator: staticAsset(Statics.icons.search_calculator),
full_coverage: staticAsset(Statics.icons.full_coverage)
})
module.exports.STATIC_ASSETS = Object.freeze({