Карусель «Карьеры»: картинки игрока и сотрудника

Добавлены career_player.jpg и career_worker.jpg (13:8, 650×400),
карточки в разделе «Карьера» теперь с фото. Картинки добавлены
в предзагрузку медиа при старте.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Kenik
2026-06-21 22:04:51 +03:00
parent 80c95d6edc
commit 40479c8b7a
3 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -1088,7 +1088,8 @@ class VKBotApplication:
try:
peer = config.OPERATOR_PEER_ID
base = os.path.join(os.path.dirname(__file__), "help_img")
for fn in ("Logo.jpg", "cs2.jpg", "dota2.jpg", "wot.jpg"):
for fn in ("Logo.jpg", "cs2.jpg", "dota2.jpg", "wot.jpg",
"career_player.jpg", "career_worker.jpg"):
path = os.path.join(base, fn)
if os.path.exists(path):
self._upload_photo(peer, path)
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB