This commit is contained in:
make
2025-05-05 17:28:28 +08:00
parent 74ccb5380b
commit bcf6ea9971
7 changed files with 74 additions and 27 deletions

View File

@@ -57,6 +57,10 @@ class Video extends TagLib
*/
public function tagRankList($tag, $content)
{
// if($tag['sort_type'] == 'weekly'){
// var_dump($tag);exit;
// }
$count = $tag['count'] ?? '10';
$sort_type = $tag['sort_type'] ?? "";
$v_status = $tag['v_status'] ?? "all";