全栈小学生 02c1436e28 addon
2023-05-20 18:29:35 +08:00

17 lines
226 B
PHP

<?php
return [
//文件执行序列号
'bind' => [
],
'listen' => [
//应用管理
'appManage' => ['addon\hello_world\app\listener\AppManageListener'],
],
'subscribe' => [
],
];