This commit is contained in:
@@ -17,8 +17,11 @@ class ThemeController extends PluginAdminBaseController
|
||||
*/
|
||||
public function config(): Response
|
||||
{
|
||||
// 调试日志
|
||||
error_log('ThemeController::config() 被调用');
|
||||
$model = new ThemeConfigModel();
|
||||
$config = $model->getConfig();
|
||||
error_log('读取到的配置: ' . json_encode($config));
|
||||
|
||||
return json([
|
||||
'status' => 200,
|
||||
|
||||
Reference in New Issue
Block a user