entelechy

Results 6 comments of entelechy

> 我也遇到了,注释重复添加,并不会覆盖,怎么解决? 遗憾的是,我的bug出现一次后很久没有复现了,所以我并没有它的解决办法

也可以加入只展示最近多少篇文章这样的功能

我自己修改了, ``` .timeline-body { width: 100%; } ``` 给这个body添加max-height: 400px; overflow-y: auto; 即可实现这个效果 ![Image](https://github.com/user-attachments/assets/467b1b21-7d0f-41f8-92f4-499ea2e48dd5)

> > where add this schema,pls? > > just in preference.. You can find a setting called "leetcode.language.preamble". Then you can edit the setting in vscode. > > This is...