Files
yycea/application/extra/addons.php
2026-03-17 09:56:06 +08:00

32 lines
796 B
PHP

<?php
return [
'autoload' => false,
'hooks' => [
'app_init' => [
'qrcode',
'wdsxh',
],
'config_init' => [
'summernote',
],
'upgrade' => [
'wdsxh',
],
],
'route' => [
'/qrcode$' => 'qrcode/index/index',
'/qrcode/build$' => 'qrcode/index/build',
'/$' => 'wdsxh/index/index',
'/about/$' => 'wdsxh/index/about',
'/contact/$' => 'wdsxh/index/contact',
'/membership/$' => 'wdsxh/index/membership',
'/news/$' => 'wdsxh/index/news',
'/news/news_detail/$' => 'wdsxh/index/news_detail',
'/header/$' => 'wdsxh/index/header',
'/footer/$' => 'wdsxh/index/footer',
],
'priority' => [],
'domain' => '',
];