aoaohexo

  1. hexo打开文章显示目录
  2. 修改版权下标

hexo打开文章显示目录

主题文件 source/js/script.js 的56行添加 $(‘#default-panel > .icon-file-tree’).trigger(‘click’);

/*pjax请求回来页面后触发的事件*/
    'pjax:end': function () {
        NProgress.done();
        container.scrollTop(0);
        afterPjax();
        $('#default-panel > .icon-file-tree').trigger('click');
        /*移动端打开文章后,自动隐藏文章列表*/
        if ($(window).width() <= 1024) {
            if ($fullBtn.children().hasClass("max")) {
                $fullBtn.trigger("click");
            } else if ($(".nav").hasClass("mobile")) {
                $(".nav").removeClass("mobile");
                $fullBtn.children().removeClass("mobile");
            }
        }
    },

修改版权下标

“E:\hexo\themes\3-hexo\layout_partial\copyright.ejs”


转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 xieaoao@qq.com QQ:1296454177

×

喜欢就点赞,疼爱就打赏