mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
adds calculator, unit converter to google cards
This commit is contained in:
parent
288f61b2d7
commit
11d20a8334
4 changed files with 51 additions and 7 deletions
|
@ -183,6 +183,10 @@ const Statics = Object.freeze({
|
|||
warning: {
|
||||
file: "icons/core/ico_notice_warning.png",
|
||||
revision: 3
|
||||
},
|
||||
search_calculator: {
|
||||
file: "search/calculator.78rasnkwtvo0.png",
|
||||
revision: 1
|
||||
}
|
||||
}
|
||||
})
|
||||
|
@ -234,7 +238,8 @@ module.exports.STATIC_ICONS = Object.freeze({
|
|||
ai_summary: staticAsset(Statics.icons.ai_summary),
|
||||
ai_image: staticAsset(Statics.icons.ai_image),
|
||||
ai_image_processing: staticAsset(Statics.icons.ai_image_processing),
|
||||
warning: staticAsset(Statics.icons.warning)
|
||||
warning: staticAsset(Statics.icons.warning),
|
||||
search_calculator: staticAsset(Statics.icons.search_calculator)
|
||||
})
|
||||
|
||||
module.exports.STATIC_ASSETS = Object.freeze({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue