1. [修复] 原 bot.groups() 中会包含一些曾经加入但实际已退出的群 (Web 微信 BUG)
    • 现针对这种情况增加过滤: 仅返回包含自身的群
  2. [修复] 当使用 get_wechat_logger()WeChatLoggingHandler 时,将等级设置为 INFO 导致循环发送日志的问题