Stage 06.2 - system settings navigation and product information screens

This commit is contained in:
2026-04-27 20:09:47 +03:00
parent f6fc300e84
commit cea74da4c4
9 changed files with 329 additions and 25 deletions

View File

@@ -1,2 +1,4 @@
# app/src/core/constants.py
APP_NAME = "Dzentra Bot"
APP_VERSION = "2.0.0"
APP_VERSION = "2.0.0"

View File

@@ -183,8 +183,8 @@ def build_system_text(*, include_updated_at: bool = False) -> str:
text = (
"<b>🖥️ Система</b>\n"
f"🔸 <b>{snapshot.mode_label}</b>\n"
f"⏱️ {snapshot.timezone_name}\n\n"
f"🔸 <b>{snapshot.mode_label}</b>\n\n"
# f"⏱️ {snapshot.timezone_name}\n\n"
f"{components_block}"
)