插件优化
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-28 14:48:25 +08:00
parent 957ac89c4d
commit 91b0d4f1e4
4 changed files with 265 additions and 71 deletions

View File

@@ -55,7 +55,6 @@ class ThemeController extends PluginAdminBaseController
'side' => $param['side'] ?? [],
'feedback_type' => $param['feedback_type'] ?? [],
'honor' => $param['honor'] ?? [],
'partner' => $param['partner'] ?? [],
];
$model = new ThemeConfigModel();