123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- <html lang="en" style="font-size: 50px;">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalabel=0" />
- <link rel="shortcut icon" href="./img/favicon.ico">
- <title>9169-激情、欲望、爱</title>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
- body {
- color: #eaeaea;
- background-color: #121212;
- transition: color 0.5s, background-color 0.5s;
- line-height: 1.6;
- }
- .content{
- width: 100vw;
- height: 100vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .guide_title {
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- bottom: -0.18rem;
- }
- .guide_img {
- height: 0.52rem;
- }
- .guide_title_text {
- margin-left: 0.12rem;
- color: #EB7926;
- font-size: .48rem;
- font-weight: 600;
- }
- .guide_des {
- border-radius: 0.06rem;
- padding: 0.26rem 0;
- text-align: center;
- color: #FFF;
- font-size: 0.32rem;
- font-weight: 600;
- }
- .address {
- font-weight: 600;
- font-size: 14px;
- width: 300px;
- height: 0.96rem;
- color: #dfdfdf;
- display: flex;
- gap: 0.26rem;
- align-items: center;
- border-radius: 0.16rem;
- background: rgba(0, 0, 0, 0.5);
- border: 1px solid #333;
- overflow: hidden;
- }
- .address_title {
- height: 0.96rem;
- line-height: 0.96rem;
- text-align: center;
- width: 2rem;
- background-color: #eb7926;
- }
- .address_value {
- font-size: 16px;
- }
- .downText {
- color: #FFF;
- text-align: center;
- font-size: .32rem;
- font-weight: 600;
- margin: .2rem 0;
- }
- .downloadLine {
- margin-top: 0.26rem;
- }
- .downloadLine img {
- width: 6.2rem;
- height: 1rem;
- }
- .addressTxt {
- color: #FFF;
- text-align: center;
- font-size: .28rem;
- font-weight: 600;
- margin-top: .26rem;
- }
- .email_address {
- text-align: center;
- margin-top: .26rem;
- color: #dfdfdf;
- font-size: 0.28rem;
- }
- </style>
- </head>
- <body>
- <div class="content">
- <div class="guide_title">
- <img class="guide_img" src="https://static.9169kkxstzsjkdd222.app/static/web/img/logo.png" alt="">
- <p class="guide_title_text">-激情、欲望、爱</p>
- </div>
- <div class="guide_des">更牛逼、更刺激的的私密看片软件</div>
- <div class="address">
- <div class="address_title">永久地址</div>
- <div class="address_value">9169.app</div>
- </div>
- <div class="downText">—— 永久有效客户端,请务必下载 ——</div>
- <div id="iosdownload" class="downloadLine">
- <img src="./img/download2.png" alt="">
- </div>
- <div id="androiddownload" class="downloadLine">
- <img src="./img/download1.png" alt="">
- </div>
- <div class="addressTxt">请下载客户端进行看片<br>当前可用!请尽快下载!<br>如客户端失效,24小时内会补充新的</div>
- <p class="email_address">联系邮箱:www.9169.app@gmail.com</p>
- </div>
- <script src="https://static.9169kkxstzsjkdd222.app/static/web/js/jquery-3.6.0.js"></script>
- <script>
- $(document).ready(function () {
- $.ajax({
- type: "get",
- url: "https://api.9169kkxstzsjkdd222.app/bibidd/Mediaonesevenfive/shouye_lianjei",
- success: function (res) {
- let data = res.data;
- $(".address_value").text(data[0].url);
- let addressTxt = data[4].url.replace(/\*/g, "<br>");
- $(".addressTxt").html(addressTxt);
-
- $("#androiddownload").on("click", function () {
- $(location).attr("href", data[1].url);
- })
- $("#iosdownload").on("click", function () {
- $(location).attr("href", data[2].url);
- })
- }
- });
- $(".address").on("click", function () {
- let input = $("<input value = '超爽超刺激的看片神器,复制地址到浏览器打开,即可畅快看片 \n https://9169.app/'>");
- $("body").prepend(input);
- $("input").select();
- document.execCommand("copy");
- $("body").find("input").eq(0).remove();
- alert("分享链接复制成功\n快去分享给你的好友吧~")
- })
- })
- </script>
- </body>
- </html>
|