Files
electricity-monitor/.env.example
EchoZenith 467928f2e2 feat: 新增Telegram通知支持,新增手动发送日报功能
1. 新增Telegram机器人通知配置项和实现逻辑
2. 重构通知发送逻辑为统一的sendAllNotifications方法
3. 调整日报定时任务时间为23:30,优化日报内容
4. 后台页面新增手动发送日报按钮和相关接口
5. 优化通知提示文案,兼容多通知渠道
2026-05-24 00:29:57 +08:00

21 lines
666 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 必填 - 小程序的登录 Cookie
SHIRO_COOKIE=shiroJID=你的cookie值
# 登录用户名和密码
LOGIN_USERNAME=admin
LOGIN_PASSWORD=你的密码
# 选填 - 企业微信群机器人 Webhook URL
WECOM_WEBHOOK_URL=https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=你的key
# 选填 - Telegram 机器人 Token从 @BotFather 获取)
TELEGRAM_BOT_TOKEN=1234567890:ABCdefGHIjklmNOPqrstUVwxyz
# 选填 - 接收通知的 Telegram 用户 ID从 @userinfobot 获取)
TELEGRAM_CHAT_ID=123456789
# 选填 - 电费余额预警阈值低于此值时发送通知设为0或留空关闭
ALERT_THRESHOLD=20
# 选填 - Cookie 签名密钥
COOKIE_SECRET=