89 lines
2.2 KiB
PHP
Raw Normal View History

2024-11-04 10:49:10 +08:00
<?php
return [
'autoload' => false,
'hooks' => [
'sms_send' => [
'alisms',
],
'sms_notice' => [
'alisms',
],
'sms_check' => [
'alisms',
],
'app_init' => [
'barcode',
2025-02-26 15:21:01 +08:00
'crontab',
'epay',
2024-11-04 15:00:20 +08:00
'manystore',
2024-11-04 10:49:10 +08:00
'qrcode',
2025-02-26 15:21:01 +08:00
'webscan',
2024-11-04 10:49:10 +08:00
'xilufitness',
],
2025-02-26 15:21:01 +08:00
'action_begin' => [
'clicaptcha',
'csmtable',
'epay',
'third',
],
2024-11-04 10:49:10 +08:00
'view_filter' => [
'clicaptcha',
'darktheme',
2025-02-26 15:21:01 +08:00
'third',
],
'captcha_mode' => [
'clicaptcha',
2024-11-04 10:49:10 +08:00
],
'config_init' => [
'cropper',
'csmtable',
'darktheme',
'nkeditor',
2025-02-26 15:21:01 +08:00
'third',
2024-11-04 10:49:10 +08:00
],
2024-11-04 15:00:20 +08:00
'epay_config_init' => [
'epay',
],
'addon_action_begin' => [
'epay',
],
2024-11-04 10:49:10 +08:00
'upgrade' => [
'famysql',
'xilufitness',
],
'admin_login_init' => [
'loginbg',
],
2024-11-04 15:00:20 +08:00
'upload_config_checklogin' => [
'manystore',
],
2025-02-26 15:21:01 +08:00
'user_delete_successed' => [
'third',
],
'user_logout_successed' => [
'third',
],
'module_init' => [
'third',
],
2024-11-04 10:49:10 +08:00
],
'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',
2025-02-26 15:21:01 +08:00
'/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',
2024-11-04 10:49:10 +08:00
],
'priority' => [],
'domain' => '',
];