buildContent()); } /** * 构建内容 * * @return string */ protected function buildContent(): string { $actions = [ [ 'title' => '清理缓存', 'icon' => 'fa-broom', 'color' => 'warning', 'url' => '/admin/admin-cache', 'description' => '清理系统缓存', ], [ 'title' => '系统信息', 'icon' => 'fa-info-circle', 'color' => 'info', 'url' => '/admin/system-info', 'description' => '查看系统详细信息', ], [ 'title' => '日志管理', 'icon' => 'fa-file-alt', 'color' => 'primary', 'url' => '/admin/logs', 'description' => '查看和管理系统日志', ], [ 'title' => '系统维护', 'icon' => 'fa-tools', 'color' => 'danger', 'url' => '#', 'description' => '执行系统维护操作', 'onclick' => 'performMaintenance()', ], [ 'title' => '备份系统', 'icon' => 'fa-archive', 'color' => 'success', 'url' => '#', 'description' => '创建系统备份', 'onclick' => 'createBackup()', ], [ 'title' => '性能监控', 'icon' => 'fa-chart-line', 'color' => 'secondary', 'url' => '/admin/performance', 'description' => '查看性能监控数据', ], ]; $html = '