You've already forked lubo_comment_query
开放节目搜索功能,弹幕的title修改
This commit is contained in:
@ -5,6 +5,6 @@
|
||||
导航:
|
||||
<a class="text-blue-600 underline" href="/">节目单查询</a>
|
||||
<a class="text-blue-600 underline" href="/danmakus">直播弹幕查询</a>
|
||||
<a class="text-gray-50" href="/programs" style="color: gray" title="数据不全,待补充">节目查询</a>
|
||||
<a class="text-blue-600 underline" href="/programs" title="数据不全,待补充">节目查询</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>录播节目单查询</title>
|
||||
<title>录播弹幕查询</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="{{ mix('/css/app.css') }}" rel="stylesheet"/>
|
||||
</head>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>录播节目单查询</title>
|
||||
<title>录播弹幕查询</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="{{ mix('/css/app.css') }}" rel="stylesheet"/>
|
||||
</head>
|
||||
|
@ -7,12 +7,12 @@
|
||||
</head>
|
||||
<body>
|
||||
@include("common.header")
|
||||
<h3>搜索功能待开放,数据待补充完整</h3>
|
||||
<!--<form action="">
|
||||
<label for="keyword">查找节目关键词,空格隔开查找多个关键词</label>
|
||||
<input type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
||||
<input type="submit">
|
||||
</form>-->
|
||||
<div class="font-bold">数据待补充完整</div>
|
||||
<form class="form" action="">
|
||||
<label for="keyword">查找节目关键词,空格隔开查找多个关键词,暂不支持通过点播老板搜索</label>
|
||||
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
||||
<input class="border border-black" type="submit">
|
||||
</form>
|
||||
<table class="table-auto border-collapse w-full lg:border lg:border-black">
|
||||
<thead>
|
||||
<tr class="border border-black sticky bg-white lg:static top-0 left-0 right-0">
|
||||
|
Reference in New Issue
Block a user