🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-06-23 18:05:07 +00:00
parent e114d4d54f
commit 6c0ed4696f
2 changed files with 9 additions and 10 deletions

View File

@@ -670,7 +670,6 @@ class EmojiAction(BaseAction):
return False, f"表情发送失败: {str(e)}" return False, f"表情发送失败: {str(e)}"
@register_plugin @register_plugin
class CoreActionsPlugin(BasePlugin): class CoreActionsPlugin(BasePlugin):
"""核心动作插件 """核心动作插件
@@ -787,6 +786,8 @@ class CoreActionsPlugin(BasePlugin):
# components.append((DeepReplyAction.get_action_info(), DeepReplyAction)) # components.append((DeepReplyAction.get_action_info(), DeepReplyAction))
return components return components
# class DeepReplyAction(BaseAction): # class DeepReplyAction(BaseAction):
# """回复动作 - 参与聊天回复""" # """回复动作 - 参与聊天回复"""
@@ -909,5 +910,3 @@ class CoreActionsPlugin(BasePlugin):
# data = reply[1] # data = reply[1]
# reply_text += data # reply_text += data
# return reply_text # return reply_text