18 Commits

Author SHA1 Message Date
f87922883e fix: Update configuration structure to include Management section for WebSocket and HTTP server addresses 2025-03-24 16:28:15 +08:00
lixiangwuxian
711c4fd3d6 refactor: 简化Steam游戏状态检查逻辑
- 移除checkDiffSteamGameStatus中玩家退出游戏的冗余检查
- 优化RoundCheckSteamPlaying中的日志输出
- 删除未使用的代码片段
2025-03-09 17:44:30 +08:00
lixiangwuxian
93c84d50bb feat: 重新启用Steam游戏状态定期检查功能
- 取消注释RoundCheckSteamPlaying()的启动
- 将发送消息改为日志输出,便于调试
- 移除未使用的action导入
2025-03-09 14:51:33 +08:00
lixiangwuxian
c9f063833b fix: 暂时禁用Steam游戏状态定期检查功能 2025-03-09 14:50:26 +08:00
lixiangwuxian
300fdbd957 refactor: 优化Steam游戏状态检查逻辑 2025-03-09 14:34:06 +08:00
lixiangwuxian
8049ec7946 feat: 为Steam游戏状态检查添加夜间时段检查功能
在Steam游戏状态检查中增加了凌晨1点至早上8点的时间段过滤,避免在夜间进行不必要的检查
2025-03-09 01:12:36 +08:00
lixiangwuxian
78b0b63f90 fix: 优化Steam游戏重复登录通知逻辑 2025-03-09 01:06:36 +08:00
lixiangwuxian
3a26404755 feat: 为Steam游戏状态检查添加重复登录游戏的防重复通知机制
优化Steam游戏状态检查逻辑,增加了以下特性:
1. 记录玩家游戏退出信息
2. 实现30分钟内重复登录同一游戏时抑制通知
3. 修改checkDiffSteamGameStatus函数返回值,增加玩家信息返回
4. 更新playingMap的方式更加安全和清晰
2025-03-09 01:04:26 +08:00
lixiangwuxian
79f62f1b7f refactor: 重构配置管理,使用强类型配置结构并更新相关代码 2025-03-08 17:08:28 +08:00
lixiangwuxian
d464f18fbd feat: add GetGroupMemberList function to actionManager for retrieving group member IDs and initiate websocket communication 2025-01-15 15:36:20 +08:00
lixiangwuxian
f9be1e6464 fix: correct variable name in RoundCheckSteamPlaying function to use gameList instead of gamePlayingMap for accurate game status reporting 2025-01-15 14:58:40 +08:00
lixiangwuxian
fd2ebce29e refactor: update checkDiffSteamGameStatus to return a map for game statuses and add getAllSteamID function for retrieving all Steam IDs; enhance help messages for binding and unbinding Steam accounts 2025-01-15 11:14:11 +08:00
lixiangwuxian
8dcef53924 feat: implement time wheel for scheduling tasks and refactor bond and steam playing checks to use new task scheduling utility 2025-01-10 01:27:50 +08:00
lixiangwuxian
a79991c4ff feat: enhance help inform structure and update command descriptions across various handlers 2024-12-26 11:35:34 +08:00
lixiangwuxian
2fccf24709 chore: 杂项修改 2024-11-27 01:15:45 +08:00
lixiangwuxian
978aa6a04e fix: 修复各种问题 2024-11-08 00:43:06 +08:00
lixiangwuxian
dce09c6e1f feat: 添加steam上线速报 2024-10-28 02:58:26 +08:00
lixiangwuxian
40f1f51cfa feat: 添加Steam查房功能 2024-10-26 03:30:33 +08:00