bigPoss 1 mēnesi atpakaļ
revīzija
e94ae4e97a
6 mainītis faili ar 179 papildinājumiem un 0 dzēšanām
  1. BIN
      img/.DS_Store
  2. BIN
      img/download1.png
  3. BIN
      img/download2.png
  4. BIN
      img/favicon.ico
  5. BIN
      img/logo.png
  6. 179 0
      index.html

BIN
img/.DS_Store


BIN
img/download1.png


BIN
img/download2.png


BIN
img/favicon.ico


BIN
img/logo.png


+ 179 - 0
index.html

@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<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;
+        }
+
+        .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;
+        }
+
+        #iosdownload {
+            margin-top: 0.26rem;
+        }
+
+        .downloadLine img {
+            width: 6.2rem;
+            height: auto;
+        }
+
+        .addressTxt {
+            color: #FFF;
+            text-align: center;
+            font-size: .28rem;
+            font-weight: 600;
+        }
+
+        .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="./img//logo.png">
+            <p class="guide_title_text">-激情、欲望、爱</p>
+        </div>
+        <div class="guide_des">更牛逼、更刺激的的私密看片软件</div>
+        <div class="address" id="addressBox">
+            <div class="address_title">永久地址</div>
+            <div class="address_value" id="addressValue">9169.app</div>
+        </div>
+
+        <div class="downText">—— 永久有效客户端,请务必下载 ——</div>
+
+        <div id="iosdownload" class="downloadLine">
+            <img src="./img/download2.png">
+        </div>
+        <div id="androiddownload" class="downloadLine">
+            <img src="./img/download1.png">
+        </div>
+
+        <div class="addressTxt" id="addressTxt">
+            请下载客户端进行影片观看<br>当前可用,请尽快下载! <br>如客户端失效,24小时内将更新
+        </div>
+        <p class="email_address">联系邮箱:www.9169.app@gmail.com</p>
+    </div>
+
+    <script>
+        document.addEventListener("DOMContentLoaded", function () {
+            fetch("https://api.9169av1.app/bibidd/Mediaonesevenfive/shouye_lianjei")
+                .then(response => response.json())
+                .then(res => {
+                    const data = res.data;
+                    document.getElementById("addressValue").textContent = data[0].url;
+
+                    const formattedText = data[4].url.replace(/\*/g, "<br>");
+                    document.getElementById("addressTxt").innerHTML = formattedText;
+
+                    document.getElementById("androiddownload").addEventListener("click", function () {
+                        window.location.href = data[1].url;
+                    });
+
+                    document.getElementById("iosdownload").addEventListener("click", function () {
+                        window.location.href = data[2].url;
+                    });
+                });
+
+            document.getElementById("addressBox").addEventListener("click", function () {
+                const tempInput = document.createElement("input");
+                tempInput.value = "超爽超刺激的看片神器,复制地址到浏览器打开,即可畅快看片 \n https://9169.app/";
+                document.body.appendChild(tempInput);
+                tempInput.select();
+                document.execCommand("copy");
+                document.body.removeChild(tempInput);
+                alert("分享链接复制成功\n快去分享给你的好友吧~");
+            });
+        });
+    </script>
+</body>
+
+</html>