feat: added icons for cards
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
package ru.omni_devel.cards
|
||||
|
||||
const val TEMPLATES_URL = "https://gitea.omni-devel.ru/omni/OmniCardsRepo/raw/branch/main/templates.json"
|
||||
const val REPO_BASE_URL = "https://gitea.omni-devel.ru/omni/OmniCardsRepo/raw/branch/main"
|
||||
|
||||
val SPACE_SYMBOLS = listOf(" ", "-", "_")
|
||||
const val TEMPLATES_REPO_FILE = "templates.json"
|
||||
|
||||
const val ICONS_REPO_FILE = "icons.json"
|
||||
const val ICONS_REPO_FOLDER = "icons"
|
||||
|
||||
val SEARCH_REPLACE_SYMBOLS = mapOf(
|
||||
" " to "",
|
||||
"-" to "",
|
||||
"_" to "",
|
||||
"ё" to "е"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user