Chill-Try
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  ---- ---- 另外对于 OpenWrt 官方文档网站,阅读模式总是漏掉一些段落(标题和正文子项): https://openwrt.org/docs/guide-developer/source-code/start  
感觉绿色标注的部分是想要的效果,阅读文章时喜欢根据缩进区分段落, 而红色标注的 序号后的空隙、代码块前的缩进 不太符合阅读习惯。 ---- ---- 好的,我会尝试使用 “将选中的内容生成阅读模式”
指之前图里的绿色方框 
嗯嗯,感谢回复
可能简悦对多层次的识别不是很好吧,多层次的经常丢失内容 比如咱们自己的 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.