76 lines
1.9 KiB
PHP
76 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'autoload' => false,
|
|
'hooks' => [
|
|
'sms_send' => [
|
|
'alisms',
|
|
],
|
|
'sms_notice' => [
|
|
'alisms',
|
|
],
|
|
'sms_check' => [
|
|
'alisms',
|
|
],
|
|
'app_init' => [
|
|
'barcode',
|
|
'qrcode',
|
|
],
|
|
'view_filter' => [
|
|
'betterform',
|
|
'clicaptcha',
|
|
'darktheme',
|
|
'third',
|
|
],
|
|
'config_init' => [
|
|
'betterform',
|
|
'cropper',
|
|
'csmtable',
|
|
'darktheme',
|
|
'nkeditor',
|
|
'third',
|
|
],
|
|
'action_begin' => [
|
|
'clicaptcha',
|
|
'csmtable',
|
|
'epay',
|
|
'third',
|
|
],
|
|
'captcha_mode' => [
|
|
'clicaptcha',
|
|
],
|
|
'epay_config_init' => [
|
|
'epay',
|
|
],
|
|
'addon_action_begin' => [
|
|
'epay',
|
|
],
|
|
'user_delete_successed' => [
|
|
'third',
|
|
],
|
|
'user_logout_successed' => [
|
|
'third',
|
|
],
|
|
'module_init' => [
|
|
'third',
|
|
],
|
|
],
|
|
'route' => [
|
|
'/barcode$' => 'barcode/index/index',
|
|
'/barcode/build$' => 'barcode/index/build',
|
|
'/example$' => 'example/index/index',
|
|
'/example/d/[:name]' => 'example/demo/index',
|
|
'/example/d1/[:name]' => 'example/demo/demo1',
|
|
'/example/d2/[:name]' => 'example/demo/demo2',
|
|
'/qrcode$' => 'qrcode/index/index',
|
|
'/qrcode/build$' => 'qrcode/index/build',
|
|
'/third$' => 'third/index/index',
|
|
'/third/connect/[:platform]' => 'third/index/connect',
|
|
'/third/callback/[:platform]' => 'third/index/callback',
|
|
'/third/bind/[:platform]' => 'third/index/bind',
|
|
'/third/unbind/[:platform]' => 'third/index/unbind',
|
|
],
|
|
'priority' => [],
|
|
'domain' => '',
|
|
];
|