From 1d4fff13a13fe035a4c29424c361b19f3846d4a1 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Sat, 6 Dec 2025 13:52:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(addon/aikefu):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E7=9A=84=E4=BA=8B=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/addon/aikefu/config/event.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/addon/aikefu/config/event.php diff --git a/src/addon/aikefu/config/event.php b/src/addon/aikefu/config/event.php new file mode 100644 index 000000000..eeb7eaca9 --- /dev/null +++ b/src/addon/aikefu/config/event.php @@ -0,0 +1,24 @@ + [ + + ], + + 'listen' => [ + 'KefuChat' => [ + 'addon\aikefu\event\KefuChat' + ], + 'KefuCreateConversation' => [ + 'addon\aikefu\event\KefuCreateConversation' + ], + 'KefuGetHistory' => [ + 'addon\aikefu\event\KefuGetHistory' + ], + ], + + 'subscribe' => [ + ], +]; \ No newline at end of file