Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / fsActive

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • fsActive
  • activities
  • midAutumn.html
Find file
Normal viewHistoryPermalink
midAutumn.html 3.02 KB
Newer Older
dawei's avatar
feat: 更新
5f4623ac
 
dawei committed 8 months ago
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Google tag (gtag.js) -->
    <script
      async
      src="https://www.googletagmanager.com/gtag/js?id=G-KF1H08W203"
    ></script>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta
      name="viewport"
      content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
    />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta
      name="apple-mobile-web-app-status-bar-style"
      content="black-translucent"
    />
    <meta content="telephone=no" name="format-detection" />
    <meta name="wap-font-scale" content="no" />
    <title>如月而至 中秋賜福</title>
    <link
      rel="stylesheet"
      href="https://app.ixiulive.com/static/layer-v3.1.0/layer.css"
    />
    <link
      rel="stylesheet"
      href="https://app.ixiulive.com/static/css/reset2.css"
    />
    <link
      rel="stylesheet"
      href="https://app.ixiulive.com/static/css/common.css"
    />
dawei's avatar
feat: 更新
0b276ceb
 
dawei committed 8 months ago
35
    <link rel="stylesheet" href="./css/index.css?v=2024" />
dawei's avatar
feat: 更新
5f4623ac
 
dawei committed 8 months ago
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/fsize.js"
    ></script>
    <style>
      body {
        min-width: 0;
        background-color: rgb(78, 33, 17);
      }
    </style>
  </head>

  <body>
    <div class="midAutumnBg clearfix"></div>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/jquery-3.1.1.min.js"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/layer-v3.1.0/layer/layer.js"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/common.js?v=201912141005"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/url.js?v=20201231171111"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/webAppComm.js?v=202304252153"
    ></script>
    <script
      type="text/javascript"
      src="https://app.ixiulive.com/static/js/actHead.js?v=202401021615"
    ></script>
    <script>
      //   window.dataLayer = window.dataLayer || [];
      //   function gtag() {
      //     dataLayer.push(arguments);
      //   }
      //   gtag("js", new Date());

      //   gtag("config", "G-KF1H08W203");

      var ua = navigator.userAgent.toLowerCase();
      $.ajax({
        url: "http://ceshi.yabolive.tv/web/user/checkIpIsChina.html",
        async: false,
        success: function (res) {
          console.log("result", `${ua}_${res.ip}`);
          let str = `${ua}_${res.ip}`;
          $.ajax({
            url: "http://ceshi.yabolive.tv/web/test/report/dataval",
            data: {
                dataval: str,
dawei's avatar
feat: 更新
c95e7a6e
 
dawei committed 8 months ago
94 95 96
                // version: 1000,
                // uid: 1001,
                // token: 'debug'
dawei's avatar
feat: 更新
5f4623ac
 
dawei committed 8 months ago
97 98 99 100 101 102 103 104 105 106 107
            },
            async: false,
            success: function (res) {
                console.log("结果", res)
            },
          });
        },
      });
    </script>
  </body>
</html>