$data[0]['section'], 'file' => $filename, 'items' => array_slice($data, 1) ]; } else { $sections[$filename] = [ 'title' => pathinfo($filename, PATHINFO_FILENAME), 'file' => $filename, 'items' => $data ]; } } return $sections; } /** * 渲染卡片HTML * @param array $item 项目数据 * @return string HTML字符串 */ function renderCard($item) { $name = htmlspecialchars($item['name'] ?? '未命名'); $url = htmlspecialchars($item['url'] ?? '#'); $description = htmlspecialchars($item['description'] ?? '暂无简介'); return "

{$name}

{$url}

{$description}

"; } // 自动获取栏目配置 $sections = getSectionsConfig($jsonDir); ?> SecHub - 网络安全工具集

SecHub 网安工具集

一站式网络安全工具与资源导航平台

$config): ?>

暂无数据,请在 中添加项目