122901release.html 1.29 KB
<!DOCTYPE html>
<html lang="zh">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>百年智能双录</title>
</head>
<body>
  <style>
    .st-setup {
      text-align: center;
    }
    .st-title {
      font-size: 30px;
    }
    button {
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
      background: #3f51b5;
      border: 1px solid #dcdfe6;
      color: #fff;
      -webkit-appearance: none;
      text-align: center;
      box-sizing: border-box;
      outline: none;
      margin: 0;
      transition: .1s;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      padding: 12px 20px;
      font-size: 14px;
      border-radius: 4px;
    }
    button:focus, button:hover {
      background: #3f51b5;
      border-color: #3f51b5;
      color: #fff;
    }
  </style>
  <div class="st-setup">
    <p class="st-title">百年智能双录</p>
    <button onclick="setup()">点击安装</button>
  </div>
  <script>
    function setup() {
      window.location.href = "itms-services://?action=download-manifest&url=https://pan.situdata.com/f/2f27075d74ab44e28a64/?dl=1"
    }
  </script>
</body>
</html>