From 6076a5ce027152a335f66e4af47fec5fd130465f Mon Sep 17 00:00:00 2001 From: foxplaying <166147707+foxplaying@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:06:18 +0800 Subject: [PATCH] Update __init__.py --- src/recv_handler/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/recv_handler/__init__.py b/src/recv_handler/__init__.py index 767ae77..d1bfccf 100644 --- a/src/recv_handler/__init__.py +++ b/src/recv_handler/__init__.py @@ -56,6 +56,8 @@ class RealMessageType: # 实际消息分类 reply = "reply" # 回复消息 forward = "forward" # 转发消息 node = "node" # 转发消息节点 + json = "json" # 转发json + file = "file" # 转发文件信息 class MessageSentType: