实现博客内容折叠

点击查看
<details open="">
  <summary>点击查看</summary>
  <ul class="popular-posts">
    <li class="popular-posts-item">
    <div class="popular-posts-title">
    <a href="https://www.liaofuzhan.com/posts/2114475547.html" rel="bookmark" data-pjax-state="">Hexo NexT主题美化2.0</a>
    </div>
    </li>

    <li class="popular-posts-item">
    <div class="popular-posts-title">
    <a href="https://www.liaofuzhan.com/posts/3274212224.html" rel="bookmark" data-pjax-state="">浏览器控制台个性化输出</a>
    </div>
    </li>

    <li class="popular-posts-item">
    <div class="popular-posts-title">
    <a href="https://www.liaofuzhan.com/posts/1599400735.html" rel="bookmark" data-pjax-state="">Hexo 优化与加速</a>
    </div>
    </li>
  </ul>
</details>
原文地址:https://www.cnblogs.com/melodyjerry/p/13329820.html