源码介绍
因为虽然天翼云盘下载不限速,但是每次下载都需要登录比较麻烦,于是做了这个东西。HTML 单页,直接上传就能用!
源码截图
源代码
<html lang="zh-cn">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta ><!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"
type="text/css">
<style type="text/css" media="all">
html,
body {
height: 100%;
background-color: rgb(233, 236, 239);
}
body {
display: flex;
align-items: center;
justify-content: center;
}
.container {
height: 60%;
}
.main {
max-width: 648px;
margin: auto;
}
.title {
text-align: center;
font-weight: 300;
font-size: 2.1rem;
}
.label {
font-weight: 300;
text-align: center;
font-size: 1.06rem;
}
.label1 {
font-weight: 300;
text-align: center;
font-size: 1.2rem;
}
.rights {
position: absolute;
margin: auto;
width: 100%;
max-width: 648px;
text-align: center;
bottom: 20%;
}
@media (min-width: 768px) {
.title {
text-align: center;
font-weight: 300;
font-size: 3rem;
}
.label {
font-weight: 300;
text-align: center;
font-size: 1.06rem;
}
.label1 {
font-weight: 300;
text-align: center;
font-size: 1.3rem;
}
}
</style>
<title>
天翼云盘快速下载
</title>
</head>
<body>
<div class="container">
<h2 class="title">
天翼云盘快速下载
</h2>
<h6 class="label1">王大佬</h6>
<h6 class="label">若没有分享密码则无需填写</h6>
<div class="main mt-4">
<form action="https://api.zzux.net/189/down.php" method="get" accept-charset="utf-8">
<div class="form-row">
<div class="col-9">
<input type="url" required>
</div>
<div class="col-3">
<input type="text" >
</div>
</div>
<div class="float-right" style="width: 120px;margin-top: 15px;">
<button type="submit" class="btn btn-info btn-block">立即下载</button>
</div>
</form>
<div class="rights">
<hr />
接口由 <a href="https://www.zzux.net" target="_blank">极乌客</a> 提供
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"
type="text/javascript">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"
type="text/javascript">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"
type="text/javascript">
</script>
</body>
</html>