Files
ZangShiQi/addon/wechat/config/event.php
2026-04-04 17:27:12 +08:00

17 lines
210 B
PHP
Executable File

<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AddSite' => [
'addon\wechat\event\AddSiteReplay',// 添加默认关注回复
],
],
'subscribe' => [
],
];