You've already forked lubo_comment_query
弹幕查询修改
This commit is contained in:
@ -13,7 +13,7 @@ class DanmakuQueryController extends BaseController
|
||||
public function index()
|
||||
{
|
||||
$video_list = Videos::query()
|
||||
->withCount("danmakus", "bilibili_danmakus", "ixigua_danmakus", "douyin_danmakus")
|
||||
->withCount("danmakus", "bilibili_danmakus", "ixigua_danmakus", "douyin_danmakus", "programs")
|
||||
->orderByDesc("created_at")
|
||||
->paginate(10)->withQueryString();
|
||||
return view("danmaku.index", [
|
||||
|
Reference in New Issue
Block a user