feature:加入功能,小朋友人脸识别与分类。

This commit is contained in:
liuwei
2025-04-14 11:12:47 +08:00
parent c59dacb36b
commit 2f2e0a8113
9 changed files with 1473 additions and 7 deletions

View File

@@ -409,7 +409,8 @@ class Robot(Job):
"wcf": self.wcf, # 提供wcf对象让插件可以直接发送消息
"message_util": self.message_util, # 提供消息工具类
"gbm": self.gbm, # 每次从程序变量中取,保证最新
"all_contacts": self.allContacts
"all_contacts": self.allContacts,
"full_wx_msg": msg
}
# 检查插件是否可以处理该消息
@@ -490,6 +491,7 @@ class Robot(Job):
self.send_text_msg(output, r)
except Exception as e:
self.LOG.error(f"SendRanking error{e}")
#
# # 设置定时任务
# def game_auto_tasks(self):