“个人维基:首页”的版本间的差异

来自个人维基
跳转至: 导航搜索
最新页面
最新页面
第61行: 第61行:
 
}).done(function (html) {
 
}).done(function (html) {
 
   try {
 
   try {
     if (!html)
+
     if (!html) throw "请求失败"
      throw "请求失败";
+
     var h = document.createElement('html')
     var h = document.createElement('html');
+
     h.innerHTML = /<html[^>]*>([^]*)<\/html>/.exec(html)[1]
     h.innerHTML = /<html[^>]*>([^]*)<\/html>/.exec(html)[1];
+
     var l = $('#mw-content-text>ul', h)[0]
     var l = $('#mw-content-text>ul', h)[0];
+
     if (!l) {
     if (!l)
+
       $('.lnnblog-homepage-newpages').text("咕咕咕,最近没有新页面")
       throw "最近没有新页面";
+
      return
     var r = "";
+
    }
 +
     var r = ""
 
     $('li', l).each(function () {
 
     $('li', l).each(function () {
       r += "<li>";
+
       r += "<li>"
       r += $('.mw-newpages-pagename', this)[0].outerHTML.replace("?title=", "/").replace("&redirect=no", "");
+
       r += $('.mw-newpages-pagename', this)[0].outerHTML.replace("?title=", "/").replace("&redirect=no", "")
       r += " - ";
+
       r += " - "
       r += $('.mw-newpages-time', this)[0].innerHTML;
+
       r += $('.mw-newpages-time', this)[0].innerHTML
       r += "</li>";
+
       r += "</li>"
     });
+
     })
     $('.lnnblog-homepage-newpages').html(r);
+
     $('.lnnblog-homepage-newpages').html(r)
 +
  } catch (e) {
 +
    $('.lnnblog-homepage-newpages').text('加载失败:'+e)
 
   }
 
   }
  catch (e) {
+
})
    $('.lnnblog-homepage-newpages').text('加载失败:'+e);
+
  }
+
});
+
 
</script>
 
</script>
 
</html>}}
 
</html>}}

2022年5月27日 (五) 09:54的版本

导航

外部链接

最新页面

(3个月内的最多50个内容页面)

    Ajax加载...