Ai_GirlFriend/xunifriend_RaeeC/application/extra/addons.php
2026-01-31 19:15:41 +08:00

53 lines
1.2 KiB
PHP

<?php
return [
'autoload' => false,
'hooks' => [
'app_init' => [
'alioss',
],
'module_init' => [
'alioss',
'third',
],
'upload_config_init' => [
'alioss',
],
'upload_delete' => [
'alioss',
],
'epay_config_init' => [
'epay',
],
'addon_action_begin' => [
'epay',
],
'action_begin' => [
'epay',
'third',
],
'config_init' => [
'summernote',
'third',
],
'user_delete_successed' => [
'third',
],
'user_logout_successed' => [
'third',
],
'view_filter' => [
'third',
],
],
'route' => [
'/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' => '',
];