Sha256: 6bb2620d03992b1b17fa660078a1557e68c3c98b3d32e99eafb6e6d3c42f24ec

Contents?: true

Size: 569 Bytes

Versions: 24

Compression:

Stored size: 569 Bytes

Contents

<div class="loader-wrapper">
    <span class="loader"><span class="loader-inner"></span></span>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
    $(window).on("load", function () {
      $(".loader-wrapper").fadeOut("slow");
    });
    setTimeout(function () {
      if ($(".loader-wrapper").is(":visible")) {
        alert('检测到当前页面加载时间已超过 15 秒,原因可能是您的网速过慢或系统正在维护,您可继续等待加载或尝试刷新页面以解决。');
      };
    }, 15000); 
</script>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-customized-upe-4.0.0 _includes/loader.html
jekyll-theme-chirpy-customized-upe-4.0.0.pre.beta2 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.2.0 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta3 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta2 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.2.0.pre.beta1 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.1.4 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.1.2 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.1.1 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.1.0 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.0.1 _includes/loader.html
jekyll-theme-chirpy-customized-upe-3.0.0 _includes/loader.html
jekyll-theme-chirpy-customized-upe-1.0.2 _includes/loader.html
jekyll-theme-chirpy-customized-upe-1.0.1 _includes/loader.html
jekyll-theme-chirpy-customized-upe-1.0.0 _includes/loader.html
jekyll-theme-chirpy-customized-upe-0.1.2 _includes/loader.html
jekyll-theme-chirpy-customized-upe-0.1.1 _includes/loader.html
jekyll-theme-chirpy-customized-upe-0.1.0 _includes/loader.html
jekyll-theme-chirpy-customized-upe-0.0.9 _includes/loader.html
jekyll-theme-chirpy-customized-upe-0.0.8 _includes/loader.html