使用Mix,Tailwind,更改对应样式

This commit is contained in:
2022-07-14 13:07:10 +08:00
parent 23dfef114e
commit eab7f1f3aa
20 changed files with 5483 additions and 145 deletions

View File

@ -0,0 +1,16 @@
<div class="mt-2">
<span>其他链接:</span>
<a class="text-blue-600" href="https://space.bilibili.com/328013928" target="_blank">永恒de草薙的B站主页</a>
<a class="text-blue-600" href="https://live.bilibili.com/24048885" target="_blank">永恒de草薙的直播间</a>
<a class="text-blue-600" href="https://space.bilibili.com/4847925" target="_blank">开心鄢的B站主页</a>
<a class="text-blue-600" href="https://space.bilibili.com/176444156" target="_blank">神鬼传奇(课代表)的B站主页</a>
<a class="text-blue-600" href="https://pan.baidu.com/s/1ECnwiHnsm-3dSXNJGWlR2g?pwd=ddxt" target="_blank">近期的录播文件(提取码:ddxt)</a>
<a class="text-blue-600" href="https://www.aliyundrive.com/s/2moBpEUqDTG" target="_blank">2022年的录播文件</a>
<a class="text-blue-600" href="https://www.aliyundrive.com/s/AAAMXjagZ79" target="_blank">2021年的录播文件</a>
<a class="text-blue-600" href="https://www.aliyundrive.com/s/hpYfF518yH7" target="_blank">2020年的录播文件</a>
<a class="text-blue-600" href="https://www.aliyundrive.com/s/GuyUChZ27Fy" target="_blank">2019年的录播文件</a>
<a class="text-blue-600" href="http://render.home.jerryyan.top" target="_blank">压制机器状态</a>
</div>
<div class="mt-2 text-center">
<a class="text-blue-600 underline" href="http://beian.miit.gov.cn" target="_blank">赣ICP备18004555号-1</a>
</div>

View File

@ -0,0 +1,10 @@
<div>
<h1 class="text-2xl font-bold">非专业人士,制作不易,请大家多多谅解</h1>
<div class="text-l font-bold">有任何意见或建议可以直接联系我</div>
<div>
导航:
<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>
</div>
</div>

View File

@ -0,0 +1,11 @@
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>正在建设中</title>
</head>
<body>
@include("common.header")
<h1>正在建设中</h1>
@include("common.footer")
</body>
</html>