60 lines
1.4 KiB
PHP
60 lines
1.4 KiB
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'autoload' => false,
|
||
|
'hooks' => [
|
||
|
'sms_send' => [
|
||
|
'alisms',
|
||
|
],
|
||
|
'sms_notice' => [
|
||
|
'alisms',
|
||
|
],
|
||
|
'sms_check' => [
|
||
|
'alisms',
|
||
|
],
|
||
|
'app_init' => [
|
||
|
'barcode',
|
||
|
'qrcode',
|
||
|
'xilufitness',
|
||
|
],
|
||
|
'view_filter' => [
|
||
|
'betterform',
|
||
|
'clicaptcha',
|
||
|
'darktheme',
|
||
|
],
|
||
|
'config_init' => [
|
||
|
'betterform',
|
||
|
'cropper',
|
||
|
'csmtable',
|
||
|
'darktheme',
|
||
|
'nkeditor',
|
||
|
],
|
||
|
'action_begin' => [
|
||
|
'clicaptcha',
|
||
|
'csmtable',
|
||
|
],
|
||
|
'captcha_mode' => [
|
||
|
'clicaptcha',
|
||
|
],
|
||
|
'upgrade' => [
|
||
|
'famysql',
|
||
|
'xilufitness',
|
||
|
],
|
||
|
'admin_login_init' => [
|
||
|
'loginbg',
|
||
|
],
|
||
|
],
|
||
|
'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',
|
||
|
],
|
||
|
'priority' => [],
|
||
|
'domain' => '',
|
||
|
];
|