mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
feat: improve cross-uni app workflow
This commit is contained in:
25
frontend/app/.iconsrc.json
Normal file
25
frontend/app/.iconsrc.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"inputPath": "node_modules/material-symbols/material-symbols-rounded.woff2",
|
||||
"outputPath": "src/assets/icons.min.woff2",
|
||||
"htmlGlob": "src/**/*.html",
|
||||
"scriptGlob": "src/**/*.ts",
|
||||
"additionalIcons": {
|
||||
"about": ["copyright", "campaign", "policy", "description", "text_snippet"],
|
||||
"navigation": [
|
||||
"home",
|
||||
"newspaper",
|
||||
"search",
|
||||
"calendar_month",
|
||||
"local_cafe",
|
||||
"local_library",
|
||||
"inventory_2",
|
||||
"map",
|
||||
"grade",
|
||||
"account_circle",
|
||||
"settings",
|
||||
"info",
|
||||
"rate_review",
|
||||
"work"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user