fcki1984
fcki1984
## 卸载PyOne可以分为几点: - 删除目录:将PyOne目录删除 - 解除自动启动: - 新版(systemctl):systemctl disable pyone - 旧版(supervisor):编辑/etc/rc.d/rc.local,将启动PyOne的命令删除 - 卸载MongoDB和Redis:通过宝塔卸载即可 [来源](https://www.showdoc.cc/pyone?page_id=2563838975438690)
你这是3.0吧,docker镜像都是一年前的,网站图床挂了不奇怪,现在是4.0。
可以使用dplayer自带的字幕功能(只支持vtt)。[ass/srt转vtt网址](https://gotranscript.com/subtitle-converter)或用ffmpeg。 **要求:** - 视频和.vtt字幕同目录 - vtt字幕文件命名为视频名(含后缀)+".vtt" **例:** 视频名:abc.mp4 字幕名:abc.mp4.vtt 然后只要在你使用的主题theme/xxx/show/中video.html和video2.html相应位置添加以下代码。[参考](https://dplayer.js.org/zh/guide.html#%E5%8F%82%E6%95%B0)。 subtitle: { url: "{{url}}.vtt", type: 'webvtt', fontSize: '25px', bottom: '10%', color: '#b7daff', },
添加code。127.0.01后面不是有code=XXXXX,复制填入。
https://www.moerats.com/archives/929/ 自己看看。
> This app is completely broken on 26. Even if you use the workaround to enable the app, you still get an internal server error when clicking an epub file....
> Can confirm it works on nextcloud 26.x You can use it from his fork: https://github.com/fcki1984/epubreader > > ``` > wget https://github.com/fcki1984/epubreader/archive/refs/heads/master.zip > unzip master.zip > mv epubreader-master $custom_apps_folder/epubreader >...
在windows上显示正常,但在Android设备上的显示和楼主描述一致。下列测试文件中的**前言**就可以看到这种现象。 [儒林外史.epub](https://ufile.io/vqddnjue)
> 您好! > 1)精确到页,理论上可以实现,不过页数可能不是特别精确,但会考虑在后续版本中添加的 > 2)字体的话,由于本项目是基于浏览器开发的,在浏览器端是无法获取本地字体列表的,所以只能提供几个常用字体作为选择。 > 3)文字大小调节,这个功能技术上没有问题,但考虑到降低用户的学习成本,所以会倾向于使用小,中,大的方式来描述文字大小,后续的话,我会把字体调节设置成滑块的的形式,这样就同时增加了选择自由度和降低学习成本。 > 最后感谢您的建议,祝您生活愉快 用户自定义字体可以实现吗? 比如windows安装字体,然后将字体名称填入自定义字体项内。
可以参考一下下面两个,或者能否提供自定义css样式表。 https://github.com/oldj/node-font-list https://www.zhangxinxu.com/wordpress/2018/02/js-detect-suppot-font-family/