Add new traffic selection mode option

This commit is contained in:
Egor
2025-12-30 18:10:08 +04:00
committed by GitHub
parent 6ecaa406aa
commit c9c25613af
+1
View File
@@ -355,6 +355,7 @@ class BotConfigurationService:
"TRAFFIC_SELECTION_MODE": [
ChoiceOption("selectable", "📦 Выбор пакетов"),
ChoiceOption("fixed", "📏 Фиксированный лимит"),
ChoiceOption("fixed_with_topup", "📏 Фикс. лимит + докупка"),
],
"DEFAULT_TRAFFIC_RESET_STRATEGY": [
ChoiceOption("NO_RESET", "♾️ Без сброса"),