From e5690c56ef5aa36c1f3fe7ea8304e4f3d22b4765 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 16 Apr 2025 13:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=9B=BE=E7=89=87=E6=8F=90?= =?UTF-8?q?=E5=8F=96=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/robot_cmd/robot_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/robot_cmd/robot_command.py b/utils/robot_cmd/robot_command.py index c31063a..591c7f2 100644 --- a/utils/robot_cmd/robot_command.py +++ b/utils/robot_cmd/robot_command.py @@ -43,7 +43,7 @@ class Feature(Enum): GROUP_ADD = 16, "加群提醒功能" DOUYIN_PARSER = 17, "抖音链接转视频功能" GROUP_MEMBER_CHANGE = 18, "群成员变更提醒功能" - KID_PHOTO_EXTRACT = 19, "儿童照片提取转发功能" # 小朋友照片提取功能 + # KID_PHOTO_EXTRACT = 19, "儿童照片提取转发功能" # 小朋友照片提取功能 NEWS = 20, "全球政治经济新闻" def __new__(cls, value, description):