- Добавление сообщения о поддержке проекта

This commit is contained in:
2025-09-30 21:05:30 +03:00
parent 6b0c8a05b9
commit b5f4472b33
4 changed files with 10 additions and 6 deletions

View File

@@ -135,9 +135,10 @@ class SiteAPI:
self.logger.debug(f"Создаем пост для обновления скрипта версии {script_ver}")
post_text = content_processor.create_script_content(script_ver, next_version, changelog_response)
if post_text:
site_text = f"[center][img]/uploads/default/original/1X/5cfa59077a5275971401fab0114e56f3ffdd0ec4.png[/img][/center]\n{post_text}"
support_text = "Поддержать проект удобным для вас способом можно на сайте нашего проекта.\nhttps://linux-gaming.ru/t/podderzhat-proekt/123\n\n"
site_text = f"[center][img]/uploads/default/original/1X/5cfa59077a5275971401fab0114e56f3ffdd0ec4.png[/img][/center]\n{support_text}{post_text}"
post_data = {
"title": f"Кумулятивное обновление скриптов {script_ver}",