Chill-Try

Results 10 comments of Chill-Try

v1.6.5, multiple devices have the same problem

> > v1.6.5, multiple devices have the same problem > > 检查一下系统代理绕过有没有写了不合规的规则 It's empty(default)

First change the `Settings - Words Per Slide (chunk size)` to '1' Then set the parameters in the figure below in `Advance - More...` (Don't refer to mine, set the...

好像所有网站都有这个 issue,这是刚才随机找的 CSDN 例子: https://blog.csdn.net/qq_42951560/article/details/124218348 ![首行缩进](https://github.com/user-attachments/assets/845c2507-f001-4261-b6e7-b1fd8744f0bb) ---- ---- 另外对于 OpenWrt 官方文档网站,阅读模式总是漏掉一些段落(标题和正文子项): https://openwrt.org/docs/guide-developer/source-code/start ![Openwrt文档缺少元素](https://github.com/user-attachments/assets/9aeb89af-5a6e-40eb-be4b-6c9e8b2015d4) ![OpenWrt文档缺少元素2](https://github.com/user-attachments/assets/f2f01797-9291-4660-85b9-fffb721b77c2)

感觉绿色标注的部分是想要的效果,阅读文章时喜欢根据缩进区分段落, 而红色标注的 序号后的空隙、代码块前的缩进 不太符合阅读习惯。 ---- ---- 好的,我会尝试使用 “将选中的内容生成阅读模式”

指之前图里的绿色方框 ![绿色方框](https://github.com/user-attachments/assets/fbeb2714-263f-418e-9f61-185fffbb530c)

可能简悦对多层次的识别不是很好吧,多层次的经常丢失内容 比如咱们自己的 github 页:https://github.com/Kenshin/simpread/discussions/1596

## If your `english font` not supports `chinese characters`, try this: ```css /* assets/css/custom.css */ @font-face { font-family: 'font1'; src: url("/fonts/english_only.ttf"); /* 你想要的英文字体 */ } @font-face { font-family: 'font2'; src:...

> overriding is likely your best bet Thanks, I can override .svg file but don't know how to use js and css as animated background.