仓库初始化
This commit is contained in:
34
application/extra/addons.php
Normal file
34
application/extra/addons.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'autoload' => false,
|
||||
'hooks' => [
|
||||
'app_init' => [
|
||||
'crontab',
|
||||
],
|
||||
'epay_config_init' => [
|
||||
'epay',
|
||||
],
|
||||
'addon_action_begin' => [
|
||||
'epay',
|
||||
],
|
||||
'action_begin' => [
|
||||
'epay',
|
||||
],
|
||||
'config_init' => [
|
||||
'markdown',
|
||||
],
|
||||
'sms_send' => [
|
||||
'smsbao',
|
||||
],
|
||||
'sms_notice' => [
|
||||
'smsbao',
|
||||
],
|
||||
'sms_check' => [
|
||||
'smsbao',
|
||||
],
|
||||
],
|
||||
'route' => [],
|
||||
'priority' => [],
|
||||
'domain' => '',
|
||||
];
|
||||
Reference in New Issue
Block a user