feat: add bot I/O layer for message routing and point management, updating .env.example with topic map configuration.

This commit is contained in:
2569718930@qq.com
2026-03-14 11:51:14 +08:00
parent 4bd531bbc9
commit d1f4a8b236
2 changed files with 47 additions and 6 deletions
+4
View File
@@ -8,6 +8,10 @@ TELEGRAM_CHAT_IDS=
# If TELEGRAM_QUERY_TOPIC_CHAT_ID is empty, fallback to command source chat.
TELEGRAM_QUERY_TOPIC_CHAT_ID=
TELEGRAM_QUERY_TOPIC_ID=
# Optional per-group topic routing (higher priority than fixed topic above):
# format: chat_id:topic_id,chat_id:topic_id
# Example: TELEGRAM_QUERY_TOPIC_MAP=-1003586303099:25513,-1003539418691:25514
TELEGRAM_QUERY_TOPIC_MAP=
TELEGRAM_ALERT_PUSH_ENABLED=true
TELEGRAM_ALERT_PUSH_INTERVAL_SEC=300
TELEGRAM_ALERT_PUSH_COOLDOWN_SEC=1800