You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
900 B
48 lines
900 B
<?php
|
|
|
|
return [
|
|
'autoload' => false,
|
|
'hooks' => [
|
|
'app_init' => [
|
|
'alioss',
|
|
'shopro',
|
|
],
|
|
'module_init' => [
|
|
'alioss',
|
|
],
|
|
'upload_config_init' => [
|
|
'alioss',
|
|
],
|
|
'upload_delete' => [
|
|
'alioss',
|
|
],
|
|
'sms_send' => [
|
|
'alisms',
|
|
],
|
|
'sms_notice' => [
|
|
'alisms',
|
|
],
|
|
'sms_check' => [
|
|
'alisms',
|
|
],
|
|
'epay_config_init' => [
|
|
'epay',
|
|
],
|
|
'addon_action_begin' => [
|
|
'epay',
|
|
],
|
|
'action_begin' => [
|
|
'epay',
|
|
],
|
|
'upgrade' => [
|
|
'shopro',
|
|
],
|
|
'config_init' => [
|
|
'shopro',
|
|
'summernote',
|
|
],
|
|
],
|
|
'route' => [],
|
|
'priority' => [],
|
|
'domain' => '',
|
|
];
|
|
|