声明:一定の期限があります
コードは以下の通りです:
<!DOCTYPE html>
<html>
<head>
<title>VIPビデオ再生</title>
<style>
body {
font-family: 'Roboto Mono', monospace;
background-color: #1a1a1a;
color: #00ff00;
text-align: center;
}
form {
max-width: 400px;
margin: 0 auto;
padding: 20px;
background-color: #333;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
}
label {
display: block;
margin-bottom: 10px;
font-weight: bold;
color: #00ff00;
}
input[type="text"] {
width: 100%;
padding: 10px;
border: 2px solid #00ff00;
border-radius: 5px;
box-sizing: border-box;
background-color: #1a1a1a;
color: #00ff00;
font-family: 'Roboto Mono', monospace;
}
input[type="submit"] {
display: block;
width: 100%;
padding: 10px;
margin-top: 10px;
background-color: #00ff00;
color: #1a1a1a;
border: none;
border-radius: 5px;
cursor: pointer;
font-family: 'Roboto Mono', monospace;
font-weight: bold;
}
input[type="submit"]:hover {
background-color: #00cc00;
}
.avatar {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 30px;
box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
}
</style>
</head>
<body>
<div style="display: flex; flex-direction: column; align-items: center; margin-top: 50px;">
<img src="http://chatcc.icu/png.png" alt="画像" class="avatar">
<form action="https://www.playm3u8.cn/jiexi.php" method="get">
<label for="videoUrl">解析支持:优酷、爱奇艺、腾讯、芒果、乐视、搜狐、MP4、M3U8、FLV等等</label>
<input type="text" id="videoUrl" name="url" placeholder="リンクを入力してください">
<input type="submit" value="再生">
<p style="color: red; font-weight: bold;">VIPのURLアドレスを入力してください!</p>
<p style="color: red; font-weight: bold;">このインターフェースは学習と交流のためにのみ使用してください。違法な目的で使用しないでください。</p>
<p style="color: #00ff00; font-weight: bold;">人々は私のために、私は人々のために</p>
</form>
</div>
</body>
</html>
使用方法:
コードを.html ファイルとして保存します。例:"vip.html"。
保存した html ファイルを開き、ブラウザで直接開くことができます。
VIP ビデオの URL アドレスを入力する入力欄に入力します。
"再生" ボタンをクリックしてビデオの解析と再生を開始します。