feat: added templates search

This commit is contained in:
2026-06-21 21:35:36 +03:00
parent d7ff167e32
commit e6ebd574fd
5 changed files with 58 additions and 22 deletions
@@ -1,3 +1,5 @@
package ru.omni_devel.cards
const val TEMPLATES_URL = "https://gitea.omni-devel.ru/omni/OmniCardsRepo/raw/branch/main/templates.json"
val SPACE_SYMBOLS = listOf(" ", "-", "_")