觉渐(爱尔兰之狐)

Results 11 comments of 觉渐(爱尔兰之狐)

同样的问题,在win10 x64下,显示缩放125%,electron 中的字体显示清晰,而mini-electron模糊

![_20190221145011](https://user-images.githubusercontent.com/5043373/53149238-160ac480-35e8-11e9-84c5-602ec986f11c.png)

> @linpinger > 有截图可以看下吗? 大大,还有在页面里面点击xxx 这样的链接,相当容易崩溃,即使链接是个网站也容易崩,基本上用不了,不知道是不是我写electron不规范

![readme](https://user-images.githubusercontent.com/5043373/53331327-9b191500-392b-11e9-85ea-efbc41c68ea6.png) [test.zip](https://github.com/weolar/miniblink49/files/2900069/test.zip)

可以先导出,用记事本编辑后,再导入 发件人: zaglaw 发送时间: 2018-05-08 18:51 收件人: linpinger/txt2ebook 抄送: Subscribed 主题: [linpinger/txt2ebook] 怎么编辑行号 (#3) F2是编辑标题名字,可是行号呢? — You are receiving this because you are subscribed to this thread. Reply to this...

使用旧版的txt2mobi,界面跟这个一样,不过封面功能还是可以用的

这个已经有批量的版本,不过没有目录,在百度网盘里面,所有程序都在那里 http://pan.baidu.com/s/1bnqxdjL 批处理是这个版本: AnsiTxt2Mobi_Bat.exe linpinger 发件人: Dray 发送时间: 2015-04-27 20:04 收件人: linpinger/txt2ebook 主题: [txt2ebook] 可以添加一个批量转换的功能吗? (#2) 一次收集了好多 txt 格式的小说,但是要一个一个手工去转比较麻烦。可以开发一个批量打开文件夹进行转换的功能吗? — Reply to this email directly or view it on GitHub.

在生成opf的时候加入图片的条目 参照我的golang项目中的代码 https://github.com/linpinger/foxbook-golang/blob/master/foxbook/eBookCreator.go 141行那几行,来修改 FoxEpubWriter.java

挺好的app,感谢作者大大的辛勤劳动! 之前打算通过tc安卓版(新版支持shizuku)将缓存复制出来,然后用termux脚本合并一下音频轨,但太耗硬盘空间了(已经缓存50G左右了),这个app很好的解决了该问题。 有两个需求能麻烦作者大大有空安排一下么: 1. 批量(多选,全选)导出视频 2. 能自定义导出文件名么,例如{date1}_{videoName}.mp4这样,这样就方便导出后查找

```golang getCNTime := func(iTime) { if "windows" == os.platform { return iTime } else { return times.in_location( iTime , "Asia/Shanghai") } } ``` i use this function to avoid the...