bump version to 0.8;fixed bugs

This commit is contained in:
huangjx
2022-02-28 18:56:04 +08:00
parent 3ff0f786f3
commit dfb0d3fd9f
3 changed files with 16 additions and 13 deletions

View File

@@ -44,6 +44,9 @@ class sliderkz extends searchBase implements searchInterface
return [];
}
foreach ($data as $item) {
if (empty($item)) {
continue;
}
$items[] = array("title" => $item["tit_art"], "data-link" => $this->getDownloadUrl($item), "duration" => Helper::formatInterval($item["duration"]));
}
unset($data);