$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 "
{$description}
一站式网络安全工具与资源导航平台
暂无数据,请在 = htmlspecialchars($config['file']) ?> 中添加项目