新增配置插件
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-20 23:37:31 +08:00
parent 3e345e9e22
commit 8a1fa3fb8b
14 changed files with 923 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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',
],
],
],
];