Files
yiqiu 8a1fa3fb8b
All checks were successful
continuous-integration/drone/push Build is passing
新增配置插件
2025-11-20 23:37:31 +08:00

16 lines
433 B
PHP

<?php
return [
[
'title' => 'auth_plugin_addon_theme_configurator',
'url' => 'theme_config',
'child' => [
[
'title' => 'auth_plugin_addon_theme_configurator_save',
'url' => '',
'auth_rule' => 'ThemeController::save',
'auth_rule_title' => 'auth_plugin_addon_theme_configurator_save',
],
],
],
];