This commit is contained in:
SengokuCola
2025-05-12 23:18:05 +08:00
parent 7a46b56781
commit a19211e03b
6 changed files with 18 additions and 17 deletions

View File

@@ -46,9 +46,7 @@ logger = get_logger("hfc") # Logger Name Changed
# 默认动作定义
DEFAULT_ACTIONS = {
"no_reply": "不操作,继续浏览",
"reply": "表达想法,可以只包含文本、表情或两者都有"}
DEFAULT_ACTIONS = {"no_reply": "不操作,继续浏览", "reply": "表达想法,可以只包含文本、表情或两者都有"}
class ActionManager: