Van
2019-02-21 21:46:33 +08:00
parent 3a5132b6ba
commit fbba7dd293
194 changed files with 2365 additions and 7692 deletions

View File

@@ -90,7 +90,7 @@ var NexT = {
});
}, 500);
$('body').on('click', '.article-body img', function () {
$('body').on('click', '.content-reset img', function () {
window.open(this.src);
});
});
@@ -139,7 +139,7 @@ var NexT = {
}
},
initToc: function () {
var $articleTocs = $('.article-body [id^=b3_solo_h]'),
var $articleTocs = $('.content-reset [id^=b3_solo_h]'),
$articleToc = $('.b3-solo-list');
$(window).scroll(function (event) {