Siricee / hexo-theme-Chic

An elegant, powerful, easy-to-read Hexo theme.
https://siricee.github.io/hexo-theme-Chic/
Other
872 stars 175 forks source link

页面展开的地方函数调用错误 #125

Closed harveyxie22 closed 2 years ago

harveyxie22 commented 2 years ago

toc.ejs

   <div class="tocbot-list-menu">
        <a class="tocbot-toc-expand" onclick="expand_toc()">Expand all</a>
        <a onclick="go_top()">Back to top</a>
        <a onclick="go_bottom()">Go to bottom</a>
    </div>

中的expand_toc()方法调用错误,应该写成expandToc(),否则会报函数无法找到错误。

Siricee commented 2 years ago

感谢反馈,问题已修复!