feat: polish search review interface

This commit is contained in:
2026-09-16 00:13:48 +03:00
parent 298191173e
commit 4d276e0776
8 changed files with 112 additions and 51 deletions

View File

@@ -21,7 +21,7 @@ from datetime import datetime, timezone
from pathlib import Path
from typing import Callable, Iterable
APP_VERSION = "0.9.1"
APP_VERSION = "0.9.2"
API_BASE_URL = "https://cbd.minjust.gov.kg/api/v1/OpenData/"
LANGUAGES = {"Rus": "ru", "Kyr": "ky"}
IMAGE_LANGUAGES = {"Russian": "ru", "Kyrgyz": "ky"}