chore(addon/aikefu): 增加统一的事件配置

This commit is contained in:
2025-12-06 13:52:45 +08:00
parent a811e36635
commit 1d4fff13a1

View File

@@ -0,0 +1,24 @@
<?php
/**
* 智能客服扩展事件配置
*/
return [
'bind' => [
],
'listen' => [
'KefuChat' => [
'addon\aikefu\event\KefuChat'
],
'KefuCreateConversation' => [
'addon\aikefu\event\KefuCreateConversation'
],
'KefuGetHistory' => [
'addon\aikefu\event\KefuGetHistory'
],
],
'subscribe' => [
],
];