MaLuns / hexo-theme-async

一个简单而轻量级的 Hexo 主题。 | A simple, lightweight Hexo theme.
https://hexo-theme-async.imalun.com
MIT License
327 stars 40 forks source link

[Bug]: 代码块折叠限制行数bug #72

Closed GrainRainy closed 1 year ago

GrainRainy commented 1 year ago

使用的 Hexo-Theme-Asycn 版本? | What version of Hexo-Theme-Asycn are you use?

2.0.3

是否修改过主题文件? || Has the theme files been modified?

不是 (No)

使用的浏览器? || What browse are you using?

Edge

使用的系統? || What operating system are you using?

Windows

问题描述 | Describe the bug

config 内设置 700 行,实际 50 行左右就会被折叠

image

image

出现问题网站 | Website

https://grainrain.site/2023/01/20/Minimum%20Spanning%20Tree/

MaLuns commented 1 year ago

这个高度是代码块高度,不是指的行数,设置 700 就是代码块折叠后最高 700px

GrainRainy commented 1 year ago

ok谢谢~ 不过一个建议,设置成行数可能更方便调一些