Jing

Results 58 comments of Jing

我也有时会遇到 ERR_CONNECTION_RESET, 一番折腾,发现把APP加到电池优化白名单, 再把Server运行在Android前台服务里就行了。

![image](https://user-images.githubusercontent.com/42014615/222312030-18fa4ee9-ad90-4fb4-b993-c643438bc1cb.png) 我也遇到了相同的问题,浏览器和Postman获取没问题

https://github.com/tindy2013/subconverter/issues/573#issuecomment-1436012060 貌似是请求头的问题

> 某些时候,有些订阅提供者会根据请求头屏蔽部分请求,subconvertor带有`SubConverter-Request`和 `SubConverter-Version`的请求头,而且目前似乎没有提供更改请求头的方法,目前好像无解。 或者你可以自己修改源代码然后编译。 确实是请求头的问题,我Fork了项目把请求头代码注释掉了,然后用Actions构建了Mac和Win的程序(Linux的构建失败): https://github.com/jing332/subconverter/releases

Now supports multiple models: https://github.com/jing332/SherpaOnnxTtsEngineAndroid

/storage/emulated/0/Android/data/com.k2fsa.sherpa.onnx.tts.engine/files/model/

> > Now supports multiple models: https://github.com/jing332/SherpaOnnxTtsEngineAndroid > > @jing332 Why you have imported the files in a new repo and not simply forked the original repo? With this [commit](https://github.com/jing332/SherpaOnnxTtsEngineAndroid/commit/07c3d7a5f0397bc1586109204f1a4785e9c31b83)...

你可以用净化实现分割长段落 [182净化规则_阅读3.0专用【5月4日更新】.txt](https://github.com/gedoor/legado/files/9783966/182._.3.0.5.4.txt) ![Screenshot_20221014162610](https://user-images.githubusercontent.com/42014615/195799943-b8a601db-cbdf-4cfb-9de0-40c46d4d550e.jpg)

系统通知,现在可以显示局域网IP了,而非固定的localhost

> > 系统通知,现在可以显示局域网IP了,而非固定的localhost > > 貌似默认关闭通知权限的,要手动在系统打开,不知道是否因为是 MIUI A13之后通知有变更: 会在启动时提示获取通知权限,可能是MIUI魔改了吧。