Arron
Arron
你好,我看官网 www.clashverge.dev 是用 mkdocs 实现的,所以给推荐一个小插件,纯推荐哈,不涉及开发,用不用都行 可以为app 官网再添加一个实用的 mkdocs 插件,方便用户快速准确查看文档相关元信息:[mkdocs-document-dates](https://github.com/jaywhj/mkdocs-document-dates)
Fixed issue #68 - Moved img wrapping step to after template rendering - Reduces parsing once for each HTML, improving efficiency `tree = LexborHTMLParser(...)`
Fixed issue #65 1. Added use of `data-src` where `src` is used. `data-src` is a custom attribute that complies with the HTML5 specification for data sources 2. Prioritize `data-src` over...
I have some html pages generated with templates, and the img elements inside the templates are not recognized by glightbox, is it possible to support the img elements in the...
Hi, I'm running into a problem where my html structure has `data-src` (no src), which results in the href tag `` not having a value and the image not loading...