Commit Graph

5843 Commits (fab7788c82993c4e3e7f08dadbf14fcabb0be42a)

Author SHA1 Message Date
Ycc fab7788c82 邮件发送失败的状态设置为不同 2 weeks ago
Lei OT f6e6320082 修改自动邮件发送的地址 2 weeks ago
candice 3a7667d4f7 头部导航aboutus图片修改 2 weeks ago
LiaoYijun 7f80865939 feat: 上线生成排查 noindex sitemap 2 weeks ago
LiaoYijun 28702d6f2b 测试自动部署是否成功 2 weeks ago
LiaoYijun ba7440dde2 feat: 增加查询标识 index 的页面 2 weeks ago
LMR dffa359c74 添加更新站点 GM_JP 2 weeks ago
LMR 72a7e0d6e9 fix 6741 2 weeks ago
candice 8147894012 头部导航调整 3 weeks ago
candice 49ce236ad1 同下 3 weeks ago
candice a9cf9e108a 样式细节调整 3 weeks ago
candice 15e2325c2b 同下 3 weeks ago
candice 819861772f 同下 3 weeks ago
candice 05bbc3cbba 删除底部推荐 3 weeks ago
candice acd5e03631 底部模板改版,和HT一致 3 weeks ago
candice f90b8ec51b 底部模板添加why us内容 3 weeks ago
LMR aa3ca01ac1 add 'gm_jp' 3 weeks ago
candice b747a280c0 字体更换后细节修改 3 weeks ago
candice aea0c683fb 同下 3 weeks ago
candice df8b339940 同下 3 weeks ago
candice d1985fd265 同下 3 weeks ago
candice 48136cb05a 同下 3 weeks ago
candice b7e8a4c962 Merge branch 'master' of github.com:hainatravel/information-system into master 3 weeks ago
candice a8070e22ce 底部模板修改,和HT一致 3 weeks ago
LiaoYijun 5f81a7d3d2 feat: 跨年绑定小包价产品 3 weeks ago
candice 2b9b4d4471 同下 3 weeks ago
candice 3911d4afea 同下 3 weeks ago
candice ee1737f4a4 底部模板修改为和HT一致 3 weeks ago
candice 85477d75d6 同下 3 weeks ago
candice 89255b9362 Merge branch 'master' of github.com:hainatravel/information-system into master 3 weeks ago
candice 53c7715f51 头部导航增加top thailand tours 3 weeks ago
LiaoYijun fd12883d9c feat: 水灯节绑定小包价产品 3 weeks ago
candice 7932d2cb65 添加头部导航动画效果 3 weeks ago
candice 470b16e505 同下 3 weeks ago
candice ecb09cfac0 添加头部导航动画JS 3 weeks ago
ybc 94eb7d6646 修改滚动的js 3 weeks ago
candice 2ed1f1e67e 同下 3 weeks ago
candice f8cb5c30df 隐藏JS
<!--
    <script>
        (function (w, d, i) {
            function debounce(func, wait) {
                let timeout;
                return function () {
                    const context = this;
                    const args = arguments;
                    clearTimeout(timeout);
                    timeout = setTimeout(() => func.apply(context, args), wait);
                };
            }

            var navbar = d.getElementById(i);
            var prevScrollpos = w.pageYOffset;
            w.onscroll = debounce(function () {
                var currentScrollPos = w.pageYOffset;
                if (Math.abs(currentScrollPos - prevScrollpos) > 5) { // 滚动阈值
                    if (prevScrollpos > currentScrollPos) {
                        navbar.style.transform = 'translateY(0)';
                    } else {
                        navbar.style.transform = 'translateY(-150px)';
                    }
                    prevScrollpos = currentScrollPos;
                }
            }, 25) // 防止快速滚动时频繁触发
        })(window, document, 'pc_nav');
    </script>
-->
3 weeks ago
candice c6b8de9435 隐藏JS
<!--  <script>
    (function (w, d, i) {
      function debounce(func, wait) {
        let timeout;
        return function () {
          const context = this;
          const args = arguments;
          clearTimeout(timeout);
          timeout = setTimeout(() => func.apply(context, args), wait);
        };
      }

      var navbar = d.getElementById(i);
      var prevScrollpos = w.pageYOffset;
      w.onscroll = debounce(function () {
        var currentScrollPos = w.pageYOffset;
        if (Math.abs(currentScrollPos - prevScrollpos) > 5) { // 滚动阈值
          if (prevScrollpos > currentScrollPos) {
            navbar.style.top = '0';
          } else {
            navbar.style.top = '-100px';
          }
          prevScrollpos = currentScrollPos;
        }
      }, 25) // 防止快速滚动时频繁触发
    })(window, document, 'header');
  </script>
  -->
3 weeks ago
赵鹏 a14fd1f212 Merge branch 'master' of github.com:hainatravel/information-system 4 weeks ago
赵鹏 588156c9ed 出票fix 4 weeks ago
candice eecb4ea213 同下 4 weeks ago
candice e9b9086aa4 头部导航细节修改 4 weeks ago
candice 9927a99f2d 细节修改 4 weeks ago
candice 67bc45685c 细节修改 4 weeks ago
赵鹏 fddbcfc8fa Merge branch 'master' of github.com:hainatravel/information-system 4 weeks ago
赵鹏 a80745a4ac 火车票fix 4 weeks ago
LMR 1c21085ced fix 错误删除缓存。 4 weeks ago
candice f35193c72d 头部导航story更换 4 weeks ago
candice 090b85ca20 同下 4 weeks ago