url
stringlengths
51
54
repository_url
stringclasses
1 value
labels_url
stringlengths
65
68
comments_url
stringlengths
60
63
events_url
stringlengths
58
61
html_url
stringlengths
39
44
id
int64
447M
1.71B
node_id
stringlengths
18
32
number
int64
1
3.09k
title
stringlengths
1
194
user
dict
labels
list
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
list
milestone
dict
comments
sequence
created_at
unknown
updated_at
unknown
closed_at
unknown
author_association
stringclasses
4 values
active_lock_reason
stringclasses
3 values
body
stringlengths
0
41.8k
reactions
dict
timeline_url
stringlengths
60
63
performed_via_github_app
null
state_reason
stringclasses
2 values
draft
bool
2 classes
pull_request
dict
is_pull_request
bool
2 classes
https://api.github.com/repos/gedoor/legado/issues/975
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/975/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/975/comments
https://api.github.com/repos/gedoor/legado/issues/975/events
https://github.com/gedoor/legado/issues/975
877,415,171
MDU6SXNzdWU4Nzc0MTUxNzE=
975
[BUG] io.legado.app.help.MediaHelp.getFocusRequest 会导致系统版本小于Android O的设备闪退
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "建议使用 androidx.media" ]
"2021-05-06T11:52:13"
"2021-05-08T03:45:57"
"2021-05-08T03:45:57"
CONTRIBUTOR
null
### 机型(如Redmi K30 Pro) >vivo x9 ### 安卓版本(如Android 7.1.1) >7.1.2 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) >3.21.050610 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > ### 问题描述(简要描述发生的问题) >io.legado.app.help.MediaHelp.getFocusRequest 会导致系统版本小于Android O的设备闪退 ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > ### 日志提交(问题截图或者日志) ` E/AndroidRuntime: FATAL EXCEPTION: main Process: io.legado.app.debug, PID: 27300 java.lang.NoClassDefFoundError: Failed resolution of: Landroid/media/AudioFocusRequest; at io.legado.app.help.MediaHelp.getFocusRequest(MediaHelp.kt:47) at io.legado.app.service.BaseReadAloudService.onCreate(BaseReadAloudService.kt:62) at io.legado.app.service.TTSReadAloudService.onCreate(TTSReadAloudService.kt:27) at android.app.ActivityThread.handleCreateService(ActivityThread.java:3254) at android.app.ActivityThread.-wrap5(ActivityThread.java) at andoid.app.ActivityThread$H.handleMessage(ActivityThread.java:1610) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6211) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:793) Caused by: java.lang.ClassNotFoundException: Didn't find class "android.media.AudioFocusRequest" on path: DexPathList[[zip file "/data/app/io.legado.app.debug-1/base.apk"],nativeLibraryDirectories=[/data/app/io.legado.app.debug-1/lib/arm64, /data/app/io.legado.app.debug-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) at java.lang.ClassLoader.loadClass(ClassLoader.java:380) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) at io.legado.app.help.MediaHelp.getFocusRequest(MediaHelp.kt:47)  at io.legado.app.service.BaseReadAloudService.onCreate(BaseReadAloudService.kt:62)  at io.legado.app.service.TTSReadAloudService.onCreate(TTSReadAloudService.kt:27)  at android.app.ActivityThread.handleCreateService(ActivityThread.java:3254)  at android.app.ActivityThread.-wrap5(ActivityThread.java)  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1610)  at android.os.Handler.dispatchMessage(Handler.java:102)  at android.os.Looper.loop(Looper.java:154)  at android.app.ActivityThread.main(ActivityThread.java:6211)  at java.lang.reflect.Method.invoke(Native Method)  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:793) `
{ "url": "https://api.github.com/repos/gedoor/legado/issues/975/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/975/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/974
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/974/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/974/comments
https://api.github.com/repos/gedoor/legado/issues/974/events
https://github.com/gedoor/legado/issues/974
877,060,121
MDU6SXNzdWU4NzcwNjAxMjE=
974
群晖webdav备份[BUG]
{ "login": "oreme2", "id": 38098761, "node_id": "MDQ6VXNlcjM4MDk4NzYx", "avatar_url": "https://avatars.githubusercontent.com/u/38098761?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oreme2", "html_url": "https://github.com/oreme2", "followers_url": "https://api.github.com/users/oreme2/followers", "following_url": "https://api.github.com/users/oreme2/following{/other_user}", "gists_url": "https://api.github.com/users/oreme2/gists{/gist_id}", "starred_url": "https://api.github.com/users/oreme2/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/oreme2/subscriptions", "organizations_url": "https://api.github.com/users/oreme2/orgs", "repos_url": "https://api.github.com/users/oreme2/repos", "events_url": "https://api.github.com/users/oreme2/events{/privacy}", "received_events_url": "https://api.github.com/users/oreme2/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "好的,我看看", "已解决" ]
"2021-05-06T04:24:37"
"2021-05-08T14:33:01"
"2021-05-08T14:33:01"
NONE
null
### 机型(如Redmi K30 Pro) >LGG7 ### 安卓版本(如Android 7.1.1) >安卓9 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) >3.21.050610 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) >移动 ### 问题描述(简要描述发生的问题) >群晖无法webdav备份设置,显示method not allowed。直至4.14日此功能可用,如图 ![73d7e61b9ecacddfbbfb01d36340e61](https://user-images.githubusercontent.com/38098761/117241525-ef05d980-ae65-11eb-9ed2-843324688fd9.jpg) ![edb7ced3d92c72db172dd76d7494716](https://user-images.githubusercontent.com/38098761/117241532-f5945100-ae65-11eb-9c1a-236f9c9448aa.jpg) ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/974/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/974/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/973
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/973/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/973/comments
https://api.github.com/repos/gedoor/legado/issues/973/events
https://github.com/gedoor/legado/issues/973
876,338,021
MDU6SXNzdWU4NzYzMzgwMjE=
973
希望提供的众多API函数中,不要有重名的
{ "login": "kaich", "id": 5013020, "node_id": "MDQ6VXNlcjUwMTMwMjA=", "avatar_url": "https://avatars.githubusercontent.com/u/5013020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaich", "html_url": "https://github.com/kaich", "followers_url": "https://api.github.com/users/kaich/followers", "following_url": "https://api.github.com/users/kaich/following{/other_user}", "gists_url": "https://api.github.com/users/kaich/gists{/gist_id}", "starred_url": "https://api.github.com/users/kaich/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kaich/subscriptions", "organizations_url": "https://api.github.com/users/kaich/orgs", "repos_url": "https://api.github.com/users/kaich/repos", "events_url": "https://api.github.com/users/kaich/events{/privacy}", "received_events_url": "https://api.github.com/users/kaich/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "他们的参数不一样,ios中不能有这样的吗", "那我改一下吧", "@gedoor 参数不一样也不行,必须名字不一样。否则会有问题", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-05-05T11:11:18"
"2022-03-28T02:05:13"
"2022-03-28T02:05:13"
NONE
null
例如: `JsExtensions`类中有 `fun get(urlStr: String, headers: Map<String, String>): Connection.Response` 这样的函数。 `AnalyzeRule` 类中有 `fun get(key: String): String` 函数。 他们是继承关系,并且他们的名字都是`get`。在iOS中不能支持相同名字的方法,否则会造成调用混乱。 希望这种提供的API不要这样的重名情况。 希望将`JsExtensions`中的`get`方法改为`getSoupResponse` 这样含义明确的方法名!
{ "url": "https://api.github.com/repos/gedoor/legado/issues/973/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/973/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/972
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/972/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/972/comments
https://api.github.com/repos/gedoor/legado/issues/972/events
https://github.com/gedoor/legado/issues/972
875,586,409
MDU6SXNzdWU4NzU1ODY0MDk=
972
[Feature Request] 希望能加个多本小说一键导出功能
{ "login": "fymoe915", "id": 83658957, "node_id": "MDQ6VXNlcjgzNjU4OTU3", "avatar_url": "https://avatars.githubusercontent.com/u/83658957?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fymoe915", "html_url": "https://github.com/fymoe915", "followers_url": "https://api.github.com/users/fymoe915/followers", "following_url": "https://api.github.com/users/fymoe915/following{/other_user}", "gists_url": "https://api.github.com/users/fymoe915/gists{/gist_id}", "starred_url": "https://api.github.com/users/fymoe915/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fymoe915/subscriptions", "organizations_url": "https://api.github.com/users/fymoe915/orgs", "repos_url": "https://api.github.com/users/fymoe915/repos", "events_url": "https://api.github.com/users/fymoe915/events{/privacy}", "received_events_url": "https://api.github.com/users/fymoe915/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "本来就是可以,一本一本导出的啊,默认就是这样的啊,一起导出也是可以的啊 我怀疑你是外星人,不会用地球上的产品啊,对一本书 导出,多选书导出,难道 源仓库 没玩过啊", "关于不支持,多选小说,一起导出(只能一本一本导出的说明) 第一,谁看的书会是短篇几张/几十张的书,这样的谁导出啊。 一般导出的都是几百张/几千张的书,只能一本一本导出的, 原因,第一,章节太多。第二,如果多本同时导出,会有一大堆导出失败的。 第一,很多人用的安卓机都是几百元/千元的,能力不够 你以为是 苹果万元机啊", "最主要还是为了适配安卓百元机/千元机,性能不够啊,如果是苹果万元机/windoes万元机,当然无所谓啦", "可能我没说清楚点,我也知道可以同时导,但出错率高点,所以一般我都是导出这本成功后再导出另一本,所以要等一本成功再去点另一本。因此我想的是可不可以有个一键导出,它不是让多本书同时进行导出,而是按顺序一本成功导出后再执行另一本的那种,这样可以就不用守着它,一次搞定,导出也成功点0.0", "已添加" ]
"2021-05-04T15:35:53"
"2021-05-09T13:44:01"
"2021-05-09T13:44:00"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 添加一键导出功能,好多本长篇小说想导出时间太长,得一本本导,求能满足下 ### 期望实现方式(阅读应该如何实现该功能) > 希望能加个和一键缓存似的导出功能 ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/972/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/972/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/971
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/971/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/971/comments
https://api.github.com/repos/gedoor/legado/issues/971/events
https://github.com/gedoor/legado/issues/971
875,375,076
MDU6SXNzdWU4NzUzNzUwNzY=
971
希望阅读>订阅>编辑>内容规则下面增加>内容规则下一页规则(部分订阅源需要这个功能啦)
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "这样就可以像 列表下一页那样\r\n自动获取所有页面并读取出来数据了\r\n不然js提取的那种\r\n第一是代码非常长,\r\n第二是一般人压根不会写\r\n第三是挂了修复太难了", "好的", "感谢老大啦 你做好后,以后遇到这种网站,做成订阅源,就不用写如何多的内容规则 js 啦,最主要的,无数小白压根不会写这样的js代码啊,太难了,百度几天js了,还是没学会,每个网站js代码都不一样啊 关于用处,可以应用于 视频站>电视剧每部几十集 /图片站~每个图集几十页,一页一张图/小说站~有的短篇小说就2~3章 主要是这些做成书源太麻烦啦,而且用处也不大啊。", "收到,有空加啊", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-05-04T11:38:28"
"2022-03-28T02:05:14"
"2022-03-28T02:05:14"
NONE
null
就像多图网,每组图片都是 一页一张图,一组十多页/几十页 内容规则需要会写 js来全部获取拼接,但是对无数小白来说太难了(比如我) 提交到源仓库求大佬们修复~还被源仓库木木禁止我和账号登陆。 期望实现但是截图 <img src="http://yun.wap.zy40.cn/tu/IMG_20210504_192520.jpg"> 多图网订阅源 http://yun.wap.zy40.cn/tu/exportRssSource.json
{ "url": "https://api.github.com/repos/gedoor/legado/issues/971/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/971/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/970
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/970/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/970/comments
https://api.github.com/repos/gedoor/legado/issues/970/events
https://github.com/gedoor/legado/issues/970
875,374,434
MDU6SXNzdWU4NzUzNzQ0MzQ=
970
[Feature Request]
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[]
"2021-05-04T11:37:37"
"2021-05-09T14:30:59"
"2021-05-09T14:30:59"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > ### 期望实现方式(阅读应该如何实现该功能) > ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/970/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/970/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/969
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/969/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/969/comments
https://api.github.com/repos/gedoor/legado/issues/969/events
https://github.com/gedoor/legado/issues/969
874,225,004
MDU6SXNzdWU4NzQyMjUwMDQ=
969
本人手机使用legado_app_3.21.043022朗读功能不好使
{ "login": "playnetcn", "id": 15966480, "node_id": "MDQ6VXNlcjE1OTY2NDgw", "avatar_url": "https://avatars.githubusercontent.com/u/15966480?v=4", "gravatar_id": "", "url": "https://api.github.com/users/playnetcn", "html_url": "https://github.com/playnetcn", "followers_url": "https://api.github.com/users/playnetcn/followers", "following_url": "https://api.github.com/users/playnetcn/following{/other_user}", "gists_url": "https://api.github.com/users/playnetcn/gists{/gist_id}", "starred_url": "https://api.github.com/users/playnetcn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/playnetcn/subscriptions", "organizations_url": "https://api.github.com/users/playnetcn/orgs", "repos_url": "https://api.github.com/users/playnetcn/repos", "events_url": "https://api.github.com/users/playnetcn/events{/privacy}", "received_events_url": "https://api.github.com/users/playnetcn/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "下载讯飞语记" ]
"2021-05-03T04:57:06"
"2021-05-23T04:49:34"
"2021-05-23T04:49:34"
NONE
null
我用的是荣耀20PRO手机,操作系统是Android 10,现在的问题是无论看哪部小说,点击朗读,软件都不能朗读文章,操作不了。 不知道其他人使用是否正常。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/969/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/969/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/968
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/968/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/968/comments
https://api.github.com/repos/gedoor/legado/issues/968/events
https://github.com/gedoor/legado/issues/968
873,965,878
MDU6SXNzdWU4NzM5NjU4Nzg=
968
[BUG] “乾”被显示为“干”?
{ "login": "yueyinqiu", "id": 18749772, "node_id": "MDQ6VXNlcjE4NzQ5Nzcy", "avatar_url": "https://avatars.githubusercontent.com/u/18749772?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yueyinqiu", "html_url": "https://github.com/yueyinqiu", "followers_url": "https://api.github.com/users/yueyinqiu/followers", "following_url": "https://api.github.com/users/yueyinqiu/following{/other_user}", "gists_url": "https://api.github.com/users/yueyinqiu/gists{/gist_id}", "starred_url": "https://api.github.com/users/yueyinqiu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yueyinqiu/subscriptions", "organizations_url": "https://api.github.com/users/yueyinqiu/orgs", "repos_url": "https://api.github.com/users/yueyinqiu/repos", "events_url": "https://api.github.com/users/yueyinqiu/events{/privacy}", "received_events_url": "https://api.github.com/users/yueyinqiu/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "抱歉我自己开了简繁转换。但是为什么有的没转呢?" ]
"2021-05-02T15:10:01"
"2021-05-02T16:05:30"
"2021-05-02T16:05:29"
NONE
null
这模板……不至于…… 版本是3.21.043022 感觉是bug,也可能是我有问题。就是这个……一开始的几个乾被显示成了干……但是有的地方却是会正常显示的: ![image](https://user-images.githubusercontent.com/18749772/116817874-1f662300-ab9b-11eb-89b4-da79ab9765ca.png) 包括目录里也可以正常显示: ![image](https://user-images.githubusercontent.com/18749772/116817879-22611380-ab9b-11eb-8cf0-19d398051f2f.png) 用的书的话是这个 [八宫六十四卦卦辞爻辞象传彖传.txt](https://github.com/gedoor/legado/files/6411650/default.txt)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/968/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/968/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/967
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/967/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/967/comments
https://api.github.com/repos/gedoor/legado/issues/967/events
https://github.com/gedoor/legado/pull/967
873,651,634
MDExOlB1bGxSZXF1ZXN0NjI4NDE5MjQ2
967
Update translation
{ "login": "david082321", "id": 7046617, "node_id": "MDQ6VXNlcjcwNDY2MTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7046617?v=4", "gravatar_id": "", "url": "https://api.github.com/users/david082321", "html_url": "https://github.com/david082321", "followers_url": "https://api.github.com/users/david082321/followers", "following_url": "https://api.github.com/users/david082321/following{/other_user}", "gists_url": "https://api.github.com/users/david082321/gists{/gist_id}", "starred_url": "https://api.github.com/users/david082321/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/david082321/subscriptions", "organizations_url": "https://api.github.com/users/david082321/orgs", "repos_url": "https://api.github.com/users/david082321/repos", "events_url": "https://api.github.com/users/david082321/events{/privacy}", "received_events_url": "https://api.github.com/users/david082321/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-05-01T11:48:40"
"2021-05-01T12:44:23"
"2021-05-01T12:44:23"
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/967/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/967/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/967", "html_url": "https://github.com/gedoor/legado/pull/967", "diff_url": "https://github.com/gedoor/legado/pull/967.diff", "patch_url": "https://github.com/gedoor/legado/pull/967.patch", "merged_at": "2021-05-01T12:44:23" }
true
https://api.github.com/repos/gedoor/legado/issues/966
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/966/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/966/comments
https://api.github.com/repos/gedoor/legado/issues/966/events
https://github.com/gedoor/legado/issues/966
870,840,654
MDU6SXNzdWU4NzA4NDA2NTQ=
966
[Feature Request] 请求在 build.gradle 中添加其他 maven 库
{ "login": "pessoalzy", "id": 26316942, "node_id": "MDQ6VXNlcjI2MzE2OTQy", "avatar_url": "https://avatars.githubusercontent.com/u/26316942?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pessoalzy", "html_url": "https://github.com/pessoalzy", "followers_url": "https://api.github.com/users/pessoalzy/followers", "following_url": "https://api.github.com/users/pessoalzy/following{/other_user}", "gists_url": "https://api.github.com/users/pessoalzy/gists{/gist_id}", "starred_url": "https://api.github.com/users/pessoalzy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pessoalzy/subscriptions", "organizations_url": "https://api.github.com/users/pessoalzy/orgs", "repos_url": "https://api.github.com/users/pessoalzy/repos", "events_url": "https://api.github.com/users/pessoalzy/events{/privacy}", "received_events_url": "https://api.github.com/users/pessoalzy/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "没必要,FDROID现在也流氓了,不听话就不让上架", "暂无该计划,如有问题可重新开issues,感谢支持" ]
"2021-04-29T10:04:05"
"2021-06-10T09:59:47"
"2021-06-10T09:59:47"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 请求在 `build.gradle` 中添加其他 maven 库,以满足 F-Droid 收录应用的要求。 > 对于此项要求我可能有所误解,回复原文为:“The https://maven.aliyun.com/nexus/content/groups/public/ , https://s3.amazonaws.com/fabric-artifacts/public and https://github.com/psiegman/mvn-repo/raw/master/releases is not allowed. Please ask upstream to provide a flavor without them.” > Please add other maven repositories in the `build.gradle` to meet the inclusion policy of F-Droid. > I may misunderstood the requirement. The original reply in submission issue is “The https://maven.aliyun.com/nexus/content/groups/public/ , https://s3.amazonaws.com/fabric-artifacts/public and https://github.com/psiegman/mvn-repo/raw/master/releases is not allowed. Please ask upstream to provide a flavor without them.” ### 期望实现方式(阅读应该如何实现该功能) > 我找到了一些关于允许的库的清单。 > 在 F-Droid [Build Metadata Reference](https://f-droid.org/en/docs/Build_Metadata_Reference/) 页面的 ["srclibs" 一节](https://f-droid.org/en/docs/Build_Metadata_Reference/#build_srclibs) 中,有清单如下: >>F-Droid allows the following known repositories until a source-built alternative is available: >> - ‘mavenCentral’ - the original repo, hardcoded in Maven and Gradle. >> - ‘jCenter’ - hardcoded in Gradle, this repo by Bintray tries to provide easier handling. It should sync with mavenCentral from time to time. >> - ‘OSS Sonatype’ - maintained by the people behind mavenCentral, this repository focuses on hosting services for open source project binaries. >> - ‘OSS JFrog’ - maintained by the people behind jCenter, this repository focuses on hosting services for open source project binaries. >> - ‘JitPack.io’ - builds directly from GitHub repositories. However, they do not provide any option to reproduce or verify the resulting binaries. Builds pre-release versions in some cases. >> - ‘Clojars’ - Clojure libraries repo. >> - ‘CommonsWare’ - repo holding a collection of open-source libs. > > 在 [`fdroidserver/scanner.py`](https://gitlab.com/fdroid/fdroidserver/-/blob/master/fdroidserver/scanner.py) 中有如下内容,似乎是更完整的白名单: ``` allowed_repos = [re.compile(r'^https://' + re.escape(repo) + r'/*') for repo in [ 'repo1.maven.org/maven2', # mavenCentral() 'jcenter.bintray.com', # jcenter() 'jitpack.io', 'www.jitpack.io', 'repo.maven.apache.org/maven2', 'oss.jfrog.org/artifactory/oss-snapshot-local', 'oss.sonatype.org/content/repositories/snapshots', 'oss.sonatype.org/content/repositories/releases', 'oss.sonatype.org/content/groups/public', 'clojars.org/repo', # Clojure free software libs 's3.amazonaws.com/repo.commonsware.com', # CommonsWare 'plugins.gradle.org/m2', # Gradle plugin repo 'maven.google.com', # Google Maven Repo, https://developer.android.com/studio/build/dependencies.html#google-maven ] ``` ### 附加信息(其他的与功能相关的附加信息) > 相关的 F-Droid 请求收录 issue 见于 [https://gitlab.com/fdroid/rfp/-/issues/1716](https://gitlab.com/fdroid/rfp/-/issues/1716)。 The url of corresponding F-Droid submission issue is [https://gitlab.com/fdroid/rfp/-/issues/1716](https://gitlab.com/fdroid/rfp/-/issues/1716).
{ "url": "https://api.github.com/repos/gedoor/legado/issues/966/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/966/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/965
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/965/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/965/comments
https://api.github.com/repos/gedoor/legado/issues/965/events
https://github.com/gedoor/legado/issues/965
870,798,609
MDU6SXNzdWU4NzA3OTg2MDk=
965
[Feature Request] 请求添加 fastlane 式元数据文件夹
{ "login": "pessoalzy", "id": 26316942, "node_id": "MDQ6VXNlcjI2MzE2OTQy", "avatar_url": "https://avatars.githubusercontent.com/u/26316942?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pessoalzy", "html_url": "https://github.com/pessoalzy", "followers_url": "https://api.github.com/users/pessoalzy/followers", "following_url": "https://api.github.com/users/pessoalzy/following{/other_user}", "gists_url": "https://api.github.com/users/pessoalzy/gists{/gist_id}", "starred_url": "https://api.github.com/users/pessoalzy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pessoalzy/subscriptions", "organizations_url": "https://api.github.com/users/pessoalzy/orgs", "repos_url": "https://api.github.com/users/pessoalzy/repos", "events_url": "https://api.github.com/users/pessoalzy/events{/privacy}", "received_events_url": "https://api.github.com/users/pessoalzy/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "收到", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-04-29T09:16:03"
"2022-03-23T03:04:23"
"2022-03-23T03:04:23"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 请求在库中添加 fastlane 式元数据文件夹,以满足 [F-Droid](https://f-droid.org/) 收录应用的要求。 Please add app metadata in a Fastlane folder structure in the repository to meet the inclusion policy of [F-Droid](https://f-droid.org/). ### 期望实现方式(阅读应该如何实现该功能) > F-Droid 提供的关于 Fastlane file structure 的描述可见于 https://gitlab.com/snippets/1895688 > F-Droid provide a [brief introduction of Fastlane file structure](https://gitlab.com/snippets/1895688). > 参考上述链接中的描述,应在相应的文件夹内添加应用的简介、描述、图标、截图及更新日志等。效果演示中给出了一个简单的示例。 > According to the introduction provided by F-Droid, the short description, full description, icon, screenshots and etc. should be included in specific file or folder. There is a simple demonstration below. ### 附加信息(其他的与功能相关的附加信息) > 相关的 F-Droid 请求收录 issue 见于 [https://gitlab.com/fdroid/rfp/-/issues/1716](https://gitlab.com/fdroid/rfp/-/issues/1716)。其中对 Fastlane 做出要求的回复原文为 "There is no fastlane. Please add it via a PR or request it via an issue." > The url of corresponding F-Droid submission issue is [https://gitlab.com/fdroid/rfp/-/issues/1716](https://gitlab.com/fdroid/rfp/-/issues/1716). ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) > 一个简单的 Fastlane file structure 示例如下。其中标 ¹ 的为应有项, ² 、³ 为建议项。 > There is a simple demonstration of Fastlane file structure. Items marked with ¹ are the minimum requirements (i.e. must be there), ² means "strongly recommended". Consider all others optional, and ³ nice to have: ``` / (repo-root) └── fastlane └── metadata └── android ├── en-US (en-US seems to be required by F-Droid) │ ├── short_description.txt (short description, max 80 chars) ¹ │ ├── full_description.txt (full app description) ¹ │ ├── title.txt (app name) │ ├── images │ │ ├── icon.png (app icon; useful e.g. for "service apps" containing none) │ │ ├── phoneScreenshots ² │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ... │ └── changelogs ³ │ ├── 100000.txt (must correspond to versionCode, literally, no padding) │ ├── 100100.txt (so this means: versionCode=100100) │ └── 100101.txt (max size: 500 bytes) └── zh_Hans ... └── changelogs └── 100100.txt ```
{ "url": "https://api.github.com/repos/gedoor/legado/issues/965/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/965/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/964
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/964/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/964/comments
https://api.github.com/repos/gedoor/legado/issues/964/events
https://github.com/gedoor/legado/issues/964
869,417,436
MDU6SXNzdWU4Njk0MTc0MzY=
964
本地小说章节分段太严格,强制分段太能看
{ "login": "zousizhe", "id": 37259360, "node_id": "MDQ6VXNlcjM3MjU5MzYw", "avatar_url": "https://avatars.githubusercontent.com/u/37259360?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zousizhe", "html_url": "https://github.com/zousizhe", "followers_url": "https://api.github.com/users/zousizhe/followers", "following_url": "https://api.github.com/users/zousizhe/following{/other_user}", "gists_url": "https://api.github.com/users/zousizhe/gists{/gist_id}", "starred_url": "https://api.github.com/users/zousizhe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zousizhe/subscriptions", "organizations_url": "https://api.github.com/users/zousizhe/orgs", "repos_url": "https://api.github.com/users/zousizhe/repos", "events_url": "https://api.github.com/users/zousizhe/events{/privacy}", "received_events_url": "https://api.github.com/users/zousizhe/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "> 章节获取不全\r\n\r\n阅读自带的规则适用于常见的txt目录格式,其他小众的标题格式请自己添加相应规则获取。\r\n\r\n> 强制要分段\r\n\r\n分段不会影响正文内容,不想要目录可以不看目录\r\n" ]
"2021-04-28T02:02:14"
"2021-06-07T08:24:55"
"2021-06-07T08:24:55"
NONE
null
不分章节就看不了,章节获取不全还会内容缺失,没法关掉目录正则,强制要分段,不然就报错,另外,滚动翻页模式不太平滑
{ "url": "https://api.github.com/repos/gedoor/legado/issues/964/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/964/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/963
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/963/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/963/comments
https://api.github.com/repos/gedoor/legado/issues/963/events
https://github.com/gedoor/legado/issues/963
869,407,487
MDU6SXNzdWU4Njk0MDc0ODc=
963
希望本地小说txt也做成与网络小说一样的缓存
{ "login": "zousizhe", "id": 37259360, "node_id": "MDQ6VXNlcjM3MjU5MzYw", "avatar_url": "https://avatars.githubusercontent.com/u/37259360?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zousizhe", "html_url": "https://github.com/zousizhe", "followers_url": "https://api.github.com/users/zousizhe/followers", "following_url": "https://api.github.com/users/zousizhe/following{/other_user}", "gists_url": "https://api.github.com/users/zousizhe/gists{/gist_id}", "starred_url": "https://api.github.com/users/zousizhe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zousizhe/subscriptions", "organizations_url": "https://api.github.com/users/zousizhe/orgs", "repos_url": "https://api.github.com/users/zousizhe/repos", "events_url": "https://api.github.com/users/zousizhe/events{/privacy}", "received_events_url": "https://api.github.com/users/zousizhe/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "> 本地txt文件如果修改过无法生效,建议要么把txt与下载的小说一样转成本地缓存,目前本地小说也有个清除缓存的菜单,但是没有作用,把这个选项改成删除副本也可以,删除之后也会重新读取原本生成新文件,不然每次都要手动进入booktxt删除副本文件才能刷新修改过的txt\r\n\r\n在阅读界面 右上角进入菜单 更新目录。", "> > 本地txt文件如果修改过无法生效,建议要么把txt与下载的小说一样转成本地缓存,目前本地小说也有个清除缓存的菜单,但是没有作用,把这个选项改成删除副本也可以,删除之后也会重新读取原本生成新文件,不然每次都要手动进入booktxt删除副本文件才能刷新修改过的txt\r\n> \r\n> 在阅读界面 右上角进入菜单 更新目录。\r\n\r\n你说的是编辑booktxt里面的副本文件吧,正常用户谁会深入到那个文件夹去操作,在安卓10上还得找特殊文件管理器才能进去,很不好搞", "> > 本地txt文件如果修改过无法生效,建议要么把txt与下载的小说一样转成本地缓存,目前本地小说也有个清除缓存的菜单,但是没有作用,把这个选项改成删除副本也可以,删除之后也会重新读取原本生成新文件,不然每次都要手动进入booktxt删除副本文件才能刷新修改过的txt\r\n> \r\n> 在阅读界面 右上角进入菜单 更新目录。\r\n\r\n别人可以,但是我的不行,放在内置储存与内存卡根目录上,修改了txt选更新目录没法刷新,另外别人随便建立个文本用来测试,我这就直接报代码错误,强制要获取目录,失败就报错不可读取了", "手机问题 换手机\r\n你这是手机给阅读的权限不够啊", "> 手机问题 换手机\r\n> 你这是手机给阅读的权限不够啊\r\n\r\n我不是安卓10都已经承受了安卓10以上的限制了,还给我来这么一出,EMUI的权限管理已经没什么可以授权了", "> > 本地txt文件如果修改过无法生效,建议要么把txt与下载的小说一样转成本地缓存,目前本地小说也有个清除缓存的菜单,但是没有作用,把这个选项改成删除副本也可以,删除之后也会重新读取原本生成新文件,不然每次都要手动进入booktxt删除副本文件才能刷新修改过的txt\r\n> \r\n> 在阅读界面 右上角进入菜单 更新目录。\r\n\r\n没有用,我用手机与虚拟机都试过,都不能刷新", "你可以在书架中长按 封面 移除该书籍,再重新添加即可。不需要去私有化目录删除相应文件" ]
"2021-04-28T01:38:12"
"2021-06-10T10:00:34"
"2021-06-10T10:00:34"
NONE
null
本地txt文件如果修改过无法生效,建议要么把txt与下载的小说一样转成本地缓存,目前本地小说也有个清除缓存的菜单,但是没有作用,把这个选项改成删除副本也可以,删除之后也会重新读取原本生成新文件,不然每次都要手动进入booktxt删除副本文件才能刷新修改过的txt
{ "url": "https://api.github.com/repos/gedoor/legado/issues/963/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/963/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/962
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/962/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/962/comments
https://api.github.com/repos/gedoor/legado/issues/962/events
https://github.com/gedoor/legado/issues/962
869,190,601
MDU6SXNzdWU4NjkxOTA2MDE=
962
Translation
{ "login": "mondlicht-und-sterne", "id": 61406324, "node_id": "MDQ6VXNlcjYxNDA2MzI0", "avatar_url": "https://avatars.githubusercontent.com/u/61406324?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mondlicht-und-sterne", "html_url": "https://github.com/mondlicht-und-sterne", "followers_url": "https://api.github.com/users/mondlicht-und-sterne/followers", "following_url": "https://api.github.com/users/mondlicht-und-sterne/following{/other_user}", "gists_url": "https://api.github.com/users/mondlicht-und-sterne/gists{/gist_id}", "starred_url": "https://api.github.com/users/mondlicht-und-sterne/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mondlicht-und-sterne/subscriptions", "organizations_url": "https://api.github.com/users/mondlicht-und-sterne/orgs", "repos_url": "https://api.github.com/users/mondlicht-und-sterne/repos", "events_url": "https://api.github.com/users/mondlicht-und-sterne/events{/privacy}", "received_events_url": "https://api.github.com/users/mondlicht-und-sterne/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "What language do you want to translate", "english does not look finished. so english and german, if that could somehow work.\r\nso i can't make it from chinese to english. so english would have to be ready by then\r\n", "能增加日本语吗", "https://github.com/gedoor/legado/blob/master/app/src/main/res/values/strings.xml\r\nYou can translate this document and mail it to me after translation", "> english does not look finished. so english and german, if that could somehow work.\r\n> so i can't make it from chinese to english. so english would have to be ready by then\r\n\r\nThe English translation of the latest version has been completed, and a small number of fields will be updated later", "> 能增加日本语吗\r\n\r\n没有人会翻译啊" ]
"2021-04-27T19:25:30"
"2021-06-10T10:00:58"
"2021-06-10T10:00:58"
NONE
null
is there a way to translate this app without having to create a pull request?
{ "url": "https://api.github.com/repos/gedoor/legado/issues/962/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/962/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/961
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/961/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/961/comments
https://api.github.com/repos/gedoor/legado/issues/961/events
https://github.com/gedoor/legado/issues/961
867,242,671
MDU6SXNzdWU4NjcyNDI2NzE=
961
怎么设置才能达到多看阅读的看书效果?
{ "login": "teraStars", "id": 7426499, "node_id": "MDQ6VXNlcjc0MjY0OTk=", "avatar_url": "https://avatars.githubusercontent.com/u/7426499?v=4", "gravatar_id": "", "url": "https://api.github.com/users/teraStars", "html_url": "https://github.com/teraStars", "followers_url": "https://api.github.com/users/teraStars/followers", "following_url": "https://api.github.com/users/teraStars/following{/other_user}", "gists_url": "https://api.github.com/users/teraStars/gists{/gist_id}", "starred_url": "https://api.github.com/users/teraStars/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/teraStars/subscriptions", "organizations_url": "https://api.github.com/users/teraStars/orgs", "repos_url": "https://api.github.com/users/teraStars/repos", "events_url": "https://api.github.com/users/teraStars/events{/privacy}", "received_events_url": "https://api.github.com/users/teraStars/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "关于主题排版等方面的问题,可以去coolapk评论区,感谢支持" ]
"2021-04-26T04:28:19"
"2021-06-10T10:02:50"
"2021-06-10T10:02:49"
NONE
null
我将字体,字距,行距,段距,背景等等设置了半天,但怎么都达不到多看阅读App的效果。要怎么设置才能达到,有高手解惑吗? ### **多看阅读的读书界面:** ![Screenshot_2021-04-26-12-26-15-794_com duokan rea](https://user-images.githubusercontent.com/7426499/116028939-ce31cd00-a68a-11eb-9436-6e99a8821a57.png) ![Screenshot_2021-04-26-12-21-13-807_com duokan rea](https://user-images.githubusercontent.com/7426499/116028948-d2f68100-a68a-11eb-91ab-7374da2f6437.png) ### **legado的读书界面:** ![Screenshot_2021-04-26-12-21-32-933_io legado app](https://user-images.githubusercontent.com/7426499/116028951-d5f17180-a68a-11eb-9916-a231ff3b2e0e.png)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/961/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/961/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/960
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/960/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/960/comments
https://api.github.com/repos/gedoor/legado/issues/960/events
https://github.com/gedoor/legado/issues/960
867,225,422
MDU6SXNzdWU4NjcyMjU0MjI=
960
[BUG] EPUB格式目录读取不正确
{ "login": "borpubi", "id": 28093885, "node_id": "MDQ6VXNlcjI4MDkzODg1", "avatar_url": "https://avatars.githubusercontent.com/u/28093885?v=4", "gravatar_id": "", "url": "https://api.github.com/users/borpubi", "html_url": "https://github.com/borpubi", "followers_url": "https://api.github.com/users/borpubi/followers", "following_url": "https://api.github.com/users/borpubi/following{/other_user}", "gists_url": "https://api.github.com/users/borpubi/gists{/gist_id}", "starred_url": "https://api.github.com/users/borpubi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/borpubi/subscriptions", "organizations_url": "https://api.github.com/users/borpubi/orgs", "repos_url": "https://api.github.com/users/borpubi/repos", "events_url": "https://api.github.com/users/borpubi/events{/privacy}", "received_events_url": "https://api.github.com/users/borpubi/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "是epub的文件本身有问题。下图是[Sigil](https://github.com/Sigil-Ebook/Sigil)打开的。\r\n\r\n![](https://i.bmp.ovh/imgs/2021/04/870604eeb77ea64e.png)\r\n", "epub的ncx目录居然有href与fragmentId两者都相同的值,这是制作者的问题。\r\n![](https://i.bmp.ovh/imgs/2021/04/1c181430b9965871.png)", "建议使用[Sigil](https://github.com/Sigil-Ebook/Sigil)编辑一下epub,重新生成目录。\r\n![](https://i.bmp.ovh/imgs/2021/04/5501009d7a2f0487.png)", "感谢回复!目前修复完目录后就可以了。但这就带来一个问题:如果没有电脑修复的时候,就没办法看了。具体到这本书,如果您查看到最后就会发现,实际能看的只有十几章……还是有些微不方便的。有没有可能直接读取正确的信息生成目录呢?或者直接在阅读口直接修复类似的错误?\r\n\r\n> \r\n> \r\n> 建议使用[Sigil](https://github.com/Sigil-Ebook/Sigil)编辑一下epub,重新生成目录。\r\n> ![](https://camo.githubusercontent.com/9b35df5fd039c795c60011b61bd7e7c9493051f934ddfb44c15867f06ae2dee3/68747470733a2f2f692e626d702e6f76682f696d67732f323032312f30342f353530313030396437613266303438372e706e67)\r\n\r\n" ]
"2021-04-26T03:42:35"
"2021-06-10T10:04:28"
"2021-06-10T10:04:28"
NONE
null
### 机型(如Redmi K30 Pro) >IQOO 3 ### 安卓版本(如Android 7.1.1) >Android 11 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) >3.21.041610 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) >联通 ### 问题描述(简要描述发生的问题) >打开<凤凰项目一个IT运维的传奇故事>后,读取的目录不正确,例如目录口的第11章,实际点目录跳转过去是第3章。 此书在电脑上阅读是正常的,手机上目前只有 阅读能打开,不能测试其他软件是否正常。 ### 使用书源(填写URL或者JSON) >书是网上下载的,百度云盘如下: 链接: https://pan.baidu.com/s/1JTH3wxclKNnnJOKIBNOZ_Q 提取码: 9vp8 ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > 下载此书,使用阅读APP打开即可。 ### 日志提交(问题截图或者日志) > ![image](https://user-images.githubusercontent.com/28093885/116026041-6ed0be80-a684-11eb-8aa3-45bf2d8cf2e1.png)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/960/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/960/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/959
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/959/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/959/comments
https://api.github.com/repos/gedoor/legado/issues/959/events
https://github.com/gedoor/legado/issues/959
866,962,266
MDU6SXNzdWU4NjY5NjIyNjY=
959
朗读时句子与句子之间“吞字”
{ "login": "ProteinPig", "id": 19564673, "node_id": "MDQ6VXNlcjE5NTY0Njcz", "avatar_url": "https://avatars.githubusercontent.com/u/19564673?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ProteinPig", "html_url": "https://github.com/ProteinPig", "followers_url": "https://api.github.com/users/ProteinPig/followers", "following_url": "https://api.github.com/users/ProteinPig/following{/other_user}", "gists_url": "https://api.github.com/users/ProteinPig/gists{/gist_id}", "starred_url": "https://api.github.com/users/ProteinPig/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ProteinPig/subscriptions", "organizations_url": "https://api.github.com/users/ProteinPig/orgs", "repos_url": "https://api.github.com/users/ProteinPig/repos", "events_url": "https://api.github.com/users/ProteinPig/events{/privacy}", "received_events_url": "https://api.github.com/users/ProteinPig/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "一加7 Pro\nAndroid 11", "与朗读引擎有关,可切换朗读引擎" ]
"2021-04-25T09:29:46"
"2021-06-10T10:03:57"
"2021-06-10T10:03:57"
NONE
null
朗读玩一句之后,下一句的开头没声音了,等有声音已经是念到中间的字去了。 版本3.21.041610
{ "url": "https://api.github.com/repos/gedoor/legado/issues/959/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/959/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/958
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/958/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/958/comments
https://api.github.com/repos/gedoor/legado/issues/958/events
https://github.com/gedoor/legado/issues/958
866,526,580
MDU6SXNzdWU4NjY1MjY1ODA=
958
[BUG] Glide无法自动解密gizp压缩的图片
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "是图片加密了" ]
"2021-04-24T02:23:05"
"2021-04-24T05:13:37"
"2021-04-24T05:13:15"
CONTRIBUTOR
null
### 机型(如Redmi K30 Pro) > ### 安卓版本(如Android 7.1.1) > ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > ### 问题描述(简要描述发生的问题) >Glide无法自动解密gizp压缩的图片 ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/958/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/958/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/957
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/957/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/957/comments
https://api.github.com/repos/gedoor/legado/issues/957/events
https://github.com/gedoor/legado/pull/957
865,693,522
MDExOlB1bGxSZXF1ZXN0NjIxNzMzNDA3
957
图片解码优化,epub读取导出优化。
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-04-23T02:55:28"
"2021-04-25T00:51:37"
"2021-04-25T00:51:37"
CONTRIBUTOR
null
- 一些epub3 的文件为了兼容epub2而保留了epub2的ncx目录文件导致解析目录失败。 - Bitmap解码使用BitmapFactory.decodeStream代替BitmapFactory.decodeFile,避免OOM。 - 导出epub时对图片资源使用懒加载避免OOM - 读取epub时使用先将epub文件缓存到私有目录,使用更快的ZipFile解压epub,使用懒加载读取epub,避免OOM。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/957/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/957/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/957", "html_url": "https://github.com/gedoor/legado/pull/957", "diff_url": "https://github.com/gedoor/legado/pull/957.diff", "patch_url": "https://github.com/gedoor/legado/pull/957.patch", "merged_at": "2021-04-25T00:51:37" }
true
https://api.github.com/repos/gedoor/legado/issues/956
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/956/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/956/comments
https://api.github.com/repos/gedoor/legado/issues/956/events
https://github.com/gedoor/legado/issues/956
863,436,974
MDU6SXNzdWU4NjM0MzY5NzQ=
956
[书单]请问下如何在线导入书单例如:
{ "login": "wuaidajiejie", "id": 65920903, "node_id": "MDQ6VXNlcjY1OTIwOTAz", "avatar_url": "https://avatars.githubusercontent.com/u/65920903?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wuaidajiejie", "html_url": "https://github.com/wuaidajiejie", "followers_url": "https://api.github.com/users/wuaidajiejie/followers", "following_url": "https://api.github.com/users/wuaidajiejie/following{/other_user}", "gists_url": "https://api.github.com/users/wuaidajiejie/gists{/gist_id}", "starred_url": "https://api.github.com/users/wuaidajiejie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wuaidajiejie/subscriptions", "organizations_url": "https://api.github.com/users/wuaidajiejie/orgs", "repos_url": "https://api.github.com/users/wuaidajiejie/repos", "events_url": "https://api.github.com/users/wuaidajiejie/events{/privacy}", "received_events_url": "https://api.github.com/users/wuaidajiejie/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "暂不支持URI方式导入,可复制链接使用URL方式在阅读中导入书单,感谢支持" ]
"2021-04-21T04:30:06"
"2021-06-10T10:06:20"
"2021-06-10T10:06:20"
NONE
null
yuedu://booksource/importonline?src= 这种格式
{ "url": "https://api.github.com/repos/gedoor/legado/issues/956/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/956/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/955
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/955/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/955/comments
https://api.github.com/repos/gedoor/legado/issues/955/events
https://github.com/gedoor/legado/issues/955
861,253,358
MDU6SXNzdWU4NjEyNTMzNTg=
955
[Feature Request] 关于阅读小说正文界面图片模式的一些建议
{ "login": "YumikoAzu", "id": 13196251, "node_id": "MDQ6VXNlcjEzMTk2MjUx", "avatar_url": "https://avatars.githubusercontent.com/u/13196251?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YumikoAzu", "html_url": "https://github.com/YumikoAzu", "followers_url": "https://api.github.com/users/YumikoAzu/followers", "following_url": "https://api.github.com/users/YumikoAzu/following{/other_user}", "gists_url": "https://api.github.com/users/YumikoAzu/gists{/gist_id}", "starred_url": "https://api.github.com/users/YumikoAzu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YumikoAzu/subscriptions", "organizations_url": "https://api.github.com/users/YumikoAzu/orgs", "repos_url": "https://api.github.com/users/YumikoAzu/repos", "events_url": "https://api.github.com/users/YumikoAzu/events{/privacy}", "received_events_url": "https://api.github.com/users/YumikoAzu/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "你说的这些用处基本上没有的啊啊啊,一看你就不是专门写源的啊啊啊。建议多看看漫画源啊啊啊,\r\nfull 只是让图片自适应手机屏幕宽度用的\r\n正文规则的代码可以做到 图文混合 一页一张无限自动识别加载等的。", "\r\n@1274003856 有用啊,我看飞卢小说很多都是图片显示,一章一个图片,图片的height特别长那种。如果有漫画模式(向下滑动)就能正常看了,现在看不了。", "> @1274003856 有用啊,我看飞卢小说很多都是图片显示,一章一个图片,图片的height特别长那种。如果有漫画模式(向下滑动)就能正常看了,现在看不了。\r\n\r\n书籍页面右上角 **翻页动画** 选择 **滚动** 即可" ]
"2021-04-19T12:24:14"
"2021-06-07T08:29:12"
"2021-06-07T08:29:12"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 现在的图片模式有三个:默认,full,text。 希望改进一下分成text(纯文本),singleimage(单个图片一页,例如动漫之家的轻小说里面的插图章节全是图片,每个图片一个分页),混合模式(图文混排,例如哔哩轻小说书源和epub),漫画模式(滚动翻页下浏览。) ### 期望实现方式(阅读应该如何实现该功能) > ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/955/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/955/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/954
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/954/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/954/comments
https://api.github.com/repos/gedoor/legado/issues/954/events
https://github.com/gedoor/legado/issues/954
860,862,468
MDU6SXNzdWU4NjA4NjI0Njg=
954
希望阅读订阅>内容页>可以上滑隐藏顶部的那些菜单啦
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-04-19T03:31:59"
"2022-03-28T02:05:15"
"2022-03-28T02:05:15"
NONE
null
这在玩游戏等的时候(就很需要啊),有顶部菜单那些感觉屏幕会变小啊,不太友好啊,希望可以 上滑隐藏顶部菜单等。 <img src="http://www.zy40.cn/tu/IMG_20210419_112400.jpg"> 实现方式 <img src="http://www.zy40.cn/tu/IMG_20210419_120027.jpg"> <img src="http://www.zy40.cn/tu/IMG_20210419_115851.jpg">
{ "url": "https://api.github.com/repos/gedoor/legado/issues/954/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/954/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/953
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/953/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/953/comments
https://api.github.com/repos/gedoor/legado/issues/953/events
https://github.com/gedoor/legado/issues/953
860,854,904
MDU6SXNzdWU4NjA4NTQ5MDQ=
953
[Feature Request]
{ "login": "nanyansky", "id": 57956533, "node_id": "MDQ6VXNlcjU3OTU2NTMz", "avatar_url": "https://avatars.githubusercontent.com/u/57956533?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nanyansky", "html_url": "https://github.com/nanyansky", "followers_url": "https://api.github.com/users/nanyansky/followers", "following_url": "https://api.github.com/users/nanyansky/following{/other_user}", "gists_url": "https://api.github.com/users/nanyansky/gists{/gist_id}", "starred_url": "https://api.github.com/users/nanyansky/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nanyansky/subscriptions", "organizations_url": "https://api.github.com/users/nanyansky/orgs", "repos_url": "https://api.github.com/users/nanyansky/repos", "events_url": "https://api.github.com/users/nanyansky/events{/privacy}", "received_events_url": "https://api.github.com/users/nanyansky/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "你截图的这里,长按文本内容\r\n书签\r\n就可以做到你说的批注功能了的。", "> 你截图的这里,长按文本内容\r\n> 书签\r\n> 就可以做到你说的批注功能了的。\r\n\r\n好的" ]
"2021-04-19T03:09:55"
"2021-06-10T10:07:38"
"2021-06-10T10:07:38"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 希望有批注功能 ### 期望实现方式(阅读应该如何实现该功能) > 入选图片展示 ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) > ![image](https://user-images.githubusercontent.com/57956533/115176436-acbb6900-a0ff-11eb-9a51-d93b82926dcb.png) ![image](https://user-images.githubusercontent.com/57956533/115176469-be9d0c00-a0ff-11eb-934b-3dd9e2fa2b58.png) ![image](https://user-images.githubusercontent.com/57956533/115176474-c197fc80-a0ff-11eb-811a-46401255603c.png)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/953/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/953/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/952
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/952/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/952/comments
https://api.github.com/repos/gedoor/legado/issues/952/events
https://github.com/gedoor/legado/pull/952
860,663,087
MDExOlB1bGxSZXF1ZXN0NjE3NDgzNDAw
952
epub插图,epublib优化
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-04-18T13:17:56"
"2021-04-18T13:47:32"
"2021-04-18T13:47:31"
CONTRIBUTOR
null
- 本地epub文件也支持图片样式为TEXT之外的样式。#937 - epublib 优化(更新实现org.apache.commons.io v2.8.0)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/952/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/952/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/952", "html_url": "https://github.com/gedoor/legado/pull/952", "diff_url": "https://github.com/gedoor/legado/pull/952.diff", "patch_url": "https://github.com/gedoor/legado/pull/952.patch", "merged_at": "2021-04-18T13:47:31" }
true
https://api.github.com/repos/gedoor/legado/issues/951
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/951/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/951/comments
https://api.github.com/repos/gedoor/legado/issues/951/events
https://github.com/gedoor/legado/pull/951
860,427,122
MDExOlB1bGxSZXF1ZXN0NjE3MzE4MTI3
951
Update zh-TW translation
{ "login": "david082321", "id": 7046617, "node_id": "MDQ6VXNlcjcwNDY2MTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7046617?v=4", "gravatar_id": "", "url": "https://api.github.com/users/david082321", "html_url": "https://github.com/david082321", "followers_url": "https://api.github.com/users/david082321/followers", "following_url": "https://api.github.com/users/david082321/following{/other_user}", "gists_url": "https://api.github.com/users/david082321/gists{/gist_id}", "starred_url": "https://api.github.com/users/david082321/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/david082321/subscriptions", "organizations_url": "https://api.github.com/users/david082321/orgs", "repos_url": "https://api.github.com/users/david082321/repos", "events_url": "https://api.github.com/users/david082321/events{/privacy}", "received_events_url": "https://api.github.com/users/david082321/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-04-17T14:49:21"
"2021-04-18T10:16:09"
"2021-04-18T10:16:09"
CONTRIBUTOR
null
Update zh-TW translation
{ "url": "https://api.github.com/repos/gedoor/legado/issues/951/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/951/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/951", "html_url": "https://github.com/gedoor/legado/pull/951", "diff_url": "https://github.com/gedoor/legado/pull/951.diff", "patch_url": "https://github.com/gedoor/legado/pull/951.patch", "merged_at": "2021-04-18T10:16:09" }
true
https://api.github.com/repos/gedoor/legado/issues/950
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/950/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/950/comments
https://api.github.com/repos/gedoor/legado/issues/950/events
https://github.com/gedoor/legado/issues/950
857,666,024
MDU6SXNzdWU4NTc2NjYwMjQ=
950
Book模式的group字段问题
{ "login": "kaich", "id": 5013020, "node_id": "MDQ6VXNlcjUwMTMwMjA=", "avatar_url": "https://avatars.githubusercontent.com/u/5013020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaich", "html_url": "https://github.com/kaich", "followers_url": "https://api.github.com/users/kaich/followers", "following_url": "https://api.github.com/users/kaich/following{/other_user}", "gists_url": "https://api.github.com/users/kaich/gists{/gist_id}", "starred_url": "https://api.github.com/users/kaich/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kaich/subscriptions", "organizations_url": "https://api.github.com/users/kaich/orgs", "repos_url": "https://api.github.com/users/kaich/repos", "events_url": "https://api.github.com/users/kaich/events{/privacy}", "received_events_url": "https://api.github.com/users/kaich/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "这个现在改的会导致用户丢数据啊,我想想怎么改好,位计算是很快的啊", "用1,2,3,11,12,13检索1会把11也查出来,检索2会把2,12都查出来", "@gedoor 主要是会遍历每次遍历比较浪费性能, 好的,不弄也可以的。到时候我在导入解析备份JSON的时候特殊处理一下就行了。\r\n\r\n对了额外问一下啊,准不准备把视频也简单做一下,现在有书籍、漫画,但是现在很多书籍和漫画都陆续开始拍成电视或者做成动漫了,我感觉现在这一套解析方案,完全可以把视频也简单弄一下,不需要很复杂。比如说我追进击的巨人,有可能有同人番小说想追追,动漫也想看看,等动画更新了也要追。这样如果可以能把视频也能看就非常完美了。我周末简单看了下,目前这一套完全可行的。", "@gedoor \r\n\r\n这种还是有问题的,只适合固定不变的少数数据才会用到位操作。 \r\n\r\n比如ios上的Int类型来算:\r\n\r\n```\r\nvar a: Int = 1\r\nfor i in 1...100 {\r\n a = 1<<i\r\n print(\">>>>\\(a) : \\(i)\")\r\n}\r\n```\r\n\r\n```\r\n>>>>2 : 1\r\n>>>>4 : 2\r\n>>>>8 : 3\r\n>>>>16 : 4\r\n>>>>32 : 5\r\n>>>>64 : 6\r\n>>>>128 : 7\r\n>>>>256 : 8\r\n>>>>512 : 9\r\n>>>>1024 : 10\r\n>>>>2048 : 11\r\n>>>>4096 : 12\r\n>>>>8192 : 13\r\n>>>>16384 : 14\r\n>>>>32768 : 15\r\n>>>>65536 : 16\r\n>>>>131072 : 17\r\n>>>>262144 : 18\r\n>>>>524288 : 19\r\n>>>>1048576 : 20\r\n>>>>2097152 : 21\r\n>>>>4194304 : 22\r\n>>>>8388608 : 23\r\n>>>>16777216 : 24\r\n>>>>33554432 : 25\r\n>>>>67108864 : 26\r\n>>>>134217728 : 27\r\n>>>>268435456 : 28\r\n>>>>536870912 : 29\r\n>>>>1073741824 : 30\r\n>>>>2147483648 : 31\r\n>>>>4294967296 : 32\r\n>>>>8589934592 : 33\r\n>>>>17179869184 : 34\r\n>>>>34359738368 : 35\r\n>>>>68719476736 : 36\r\n>>>>137438953472 : 37\r\n>>>>274877906944 : 38\r\n>>>>549755813888 : 39\r\n>>>>1099511627776 : 40\r\n>>>>2199023255552 : 41\r\n>>>>4398046511104 : 42\r\n>>>>8796093022208 : 43\r\n>>>>17592186044416 : 44\r\n>>>>35184372088832 : 45\r\n>>>>70368744177664 : 46\r\n>>>>140737488355328 : 47\r\n>>>>281474976710656 : 48\r\n>>>>562949953421312 : 49\r\n>>>>1125899906842624 : 50\r\n>>>>2251799813685248 : 51\r\n>>>>4503599627370496 : 52\r\n>>>>9007199254740992 : 53\r\n>>>>18014398509481984 : 54\r\n>>>>36028797018963968 : 55\r\n>>>>72057594037927936 : 56\r\n>>>>144115188075855872 : 57\r\n>>>>288230376151711744 : 58\r\n>>>>576460752303423488 : 59\r\n>>>>1152921504606846976 : 60\r\n>>>>2305843009213693952 : 61\r\n>>>>4611686018427387904 : 62\r\n>>>>-9223372036854775808 : 63\r\n>>>>0 : 64\r\n>>>>0 : 65\r\n>>>>0 : 66\r\n>>>>0 : 67\r\n>>>>0 : 68\r\n>>>>0 : 69\r\n>>>>0 : 70\r\n>>>>0 : 71\r\n>>>>0 : 72\r\n>>>>0 : 73\r\n>>>>0 : 74\r\n>>>>0 : 75\r\n>>>>0 : 76\r\n>>>>0 : 77\r\n>>>>0 : 78\r\n>>>>0 : 79\r\n>>>>0 : 80\r\n>>>>0 : 81\r\n>>>>0 : 82\r\n>>>>0 : 83\r\n>>>>0 : 84\r\n>>>>0 : 85\r\n>>>>0 : 86\r\n>>>>0 : 87\r\n>>>>0 : 88\r\n>>>>0 : 89\r\n>>>>0 : 90\r\n>>>>0 : 91\r\n>>>>0 : 92\r\n>>>>0 : 93\r\n>>>>0 : 94\r\n>>>>0 : 95\r\n>>>>0 : 96\r\n>>>>0 : 97\r\n>>>>0 : 98\r\n>>>>0 : 99\r\n>>>>0 : 100\r\n```\r\n\r\n我们可以看到后面的数据是空的。而组又伴随着删除和增加操作,万一删除和增加操作次数之和超过这个数了,App就出现bug了。", "是有数量限制,不过一般来说够用了" ]
"2021-04-14T08:38:42"
"2021-06-10T10:06:38"
"2021-06-10T10:06:38"
NONE
null
作者大大,请问 Book的group 为什么要用到位操作来处理id啊? 在id上用这种方式感觉没什么优点啊,除了会导致id几何倍的爆炸增长,而且每次检索其它信息的时候也会比 `1,2,3`这种字符串存储的形式更加消耗性能(每次都要遍历整个组)。 这在为iOS版适配这一块的数据库,请问用这种形式是什么缘由?如果仅仅是历史原因能否改改?
{ "url": "https://api.github.com/repos/gedoor/legado/issues/950/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/950/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/949
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/949/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/949/comments
https://api.github.com/repos/gedoor/legado/issues/949/events
https://github.com/gedoor/legado/pull/949
854,972,663
MDExOlB1bGxSZXF1ZXN0NjEyODI3NzA0
949
修复导出epub缺字
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-04-10T03:46:34"
"2021-04-10T11:35:59"
"2021-04-10T11:35:59"
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/949/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/949/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/949", "html_url": "https://github.com/gedoor/legado/pull/949", "diff_url": "https://github.com/gedoor/legado/pull/949.diff", "patch_url": "https://github.com/gedoor/legado/pull/949.patch", "merged_at": "2021-04-10T11:35:59" }
true
https://api.github.com/repos/gedoor/legado/issues/948
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/948/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/948/comments
https://api.github.com/repos/gedoor/legado/issues/948/events
https://github.com/gedoor/legado/issues/948
854,394,136
MDU6SXNzdWU4NTQzOTQxMzY=
948
[Feature Request] 需求
{ "login": "lu158", "id": 82210774, "node_id": "MDQ6VXNlcjgyMjEwNzc0", "avatar_url": "https://avatars.githubusercontent.com/u/82210774?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lu158", "html_url": "https://github.com/lu158", "followers_url": "https://api.github.com/users/lu158/followers", "following_url": "https://api.github.com/users/lu158/following{/other_user}", "gists_url": "https://api.github.com/users/lu158/gists{/gist_id}", "starred_url": "https://api.github.com/users/lu158/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lu158/subscriptions", "organizations_url": "https://api.github.com/users/lu158/orgs", "repos_url": "https://api.github.com/users/lu158/repos", "events_url": "https://api.github.com/users/lu158/events{/privacy}", "received_events_url": "https://api.github.com/users/lu158/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "关于③,这是和书架亮度同一啦,要是暗了,很多人可能不习惯的。\r\n关于④,你的手指太大了,建议换手,你自己看截图,够远了的啊,怎么可能会误点呢(难道不用眼镜看,闭眼乱点吗)\r\n关于①②,我强烈支持那", "关于3点,我的意思不是明暗,是宽度太宽了。\n![Screenshot_20210410_101354.jpg](https://user-images.githubusercontent.com/82210774/114255056-97e72300-99e5-11eb-8ef2-82d658d910d1.jpg)下面的就比较合适\n![Screenshot_20210410_101112.jpg](https://user-images.githubusercontent.com/82210774/114255074-afbea700-99e5-11eb-9edd-cea5841c9dbc.jpg)" ]
"2021-04-09T10:27:35"
"2021-06-10T10:08:01"
"2021-06-10T10:08:01"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 1.订阅源里的源图标可以拖动调换位置。 2.点击进入某个订阅源向上滑动时,源名称可以隐藏,只显示分类。 3.分组栏高度稍微调低点! 4.删除和三个点分开点,容易误点。[Screenshot_20210409_182328.jpg](https://user-images.githubusercontent.com/82210774/114166780-bf47dc80-9960-11eb-8e42-a2c73143805f.jpg)![Screenshot_20210409_182217.jpg](https://user-images.githubusercontent.com/82210774/114166797-c1aa3680-9960-11eb-9d3b-9be517c54bf8.jpg)![Screenshot_20210409_182624.jpg](https://user-images.githubusercontent.com/82210774/114167089-1baafc00-9961-11eb-919a-9c302ffec9f6.jpg)![Screenshot_20210409_182328.jpg](https://user-images.githubusercontent.com/82210774/114167740-ea7efb80-9961-11eb-93fc-455145f92d9f.jpg) ### 期望实现方式(阅读应该如何实现该功能) > ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/948/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/948/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/947
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/947/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/947/comments
https://api.github.com/repos/gedoor/legado/issues/947/events
https://github.com/gedoor/legado/issues/947
854,384,187
MDU6SXNzdWU4NTQzODQxODc=
947
[BUG]
{ "login": "lu158", "id": 82210774, "node_id": "MDQ6VXNlcjgyMjEwNzc0", "avatar_url": "https://avatars.githubusercontent.com/u/82210774?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lu158", "html_url": "https://github.com/lu158", "followers_url": "https://api.github.com/users/lu158/followers", "following_url": "https://api.github.com/users/lu158/following{/other_user}", "gists_url": "https://api.github.com/users/lu158/gists{/gist_id}", "starred_url": "https://api.github.com/users/lu158/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lu158/subscriptions", "organizations_url": "https://api.github.com/users/lu158/orgs", "repos_url": "https://api.github.com/users/lu158/repos", "events_url": "https://api.github.com/users/lu158/events{/privacy}", "received_events_url": "https://api.github.com/users/lu158/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "关于①,可能是你的手机自动升级版本了,阅读和权限获取失败,就会这样了,建议回退手机版本\r\n关于②,强烈支持修复,虽然切换布局退出再进也可以,但是麻烦", "解决了" ]
"2021-04-09T10:14:09"
"2021-04-16T01:22:35"
"2021-04-16T01:22:35"
NONE
null
### 机型(如Redmi K30 Pro) > 荣耀v10 ### 安卓版本(如Android 7.1.1) > 安卓10.0 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > 3.21.040820 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > 电信 ### 问题描述(简要描述发生的问题) > 1.本地txt文件,删除时勾选源文件,不能删除本地txt文件。 2.源订阅里切换布局不能直接切换显示,要退出源,再点,才能显示需要的布局。(就最近两个版本才这样的) ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/947/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/947/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/946
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/946/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/946/comments
https://api.github.com/repos/gedoor/legado/issues/946/events
https://github.com/gedoor/legado/pull/946
853,998,334
MDExOlB1bGxSZXF1ZXN0NjEyMDE0ODE2
946
JS 添加AES加密解密方法
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-04-08T22:49:14"
"2021-04-09T00:30:22"
"2021-04-09T00:30:22"
CONTRIBUTOR
null
## AES解密方法 第一个参数String类型的要解密的数据(通常是base64加密过的) 第二个参数 AES加密的key 第三个参数 AES加密的模式 第四个参数 AES加密ECB模式的偏移向量iv(可选) ``` java.aesDecodeToByteArray java.aesDecodeToString java.aesBase64DecodeToByteArray java.aesBase64DecodeToString ``` ## AES加密方法 第一个参数String类型的要加密的数据 第二个参数 AES加密的key 第三个参数 AES加密的模式 第四个参数 AES加密ECB模式的偏移向量iv(可选) ``` java.aesEncodeToByteArray java.aesEncodeToString java.aesEncodeToBase64ByteArray java.aesEncodeToBase64String ```
{ "url": "https://api.github.com/repos/gedoor/legado/issues/946/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/946/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/946", "html_url": "https://github.com/gedoor/legado/pull/946", "diff_url": "https://github.com/gedoor/legado/pull/946.diff", "patch_url": "https://github.com/gedoor/legado/pull/946.patch", "merged_at": "2021-04-09T00:30:22" }
true
https://api.github.com/repos/gedoor/legado/issues/945
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/945/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/945/comments
https://api.github.com/repos/gedoor/legado/issues/945/events
https://github.com/gedoor/legado/issues/945
853,548,328
MDU6SXNzdWU4NTM1NDgzMjg=
945
[Feature Request] 能否添加返回内容aes加密解密的方法
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "## AES解密方法\r\n第一个参数String类型的要解密的数据(通常是base64加密过的)\r\n第二个参数 AES加密的key\r\n第三个参数 AES加密的模式\r\n第四个参数 AES加密ECB模式的偏移向量iv(可选)\r\n```\r\njava.aesDecodeToByteArray\r\njava.aesDecodeToString\r\njava.aesBase64DecodeToByteArray\r\njava.aesBase64DecodeToString\r\n```\r\n## AES加密方法\r\n第一个参数String类型的要加密的数据\r\n第二个参数 AES加密的key\r\n第三个参数 AES加密的模式\r\n第四个参数 AES加密ECB模式的偏移向量iv(可选)\r\n```\r\njava.aesEncodeToByteArray\r\njava.aesEncodeToString\r\njava.aesEncodeToBase64ByteArray\r\njava.aesEncodeToBase64String\r\n```\r\n#946 " ]
"2021-04-08T14:42:46"
"2021-04-09T01:08:28"
"2021-04-09T01:07:05"
CONTRIBUTOR
null
能否添加返回内容aes加密解密的方法
{ "url": "https://api.github.com/repos/gedoor/legado/issues/945/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/945/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/944
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/944/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/944/comments
https://api.github.com/repos/gedoor/legado/issues/944/events
https://github.com/gedoor/legado/issues/944
853,140,119
MDU6SXNzdWU4NTMxNDAxMTk=
944
[BUG] 群晖webDav备份失败
{ "login": "charmingYouYou", "id": 31199453, "node_id": "MDQ6VXNlcjMxMTk5NDUz", "avatar_url": "https://avatars.githubusercontent.com/u/31199453?v=4", "gravatar_id": "", "url": "https://api.github.com/users/charmingYouYou", "html_url": "https://github.com/charmingYouYou", "followers_url": "https://api.github.com/users/charmingYouYou/followers", "following_url": "https://api.github.com/users/charmingYouYou/following{/other_user}", "gists_url": "https://api.github.com/users/charmingYouYou/gists{/gist_id}", "starred_url": "https://api.github.com/users/charmingYouYou/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/charmingYouYou/subscriptions", "organizations_url": "https://api.github.com/users/charmingYouYou/orgs", "repos_url": "https://api.github.com/users/charmingYouYou/repos", "events_url": "https://api.github.com/users/charmingYouYou/events{/privacy}", "received_events_url": "https://api.github.com/users/charmingYouYou/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "我这里正常。建议删除bookProgress.json之后再试试,另外还可以读一下webdav的日志。", "> 我这里正常。建议删除bookProgress.json之后再试试,另外还可以读一下webdav的日志。\r\n\r\n好的, 麻烦问下webdav日志目录在哪啊?", "> 好的, 麻烦问下webdav日志目录在哪啊?\r\n\r\n应该就是web server的日志吧,我没群晖设备,你自己找找看吧。", "> > 好的, 麻烦问下webdav日志目录在哪啊?\r\n> \r\n> 应该就是web server的日志吧,我没群晖设备,你自己找找看吧。\r\n\r\n刚刚按照操作移除bookProgress.json后进行备份, 同样提示备份成功, 但是群晖中还是没有备份, 群晖webDav日志并没有接收到app的备份消息, 想问下能看到安卓app中webDav相关备份日志有查询的地方吗?\r\n![image](https://user-images.githubusercontent.com/31199453/114130329-e4bdf180-9932-11eb-82b2-6fffc6f5e0ff.png)\r\n", "可以试下短按“备份与恢复”->“恢复”,如果能出现webdav的选择恢复文件列表,说明访问webdav的读没问题,如果选择恢复文件的列表出不来,再查其他原因吧。\r\n我是在WSL下自己用Apache搭的WebDav,备份和恢复都没问题,查apache日志也正常。", "> 可以试下短按“备份与恢复”->“恢复”,如果能出现webdav的选择恢复文件列表,说明访问webdav的读没问题,如果选择恢复文件的列表出不来,再查其他原因吧。\r\n> 我是在WSL下自己用Apache搭的WebDav,备份和恢复都没问题,查apache日志也正常。\r\n\r\n想问下你用的是那个阅读版本啊?我去用你的版本试试", "\r\n> 想问下你用的是那个阅读版本啊?我去用你的版本试试\r\n\r\n最近的版本\r\nhttps://github.com/gedoor/legado/releases", "找到问题了, 我备份目录中是有中文路径的, 之前旧版本App中带中文无法备份, 我就`encode`转码了下, 现在改回中文路径就好了" ]
"2021-04-08T07:05:14"
"2021-04-09T09:28:30"
"2021-04-09T09:28:30"
NONE
null
### 机型(如Redmi K30 Pro) > 小米10Pro ### 安卓版本(如Android 7.1.1) > 安卓10 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > 3.21.040323 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > 联通, wifi ### 问题描述(简要描述发生的问题) > 使用群晖webDav进行备份, 提示备份成功, 但备份文件夹下并没有保存任何东西 ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > 4月月初就备份失效, 同样情况使用Tampermonkey和PT-Plugin-Plus进行webDav都是可以的 ### 日志提交(问题截图或者日志) > ![image](https://user-images.githubusercontent.com/31199453/113983894-0f4d7300-987d-11eb-8fa1-a680fd722789.png) ![image](https://user-images.githubusercontent.com/31199453/113983919-18d6db00-987d-11eb-8912-ed9f4cae2285.png)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/944/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/944/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/943
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/943/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/943/comments
https://api.github.com/repos/gedoor/legado/issues/943/events
https://github.com/gedoor/legado/issues/943
853,048,746
MDU6SXNzdWU4NTMwNDg3NDY=
943
换源时自动搜索大量重复[BUG]
{ "login": "waloyn", "id": 20416585, "node_id": "MDQ6VXNlcjIwNDE2NTg1", "avatar_url": "https://avatars.githubusercontent.com/u/20416585?v=4", "gravatar_id": "", "url": "https://api.github.com/users/waloyn", "html_url": "https://github.com/waloyn", "followers_url": "https://api.github.com/users/waloyn/followers", "following_url": "https://api.github.com/users/waloyn/following{/other_user}", "gists_url": "https://api.github.com/users/waloyn/gists{/gist_id}", "starred_url": "https://api.github.com/users/waloyn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/waloyn/subscriptions", "organizations_url": "https://api.github.com/users/waloyn/orgs", "repos_url": "https://api.github.com/users/waloyn/repos", "events_url": "https://api.github.com/users/waloyn/events{/privacy}", "received_events_url": "https://api.github.com/users/waloyn/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "详情页链接不一样,就会这样,你自己去源网站搜一下,看看是不是也是这么多结果", "> 详情页链接不一样,就会这样,你自己去源网站搜一下,看看是不是也是这么多结果\r\n\r\n试了两个笔趣阁的,都是多个搜索结果\r\n![IMG_20210408_124041](https://user-images.githubusercontent.com/52020688/113969592-d525a680-9867-11eb-970a-f1dc116ea013.jpg)\r\n", "是源网站的问题", "几天了,GITHUB时好时坏,我知道源网站能搜出来很多,但正常截图里的第二个,是完全匹配书名和作者的,现在是模糊匹配了。", "作者改成模糊匹配了" ]
"2021-04-08T04:33:16"
"2021-06-10T10:08:18"
"2021-06-10T10:08:17"
NONE
null
### 机型(如Redmi K30 Pro) >vivo x27 ### 安卓版本(如Android 7.1.1) >安卓9.0 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) >3.21.040323 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) >电信 ### 问题描述(简要描述发生的问题) >换源时搜索结果大量重复,升级之前没有问题 ### 日志提交(问题截图或者日志) > ![Screenshot_20210408_122334](https://user-images.githubusercontent.com/20416585/113968947-a8bd5a80-9866-11eb-9c48-45c78fcdbea7.jpg)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/943/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/943/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/942
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/942/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/942/comments
https://api.github.com/repos/gedoor/legado/issues/942/events
https://github.com/gedoor/legado/pull/942
852,881,365
MDExOlB1bGxSZXF1ZXN0NjExMDY3NjAw
942
点按“搜索”立即弹出输入法软键盘
{ "login": "nobk", "id": 4659870, "node_id": "MDQ6VXNlcjQ2NTk4NzA=", "avatar_url": "https://avatars.githubusercontent.com/u/4659870?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nobk", "html_url": "https://github.com/nobk", "followers_url": "https://api.github.com/users/nobk/followers", "following_url": "https://api.github.com/users/nobk/following{/other_user}", "gists_url": "https://api.github.com/users/nobk/gists{/gist_id}", "starred_url": "https://api.github.com/users/nobk/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nobk/subscriptions", "organizations_url": "https://api.github.com/users/nobk/orgs", "repos_url": "https://api.github.com/users/nobk/repos", "events_url": "https://api.github.com/users/nobk/events{/privacy}", "received_events_url": "https://api.github.com/users/nobk/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "这个有点问题,等我自己写吧" ]
"2021-04-07T22:37:01"
"2021-04-09T00:31:06"
"2021-04-09T00:31:06"
NONE
null
Feature Request https://github.com/gedoor/legado/issues/941
{ "url": "https://api.github.com/repos/gedoor/legado/issues/942/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/942/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/942", "html_url": "https://github.com/gedoor/legado/pull/942", "diff_url": "https://github.com/gedoor/legado/pull/942.diff", "patch_url": "https://github.com/gedoor/legado/pull/942.patch", "merged_at": null }
true
https://api.github.com/repos/gedoor/legado/issues/941
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/941/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/941/comments
https://api.github.com/repos/gedoor/legado/issues/941/events
https://github.com/gedoor/legado/issues/941
851,278,036
MDU6SXNzdWU4NTEyNzgwMzY=
941
[Feature Request] 点搜索直接弹出输入面板
{ "login": "ourpzh", "id": 25285477, "node_id": "MDQ6VXNlcjI1Mjg1NDc3", "avatar_url": "https://avatars.githubusercontent.com/u/25285477?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ourpzh", "html_url": "https://github.com/ourpzh", "followers_url": "https://api.github.com/users/ourpzh/followers", "following_url": "https://api.github.com/users/ourpzh/following{/other_user}", "gists_url": "https://api.github.com/users/ourpzh/gists{/gist_id}", "starred_url": "https://api.github.com/users/ourpzh/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ourpzh/subscriptions", "organizations_url": "https://api.github.com/users/ourpzh/orgs", "repos_url": "https://api.github.com/users/ourpzh/repos", "events_url": "https://api.github.com/users/ourpzh/events{/privacy}", "received_events_url": "https://api.github.com/users/ourpzh/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "你是第一次搜索啦,次数多了,会自动获取你搜索过的书的,在搜索的下面,之所以这样,方便直接点击搜索过的书名再次搜索啦,\r\n这在很多阅读软件都是这样的那,", "@ourpzh 已经解决的issue就主动关掉吧,否则一不小心还会点进来。" ]
"2021-04-06T10:18:14"
"2021-06-10T10:08:32"
"2021-06-10T10:08:32"
NONE
null
点搜索按钮出来搜索界面,然而搜索框没有获取焦点,还得再点一下搜索框才能输入搜索内容,相当不便
{ "url": "https://api.github.com/repos/gedoor/legado/issues/941/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/941/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/940
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/940/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/940/comments
https://api.github.com/repos/gedoor/legado/issues/940/events
https://github.com/gedoor/legado/pull/940
851,037,847
MDExOlB1bGxSZXF1ZXN0NjA5NTIwMDk4
940
解决全面屏手势与阅读翻页冲突
{ "login": "nobk", "id": 4659870, "node_id": "MDQ6VXNlcjQ2NTk4NzA=", "avatar_url": "https://avatars.githubusercontent.com/u/4659870?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nobk", "html_url": "https://github.com/nobk", "followers_url": "https://api.github.com/users/nobk/followers", "following_url": "https://api.github.com/users/nobk/following{/other_user}", "gists_url": "https://api.github.com/users/nobk/gists{/gist_id}", "starred_url": "https://api.github.com/users/nobk/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nobk/subscriptions", "organizations_url": "https://api.github.com/users/nobk/orgs", "repos_url": "https://api.github.com/users/nobk/repos", "events_url": "https://api.github.com/users/nobk/events{/privacy}", "received_events_url": "https://api.github.com/users/nobk/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "@nobk Home手势仍然会有冲突", "> @nobk Home手势仍然会有冲突\n\n目前没有排除从边缘向中心的滑动。解决方法是:设置→点击区域设置。将九宫格的正下方那格从“下一页”改为“菜单”。", "> > @nobk Home手势仍然会有冲突\r\n> \r\n> 目前没有排除从边缘向中心的滑动。解决方法是:设置→点击区域设置。将九宫格的正下方那格从“下一页”改为“菜单”。\r\n\r\n这里触发的应该不是点击事件。\r\nPixel上试了仍然会触发左右滑动翻页,应该是向上滑动有左右偏移触发了。", "> \r\n> \r\n> > > @nobk Home手势仍然会有冲突\r\n> > \r\n> > \r\n> > 目前没有排除从边缘向中心的滑动。解决方法是:设置→点击区域设置。将九宫格的正下方那格从“下一页”改为“菜单”。\r\n> \r\n> 这里触发的应该不是点击事件。\r\n> Pixel上试了仍然会触发左右滑动翻页,应该是向上滑动有左右偏移触发了。\r\n\r\n这个[PR](https://github.com/gedoor/legado/pull/1006)好像能处理滑动,你看看能不能整合进来吧。" ]
"2021-04-06T06:25:07"
"2021-06-19T13:06:51"
"2021-04-07T05:33:20"
NONE
null
解决 issue #914 增加了一个默认关闭的可选开关“全面屏手势优化”,全面屏手势用户可以开启该选项,使用系统手势时,触碰阅读文字屏幕左右边沿和下沿时不会触发翻页功能。 九宫格的左右下三个边沿7个区块相应缩小范围。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/940/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/940/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/940", "html_url": "https://github.com/gedoor/legado/pull/940", "diff_url": "https://github.com/gedoor/legado/pull/940.diff", "patch_url": "https://github.com/gedoor/legado/pull/940.patch", "merged_at": "2021-04-07T05:33:20" }
true
https://api.github.com/repos/gedoor/legado/issues/939
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/939/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/939/comments
https://api.github.com/repos/gedoor/legado/issues/939/events
https://github.com/gedoor/legado/issues/939
850,891,591
MDU6SXNzdWU4NTA4OTE1OTE=
939
建议增加WEBDAV备份文件标识
{ "login": "ju0632", "id": 13981195, "node_id": "MDQ6VXNlcjEzOTgxMTk1", "avatar_url": "https://avatars.githubusercontent.com/u/13981195?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ju0632", "html_url": "https://github.com/ju0632", "followers_url": "https://api.github.com/users/ju0632/followers", "following_url": "https://api.github.com/users/ju0632/following{/other_user}", "gists_url": "https://api.github.com/users/ju0632/gists{/gist_id}", "starred_url": "https://api.github.com/users/ju0632/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ju0632/subscriptions", "organizations_url": "https://api.github.com/users/ju0632/orgs", "repos_url": "https://api.github.com/users/ju0632/repos", "events_url": "https://api.github.com/users/ju0632/events{/privacy}", "received_events_url": "https://api.github.com/users/ju0632/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "> 自己改备份文件夹就行了\r\n\r\n阅读的webdav设置哪来的改备份文件夹", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-04-06T02:15:42"
"2022-03-28T02:05:16"
"2022-03-28T02:05:16"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 如题假如我有多个设备,阅读了不同的内容时,使用了webdav备份那么会互相替换造成数据紊乱 ### 期望实现方式(阅读应该如何实现该功能) > 添加可自定义的备份文件标识,则备份后的文件名为backup-2021-04-06-自定义标识1.zip,backup-2021-04-06-自定义标识2.zip则不会互相替换,恢复时也能区分不同的备份文件和设备 ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/939/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/939/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/938
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/938/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/938/comments
https://api.github.com/repos/gedoor/legado/issues/938/events
https://github.com/gedoor/legado/issues/938
850,862,998
MDU6SXNzdWU4NTA4NjI5OTg=
938
希望书架上的书可以长按~置顶~有的书更新很慢,但是喜欢看啊
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "分组管理,新建分组“长期”。\r\n然后对更新慢的设置分组,都勾选上“长期”分组,就可以立刻找到了" ]
"2021-04-06T00:56:20"
"2021-04-19T03:43:14"
"2021-04-19T03:43:04"
NONE
null
订阅源,书源等都可以长按~置顶 希望书架上的书也可以长按~置顶 有的书更新很慢,但是喜欢看啊 因为采用的进入阅读自动刷新书架 有的书不能~置顶 就会被很多书给压下去了, 很难找到啊。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/938/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/938/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/937
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/937/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/937/comments
https://api.github.com/repos/gedoor/legado/issues/937/events
https://github.com/gedoor/legado/issues/937
850,617,104
MDU6SXNzdWU4NTA2MTcxMDQ=
937
[Feature Request] epub插图问题。
{ "login": "YumikoAzu", "id": 13196251, "node_id": "MDQ6VXNlcjEzMTk2MjUx", "avatar_url": "https://avatars.githubusercontent.com/u/13196251?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YumikoAzu", "html_url": "https://github.com/YumikoAzu", "followers_url": "https://api.github.com/users/YumikoAzu/followers", "following_url": "https://api.github.com/users/YumikoAzu/following{/other_user}", "gists_url": "https://api.github.com/users/YumikoAzu/gists{/gist_id}", "starred_url": "https://api.github.com/users/YumikoAzu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YumikoAzu/subscriptions", "organizations_url": "https://api.github.com/users/YumikoAzu/orgs", "repos_url": "https://api.github.com/users/YumikoAzu/repos", "events_url": "https://api.github.com/users/YumikoAzu/events{/privacy}", "received_events_url": "https://api.github.com/users/YumikoAzu/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "图片规则填写\r\nfull\r\n即可\r\n公众号有教程的", "> 图片规则填写\r\n> full\r\n> 即可\r\n> 公众号有教程的\r\n\r\n\r\n\r\n> 图片规则填写\r\n> full\r\n> 即可\r\n> 公众号有教程的\r\n\r\nepub啊。。。填啥图片规则。。。。", "> > 图片规则填写\r\n> > full\r\n> > 即可\r\n> > 公众号有教程的\r\n> \r\n> > 图片规则填写\r\n> > full\r\n> > 即可\r\n> > 公众号有教程的\r\n> \r\n> epub啊。。。填啥图片规则。。。。\r\n\r\n如果是导出的epub的话,之前的版本没对img标签处理。如果是导入本地的epub话,目前应该是移除了img标签的。", "> > > 图片规则填写\r\n> > > full\r\n> > > 即可\r\n> > > 公众号有教程的\r\n> > \r\n> > \r\n> > > 图片规则填写\r\n> > > full\r\n> > > 即可\r\n> > > 公众号有教程的\r\n> > \r\n> > \r\n> > epub啊。。。填啥图片规则。。。。\r\n> \r\n> 如果是导出的epub的话,之前的版本没对img标签处理。如果是导入本地的epub话,目前应该是移除了img标签的。\r\n\r\n我没选替换净化。" ]
"2021-04-05T19:50:35"
"2021-06-10T10:45:48"
"2021-06-10T10:45:48"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 图片样式为TEXT,epub插图大小不对劲。 ![B4EBEFE9-F579-46C8-A314-CC20933DE913](https://user-images.githubusercontent.com/13196251/113654061-9ce86180-96c9-11eb-9279-8cc708da2b7c.jpeg) ### 期望实现方式(阅读应该如何实现该功能) > ![7FD76D22-8B6B-4838-B517-D0D9B93A4EEF](https://user-images.githubusercontent.com/13196251/113654154-d1f4b400-96c9-11eb-9074-1dca06829fb0.jpeg) ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/937/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/937/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/936
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/936/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/936/comments
https://api.github.com/repos/gedoor/legado/issues/936/events
https://github.com/gedoor/legado/issues/936
850,415,636
MDU6SXNzdWU4NTA0MTU2MzY=
936
18PlusList.txt能够改成请求远程地址,且增加特定关闭/开启功能
{ "login": "ju0632", "id": 13981195, "node_id": "MDQ6VXNlcjEzOTgxMTk1", "avatar_url": "https://avatars.githubusercontent.com/u/13981195?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ju0632", "html_url": "https://github.com/ju0632", "followers_url": "https://api.github.com/users/ju0632/followers", "following_url": "https://api.github.com/users/ju0632/following{/other_user}", "gists_url": "https://api.github.com/users/ju0632/gists{/gist_id}", "starred_url": "https://api.github.com/users/ju0632/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ju0632/subscriptions", "organizations_url": "https://api.github.com/users/ju0632/orgs", "repos_url": "https://api.github.com/users/ju0632/repos", "events_url": "https://api.github.com/users/ju0632/events{/privacy}", "received_events_url": "https://api.github.com/users/ju0632/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 2527793356, "node_id": "MDU6TGFiZWwyNTI3NzkzMzU2", "url": "https://api.github.com/repos/gedoor/legado/labels/%E5%BF%BD%E7%95%A5", "name": "忽略", "color": "AAAAAA", "default": false, "description": "与本工程无关" } ]
closed
false
null
[]
null
[ "它好像就屏蔽了丝瓜啊,但是丝瓜早更换网址了\r\n至于屏蔽了的其他网址,有的网址真心国内禁止打开的,还不是害怕有的人吧有的网址做成书源/订阅源啊。\r\n如果你对这个不满意,可以试试 阅读测试版(这个就未屏蔽)哈\r\nhttps://kunfei.lanzous.com/b0f810h4b", "GooglePlay市场版没有18PlusList.txt名单限制,一份才两刀,如果有这方面需要建议买一份,支持一下作者。" ]
"2021-04-05T14:42:06"
"2021-04-10T15:39:11"
"2021-04-10T15:39:11"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > -阅读内置了18PlusList.txt文件屏蔽了不可描述的网址,然而有时有特定使用场景 ### 期望实现方式(阅读应该如何实现该功能) > -增加特定开关按钮 -18PlusList.txt文件改成请求远程地址 ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/936/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/936/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/935
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/935/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/935/comments
https://api.github.com/repos/gedoor/legado/issues/935/events
https://github.com/gedoor/legado/pull/935
850,339,273
MDExOlB1bGxSZXF1ZXN0NjA4OTI5NDIx
935
导出epub时支持导出已经缓存的插图
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "你这份修改中依然没包含我前一条留言中提到的' by '格式从后向前搜配的修正。\r\n如果做代码重构,就请认真点好好做,而不是引入新的bug。\r\n其实 `书名 by 作者.txt` 这种格式,本身就是不严谨的,容易解析出问题。\r\nby是一个介词,出现在书名中的几率,远远大于出现在作者名字中的几率。从作者一侧向前搜索第一次出现的 by 做分隔是出错可能性最低的方式。", "> 你这份修改中依然没包含我前一条留言中提到的' by '格式从后向前搜配的修正。\r\n> 如果做代码重构,就请认真点好好做,而不是引入新的bug。\r\n> 其实 `书名 by 作者.txt` 这种格式,本身就是不严谨的,容易解析出问题。\r\n> by是一个介词,出现在书名中的几率,远远大于出现在作者名字中的几率。从作者一侧向前搜索第一次出现的 by 做分隔是出错可能性最低的方式。\r\n\r\n已经对by的规则已经反向匹配了\r\n", "> 用`bookname 作者:author`这种格式不是挺好的吗?\r\n\r\n都可以,我只求解决问题,如果只考虑中文书,其实书名号括起来的是书名,作者后面有中英文冒号的是作者,我前面发的issue https://github.com/gedoor/legado/issues/925#issuecomment-812953230 已经表达过这个意思了,前面还有 issue #868 也希望改成那种格式。不过英文冒号用在文件名里面,Windows系统不支持,中文的就完全没问题了,安卓和windows下面都可以支持。\r\n", "> `s=StringUtil.FixTrim(s);`这个没啥必要,会自动忽略的\r\n\r\n主要是想缩小生成的epub的大小,空格多了占容量。" ]
"2021-04-05T12:39:16"
"2021-04-07T05:44:50"
"2021-04-07T05:44:50"
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/935/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/935/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/935", "html_url": "https://github.com/gedoor/legado/pull/935", "diff_url": "https://github.com/gedoor/legado/pull/935.diff", "patch_url": "https://github.com/gedoor/legado/pull/935.patch", "merged_at": "2021-04-07T05:44:49" }
true
https://api.github.com/repos/gedoor/legado/issues/934
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/934/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/934/comments
https://api.github.com/repos/gedoor/legado/issues/934/events
https://github.com/gedoor/legado/issues/934
850,257,409
MDU6SXNzdWU4NTAyNTc0MDk=
934
希望订阅源能支持搜索功能啦~方便搜索资源
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "> 只要写订阅源的在\r\n> 分类url的链接上加上 {{key}}\r\n> 即可\r\n> 比如\r\n> 订阅源\r\n> \r\n> http://yck.mumuceo.com/yuedu/rssyuan/json/id/628.json\r\n> \r\n> 分类url\r\n> \r\n> 搜索::[http://search.huluxia.com/game/search/ANDROID/4.0.1?platform=2&gkey=000000&app_version=4.1.1.3&versioncode=320&market_id=tool_web&start={{(page-1)*20}}&count=20&keyword={{key}}](http://search.huluxia.com/game/search/ANDROID/4.0.1?platform=2&gkey=000000&app_version=4.1.1.3&versioncode=320&market_id=tool_web&start=%7B%7B(page-1)*20%7D%7D&count=20&keyword=%7B%7Bkey%7D%7D)\r\n> 演示图\r\n> https://s1.imagehub.cc/images/2021/04/05/IMG_20210405_175202.jpg\r\n> 然后你在订阅源上改改代码即可\r\n> 最终效果图\r\n> https://s1.imagehub.cc/images/2021/04/05/IMG_20210405_174830.jpg\r\n\r\n" ]
"2021-04-05T10:05:03"
"2021-04-19T03:44:10"
"2021-04-19T03:44:10"
NONE
null
只要写订阅源的在 分类url的链接上加上 {{key}} 即可 比如 订阅源 http://yck.mumuceo.com/yuedu/rssyuan/json/id/628.json 分类url 搜索::http://search.huluxia.com/game/search/ANDROID/4.0.1?platform=2&gkey=000000&app_version=4.1.1.3&versioncode=320&market_id=tool_web&start={{(page-1)*20}}&count=20&keyword={{key}} 演示图 https://s1.imagehub.cc/images/2021/04/05/IMG_20210405_175202.jpg 然后你在订阅源上改改代码即可 最终效果图 https://s1.imagehub.cc/images/2021/04/05/IMG_20210405_174830.jpg
{ "url": "https://api.github.com/repos/gedoor/legado/issues/934/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/934/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/933
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/933/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/933/comments
https://api.github.com/repos/gedoor/legado/issues/933/events
https://github.com/gedoor/legado/pull/933
849,995,973
MDExOlB1bGxSZXF1ZXN0NjA4NjM3ODU2
933
修复导出epub的标题样式过大&&优化导入本地文件识别
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-04-05T00:33:11"
"2021-04-05T01:18:34"
"2021-04-05T01:18:34"
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/933/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/933/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/933", "html_url": "https://github.com/gedoor/legado/pull/933", "diff_url": "https://github.com/gedoor/legado/pull/933.diff", "patch_url": "https://github.com/gedoor/legado/pull/933.patch", "merged_at": "2021-04-05T01:18:34" }
true
https://api.github.com/repos/gedoor/legado/issues/932
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/932/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/932/comments
https://api.github.com/repos/gedoor/legado/issues/932/events
https://github.com/gedoor/legado/issues/932
849,874,896
MDU6SXNzdWU4NDk4NzQ4OTY=
932
[BUG] 手机深色模式下字体颜色无法选择黑色
{ "login": "KoedaNagi", "id": 34183280, "node_id": "MDQ6VXNlcjM0MTgzMjgw", "avatar_url": "https://avatars.githubusercontent.com/u/34183280?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KoedaNagi", "html_url": "https://github.com/KoedaNagi", "followers_url": "https://api.github.com/users/KoedaNagi/followers", "following_url": "https://api.github.com/users/KoedaNagi/following{/other_user}", "gists_url": "https://api.github.com/users/KoedaNagi/gists{/gist_id}", "starred_url": "https://api.github.com/users/KoedaNagi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/KoedaNagi/subscriptions", "organizations_url": "https://api.github.com/users/KoedaNagi/orgs", "repos_url": "https://api.github.com/users/KoedaNagi/repos", "events_url": "https://api.github.com/users/KoedaNagi/events{/privacy}", "received_events_url": "https://api.github.com/users/KoedaNagi/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "必然的啊,手机深色模式,文字你选黑色,是看不见的啦\r\n推荐手机深色模式,直接使用软件自带的,夜间模式" ]
"2021-04-04T13:27:28"
"2021-06-10T10:47:23"
"2021-06-10T10:47:23"
NONE
null
### 机型(如Redmi K30 Pro) >小米9 ### 安卓版本(如Android 7.1.1) > ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > ### 问题描述(简要描述发生的问题) > ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/932/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/932/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/931
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/931/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/931/comments
https://api.github.com/repos/gedoor/legado/issues/931/events
https://github.com/gedoor/legado/pull/931
849,796,115
MDExOlB1bGxSZXF1ZXN0NjA4NDg1Njk2
931
从文件名'书名 by 作者.txt'或.epub提取书名、作者
{ "login": "nobk", "id": 4659870, "node_id": "MDQ6VXNlcjQ2NTk4NzA=", "avatar_url": "https://avatars.githubusercontent.com/u/4659870?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nobk", "html_url": "https://github.com/nobk", "followers_url": "https://api.github.com/users/nobk/followers", "following_url": "https://api.github.com/users/nobk/following{/other_user}", "gists_url": "https://api.github.com/users/nobk/gists{/gist_id}", "starred_url": "https://api.github.com/users/nobk/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nobk/subscriptions", "organizations_url": "https://api.github.com/users/nobk/orgs", "repos_url": "https://api.github.com/users/nobk/repos", "events_url": "https://api.github.com/users/nobk/events{/privacy}", "received_events_url": "https://api.github.com/users/nobk/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-04-04T04:36:43"
"2021-04-04T10:06:10"
"2021-04-04T10:06:09"
NONE
null
bug fix for issue #925
{ "url": "https://api.github.com/repos/gedoor/legado/issues/931/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/931/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/931", "html_url": "https://github.com/gedoor/legado/pull/931", "diff_url": "https://github.com/gedoor/legado/pull/931.diff", "patch_url": "https://github.com/gedoor/legado/pull/931.patch", "merged_at": "2021-04-04T10:06:09" }
true
https://api.github.com/repos/gedoor/legado/issues/930
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/930/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/930/comments
https://api.github.com/repos/gedoor/legado/issues/930/events
https://github.com/gedoor/legado/issues/930
849,791,352
MDU6SXNzdWU4NDk3OTEzNTI=
930
希望增加手机流量都能保存订阅源的内容图片和订阅源上的直接下载阅读等软件功能
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[]
"2021-04-04T03:52:39"
"2021-04-19T03:43:49"
"2021-04-19T03:43:41"
NONE
null
现在是只有在wifi网络下,才能下载订阅源的内容图片和订阅源直接下载任意软件 在流量网络下,下载不了啊 希望能关闭这个限制啦 很多人还是用的流量的,手机自带浏览器广告又多,又卡啦。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/930/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/930/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/929
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/929/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/929/comments
https://api.github.com/repos/gedoor/legado/issues/929/events
https://github.com/gedoor/legado/issues/929
849,761,930
MDU6SXNzdWU4NDk3NjE5MzA=
929
希望新增订阅源源调试添加源码查看
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "好的", "我觉得这是刚需啦,毕竟提取网页div还需要其他浏览器很麻烦,直接使用阅读查看源码提取简单方便啊。", "> 这样我就可以扔掉浏览器啦,我和手机自带浏览器鬼强制自动升级,太烦人。\r\n\r\n" ]
"2021-04-03T23:49:16"
"2021-04-19T03:44:38"
"2021-04-19T03:44:38"
NONE
null
这样我就可以扔掉浏览器啦,我和手机自带浏览器鬼强制自动升级,太烦人。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/929/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/929/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/928
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/928/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/928/comments
https://api.github.com/repos/gedoor/legado/issues/928/events
https://github.com/gedoor/legado/issues/928
849,761,466
MDU6SXNzdWU4NDk3NjE0NjY=
928
希望增加JS将网址转换成可点击的超链接~用于适配关耳小姐姐的最新订阅源
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "> 关耳小姐姐的最新订阅源\r\n> http://yck.mumuceo.com/yuedu/rssyuan/json/id/619.json\r\n> 除了搜索外的所有分类,的软件下载链接都不可点击,只能复制链接到浏览器打开\r\n> 截图\r\n> ![Screenshot_2021-04-04-06-33-08-13](https://user-images.githubusercontent.com/40195821/113494986-615e6380-9520-11eb-810d-a1ad15a1222f.jpg)\r\n> \r\n> 希望你能在订阅新增\r\n> JS将网址转换成可点击的超链接\r\n> https://m.php.cn/article/343530.html\r\n> 加入后,就可以显示的链接都可以直接点击啦\r\n> js代码截图\r\n> ![Screenshot_2021-04-04-07-37-05-82](https://user-images.githubusercontent.com/40195821/113494990-6b806200-9520-11eb-936b-10b0fb1a891c.jpg)\r\n\r\n" ]
"2021-04-03T23:45:17"
"2021-04-19T03:45:37"
"2021-04-19T03:45:37"
NONE
null
关耳小姐姐的最新订阅源 http://yck.mumuceo.com/yuedu/rssyuan/json/id/619.json 除了搜索外的所有分类,的软件下载链接都不可点击,只能复制链接到浏览器打开 截图 ![Screenshot_2021-04-04-06-33-08-13](https://user-images.githubusercontent.com/40195821/113494986-615e6380-9520-11eb-810d-a1ad15a1222f.jpg) 希望你能在订阅新增 JS将网址转换成可点击的超链接 https://m.php.cn/article/343530.html 加入后,就可以显示的链接都可以直接点击啦 js代码截图 ![Screenshot_2021-04-04-07-37-05-82](https://user-images.githubusercontent.com/40195821/113494990-6b806200-9520-11eb-936b-10b0fb1a891c.jpg)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/928/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/928/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/927
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/927/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/927/comments
https://api.github.com/repos/gedoor/legado/issues/927/events
https://github.com/gedoor/legado/issues/927
849,759,699
MDU6SXNzdWU4NDk3NTk2OTk=
927
希望订阅源编辑功能能新增 视频展示页的 展示页链接规则(或者让描述规则支持它)~学习制作订阅源的菜鸟
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "你在内容规则填\r\n立即播放的链接\r\n然后java.ajax(链接)就行", "> 你在内容规则填\r\n> 立即播放的链接\r\n> 然后java.ajax(链接)就行\r\n\r\nhttp://yck.mumuceo.com/d/EyVmz\r\n参考\r\n我觉得这种小问题,你在酷安问,应该会收到一堆解决方法", "> 希望订阅源编辑功能能新增\r\n> 视频展示页的 展示页链接规则\r\n> 有的视频网站视频页有 视频展示页\r\n> 比如 http://www.hbqdq.com/yezi/329.html\r\n> 叶子订阅源 http://yck.mumuceo.com/yuedu/rssyuan/json/id/597.json\r\n> 这就是视频展示页,只需要取它的 点击播放链接\r\n> class.btn btn_primary@href\r\n> 这个代码放到内容规则很不友好,获取不到域名\r\n> class.btn btn_primary@html\r\n> 写成这样在内容规则需要点击才会跳转\r\n> 希望在链接规则的下方新增一个\r\n> 展示页链接规则\r\n> 这样就好了\r\n> 当然啦,如果能让描述规则能直接解析\r\n> class.btn btn_primary@href 也很ok\r\n> 因为描述规则一般情况下也用不到啊,让他支持这样的功能,会大佬你来说很简单的\r\n> 我是新手小白,在学习制作订阅源,希望大佬能看看啦,帮帮小弟。\r\n> 视频展示页截图\r\n> ![Screenshot_2021-04-04-06-33-08-13](https://user-images.githubusercontent.com/40195821/113494940-df6e3a80-951f-11eb-81fb-a7dababe96b0.jpg)\r\n> \r\n> 订阅源编辑想让你新增截图\r\n> ![Screenshot_2021-04-04-06-33-08-13](https://user-images.githubusercontent.com/40195821/113494953-062c7100-9520-11eb-82ac-da5d613ef92a.jpg)\r\n\r\n" ]
"2021-04-03T23:30:09"
"2021-04-19T03:45:01"
"2021-04-19T03:45:01"
NONE
null
希望订阅源编辑功能能新增 视频展示页的 展示页链接规则 有的视频网站视频页有 视频展示页 比如 http://www.hbqdq.com/yezi/329.html 叶子订阅源 http://yck.mumuceo.com/yuedu/rssyuan/json/id/597.json 这就是视频展示页,只需要取它的 点击播放链接 class.btn btn_primary@href 这个代码放到内容规则很不友好,获取不到域名 class.btn btn_primary@html 写成这样在内容规则需要点击才会跳转 希望在链接规则的下方新增一个 展示页链接规则 这样就好了 当然啦,如果能让描述规则能直接解析 class.btn btn_primary@href 也很ok 因为描述规则一般情况下也用不到啊,让他支持这样的功能,会大佬你来说很简单的 我是新手小白,在学习制作订阅源,希望大佬能看看啦,帮帮小弟。 视频展示页截图 ![Screenshot_2021-04-04-06-33-08-13](https://user-images.githubusercontent.com/40195821/113494940-df6e3a80-951f-11eb-81fb-a7dababe96b0.jpg) 订阅源编辑想让你新增截图 ![Screenshot_2021-04-04-06-33-08-13](https://user-images.githubusercontent.com/40195821/113494953-062c7100-9520-11eb-82ac-da5d613ef92a.jpg)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/927/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/927/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/926
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/926/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/926/comments
https://api.github.com/repos/gedoor/legado/issues/926/events
https://github.com/gedoor/legado/issues/926
849,674,411
MDU6SXNzdWU4NDk2NzQ0MTE=
926
[BUG]
{ "login": "windyhusky", "id": 65217121, "node_id": "MDQ6VXNlcjY1MjE3MTIx", "avatar_url": "https://avatars.githubusercontent.com/u/65217121?v=4", "gravatar_id": "", "url": "https://api.github.com/users/windyhusky", "html_url": "https://github.com/windyhusky", "followers_url": "https://api.github.com/users/windyhusky/followers", "following_url": "https://api.github.com/users/windyhusky/following{/other_user}", "gists_url": "https://api.github.com/users/windyhusky/gists{/gist_id}", "starred_url": "https://api.github.com/users/windyhusky/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/windyhusky/subscriptions", "organizations_url": "https://api.github.com/users/windyhusky/orgs", "repos_url": "https://api.github.com/users/windyhusky/repos", "events_url": "https://api.github.com/users/windyhusky/events{/privacy}", "received_events_url": "https://api.github.com/users/windyhusky/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "你的这个直接通过订阅源来实现比较好\r\n有的书没有目录(比如就一章)\r\n订阅源就可以完美实现啊(只要你不缓存这种小说-一章左右啊)\r\n可以做到想看就看,不看了点击返回键即可。\r\n做成书源,有的就一章的那种书-看完了点击退出,然后提示加入书架\r\n加吧,又只有一章左右\r\n多章节的也是可以实现的,阅读订阅源一样支持的。\r\n至于书源的 实现不了你说的功能\r\n不要加载目录功能-这个没办法。需要单独为你制作书源规则啊。\r\n主要是用户太少了,可能就你一个\r\n好吧。赞助阅读开发者100万。给你快速开发出来。\r\n", "PIXIV的哈\r\n长篇推荐你做成书源\r\n段篇的推荐你做成订阅源。\r\n不就完美解决了啊。\r\n不然你的短篇,就一章啊。\r\n为你单独配置一份书源规则。你给钱啊。\r\n不要多的,100万即可。", "好的!马上就做!" ]
"2021-04-03T14:58:33"
"2021-04-04T01:36:57"
"2021-04-04T01:36:57"
NONE
null
### 机型(如Redmi K30 Pro) > Redmi 5 ### 安卓版本(如Android 7.1.1) > Android 8 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > 3.21.031720 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > ### 问题描述(简要描述发生的问题) > Pixiv上的小说有些是短篇小说,即没有目录 根据自己写的书源调试情况来看:详情->目录->正文[这三个步骤是必须的] 软件是否能跳过目录直接进入正文?或者是更通俗的:软件能否允许自定义爬取步骤的执行? ### 使用书源(填写URL或者JSON) > ```json [ { "bookSourceComment": "", "bookSourceName": "pixiv", "bookSourceType": 0, "bookSourceUrl": "https://www.pixiv.net/novel/", "customOrder": 0, "enabled": true, "enabledExplore": true, "exploreUrl": "", "lastUpdateTime": 1617436821341, "loginUrl": "https://accounts.pixiv.net/login", "ruleBookInfo": { "author": "novels.userName", "coverUrl": "novels.coverUrl", "init": "<js>\n(()=>{\nvar json = result.match('{\\\"time.+}')[0];\njson = JSON.parse(json);\n\nvar novels = (()=>{\r\n var result = \"\";\r\n for(var key in json.novel){\r\n result += JSON.stringify(json.novel[key]);\r\n }\r\n return JSON.parse(result);\r\n})();\n\nvar users = (()=>{\r\n var result = \"\";\r\n for(var key in json.user){\r\n result += JSON.stringify(json.user[key]);\r\n }\r\n return JSON.parse(result);\r\n})();\n\nvar hasChapters = novels.seriesNavData != null\r\n\r\nvar tocUrl = (()=>{\r\n if (hasChapters){\r\n return \"https://www.pixiv.net/ajax/novel/series_content/\"+novels.seriesNavData.seriesId+\"?limit=10&last_order=0&order_by=asc&lang=zh\"\r\n }else {\r\n return \"https://www.pixiv.net/novel/show.php?id=\"+novels.id\r\n }\r\n})();\n\nreturn JSON.stringify({novels:novels,users:users,tocUrl:tocUrl});\n})();\n</js>", "intro": "novels.description", "kind": "", "lastChapter": "", "name": "novels.title", "tocUrl": "tocUrl" }, "ruleContent": { "content": "<js>\n(()=>{\n\nvar json = result.match('{\\\"time.+}')[0];\njson = JSON.parse(json);\n\nvar novels = (()=>{\r\n var result = \"\";\r\n for(var key in json.novel){\r\n result += JSON.stringify(json.novel[key]);\r\n }\r\n return JSON.parse(result);\r\n})();\n\nreturn novels.content;\n\n})();\n</js>", "nextContentUrl": "<js>\n(()=>{\n\nvar json = result.match('{\\\"time.+}')[0];\njson = JSON.parse(json);\n\nvar novels = (()=>{\r\n var result = \"\";\r\n for(var key in json.novel){\r\n result += JSON.stringify(json.novel[key]);\r\n }\r\n return JSON.parse(result);\r\n})();\n\nvar nextUrl = (()=>{\n\r\n var hasNext = novels.seriesNavData != null && novels.seriesNavData.next != null\n\r\n if (hasNext){\r\n return \"https://www.pixiv.net/novel/show.php?id=\"+novels.seriesNavData.next.id;\r\n }else {\r\n return \"\"\r\n }\n\r\n})();\n\nreturn nextUrl;\n\n})();\n</js>" }, "ruleExplore": {}, "ruleSearch": { "author": "$.userName", "bookList": "$.body.novel.data[*]", "bookUrl": "<js>(() =>{\nreturn \"https://www.pixiv.net/novel/show.php?id=\"\n+result.id})();\n</js>", "coverUrl": "", "intro": "$.description", "kind": "$.tags[*]", "lastChapter": "", "name": "$.title", "wordCount": "$.textCount" }, "ruleToc": { "chapterList": "$.body.seriesContents[*]", "chapterName": "$.title", "chapterUrl": "<js>\r\n (()=>{\r\n return \"https://www.pixiv.net/novel/show.php?id=\"+result.id;\r\n })()\r\n</js>", "updateTime": "" }, "searchUrl": "https://www.pixiv.net/ajax/search/novels/{{key}}?word={{key}}&order=date_d&mode=all&p={{page}}&s_mode=s_tag_full&lang=zh", "weight": 0 } ] ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > **一:** 1:这是个长篇小说的详情页->https://www.pixiv.net/novel/show.php?id=14974939 2:运行后不会提示List集合为空 进而能执行后面的解析正文 **二:** 1:这是个短篇小说的详情页->https://www.pixiv.net/novel/show.php?id=14952093 2:运行后会提示List集合为空 后面解析正文就执行不了 ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/926/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/926/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/925
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/925/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/925/comments
https://api.github.com/repos/gedoor/legado/issues/925/events
https://github.com/gedoor/legado/issues/925
849,655,261
MDU6SXNzdWU4NDk2NTUyNjE=
925
[BUG] 封面换源不支持从阅读3自身导出的文件名中提取书名及作者名
{ "login": "nobk", "id": 4659870, "node_id": "MDQ6VXNlcjQ2NTk4NzA=", "avatar_url": "https://avatars.githubusercontent.com/u/4659870?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nobk", "html_url": "https://github.com/nobk", "followers_url": "https://api.github.com/users/nobk/followers", "following_url": "https://api.github.com/users/nobk/following{/other_user}", "gists_url": "https://api.github.com/users/nobk/gists{/gist_id}", "starred_url": "https://api.github.com/users/nobk/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nobk/subscriptions", "organizations_url": "https://api.github.com/users/nobk/orgs", "repos_url": "https://api.github.com/users/nobk/repos", "events_url": "https://api.github.com/users/nobk/events{/privacy}", "received_events_url": "https://api.github.com/users/nobk/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "这是必然的啊。主要是不同的软件不同的导入数据啊\r\n阅读生成的这个本来就是用来一般导入的\r\n你需要的是高级版本啊\r\n需要生成\r\n书名 作者 书籍封面 书源名 书源链接的\r\n有的书源网站的封面就是特例独行的", "两个建议的修正方式:\r\n1. 增加此种文件名格式的分析代码,提取书名及作者\r\n```kotlin\r\ndiff --git a/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt b/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\nindex 19e293b2b..2d9fd64c3 100644\r\n--- a/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\n+++ b/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\n@@ -72,6 +72,16 @@ object LocalBook {\r\n if (smhStart != -1 && smhEnd != -1) {\r\n name = (name.substring(smhStart + 1, smhEnd))\r\n }\r\n+ if (author == \"\" && name.contains(\" by \")) {\r\n+ var rstr = name.reversed()\r\n+ // find last ' by ' near '.txt' using reversed string\r\n+ var pattern = \"\"\"^txt\\.(.*) yb (.*)$\"\"\".toRegex()\r\n+ var matches = pattern.findAll(input = rstr)\r\n+ matches.forEach { matchResult ->\r\n+ name = matchResult.groupValues[2].reversed()\r\n+ author = matchResult.groupValues[1].reversed()\r\n+ }\r\n+ }\r\n val book = Book(\r\n bookUrl = path,\r\n name = name,\r\n```\r\n\r\n2. 导出.txt时按常用的中文书名格式导出\r\n```kotlin\r\ndiff --git a/app/src/main/java/io/legado/app/ui/book/cache/CacheViewModel.kt b/app/src/main/java/io/legado/app/ui/book/cache/CacheViewModel.kt\r\nindex ef0cc2aea..3c374d864 100644\r\n--- a/app/src/main/java/io/legado/app/ui/book/cache/CacheViewModel.kt\r\n+++ b/app/src/main/java/io/legado/app/ui/book/cache/CacheViewModel.kt\r\n@@ -49,7 +49,7 @@ class CacheViewModel(application: Application) : BaseViewModel(application) {\r\n \r\n @Suppress(\"BlockingMethodInNonBlockingContext\")\r\n private suspend fun export(doc: DocumentFile, book: Book) {\r\n- val filename = \"${book.name} by ${book.author}.txt\"\r\n+ val filename = \"《${book.name}》作者:${book.author}.txt\"\r\n DocumentUtils.delete(doc, filename)\r\n DocumentUtils.createFileIfNotExist(doc, filename)?.let { bookDoc ->\r\n val stringBuilder = StringBuilder()\r\n```", "刚发现新增了.epub电子书格式,修改了一下,支持.txt和.epub两种后缀,我只在kotlin命令行模式下搭了个脚手架编译执行了这部分代码,保证书名及作者提取正常,没有编译整个app。\r\n\r\n```kotlin\r\ndiff --git a/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt b/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\nindex 19e293b2b..8fd4f0dbd 100644\r\n--- a/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\n+++ b/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\n@@ -72,6 +72,16 @@ object LocalBook {\r\n if (smhStart != -1 && smhEnd != -1) {\r\n name = (name.substring(smhStart + 1, smhEnd))\r\n }\r\n+ if (author == \"\" && name.contains(\" by \")) {\r\n+ var rstr = name.reversed()\r\n+ // find last ' by ' near '.txt' or '.epub' using reversed string\r\n+ var pattern = \"\"\"^(txt|bupe)\\.(.*) yb (.*)$\"\"\".toRegex()\r\n+ var matches = pattern.findAll(input = rstr)\r\n+ matches.forEach { matchResult ->\r\n+ name = matchResult.groupValues[3].reversed()\r\n+ author = matchResult.groupValues[2].reversed()\r\n+ }\r\n+ }\r\n val book = Book(\r\n bookUrl = path,\r\n name = name,\r\n```", "> 刚发现新增了.epub电子书格式,修改了一下,支持.txt和.epub两种后缀,我只在kotlin命令行模式下搭了个脚手架编译执行了这部分代码,保证书名及作者提取正常,没有编译整个app。\r\n> \r\n> ```kotlin\r\n> diff --git a/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt b/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\n> index 19e293b2b..8fd4f0dbd 100644\r\n> --- a/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\n> +++ b/app/src/main/java/io/legado/app/model/localBook/LocalBook.kt\r\n> @@ -72,6 +72,16 @@ object LocalBook {\r\n> if (smhStart != -1 && smhEnd != -1) {\r\n> name = (name.substring(smhStart + 1, smhEnd))\r\n> }\r\n> + if (author == \"\" && name.contains(\" by \")) {\r\n> + var rstr = name.reversed()\r\n> + // find last ' by ' near '.txt' or '.epub' using reversed string\r\n> + var pattern = \"\"\"^(txt|bupe)\\.(.*) yb (.*)$\"\"\".toRegex()\r\n> + var matches = pattern.findAll(input = rstr)\r\n> + matches.forEach { matchResult ->\r\n> + name = matchResult.groupValues[3].reversed()\r\n> + author = matchResult.groupValues[2].reversed()\r\n> + }\r\n> + }\r\n> val book = Book(\r\n> bookUrl = path,\r\n> name = name,\r\n> ```\r\n\r\nepub文件的话,可以直接从文件读取书名,作者名,和封面(如果有的话),目前导入epub时是直接使用文件名的,是为了防止导入多个同名同作者不同版本的epub时冲突。", "刚装了Android Studio,编译调试了一下,发现一点小问题,修改后测试通过,已经重新推送PR。", "> epub文件的话,可以直接从文件读取书名,作者名,和封面(如果有的话),目前导入epub时是直接使用文件名的,是为了防止导入多个同名同作者不同版本的epub时冲突。\r\n\r\n从本地导入书名和作者完全相同的两本书,在第一本已经导入的情况下,第二本会被忽略不再导入。用文件名来确定书名、作者而不是元数据,有个好处是方便用户修改,例如希望一定要导入第二本,将文件名的书名部分或者作者部分加个1或者做别的修改,就可以成功了。" ]
"2021-04-03T13:10:25"
"2021-04-04T10:08:43"
"2021-04-04T10:08:43"
NONE
null
### 阅读Legdao版本 > 3.21.030812 ### 问题描述(简要描述发生的问题) > 阅读3支持导出.txt文件,文件名格式为:`书名 by 作者.txt` 然而在其他设备上导入这种文件名格式的.txt小说为本地小说后,长按进入书籍页,点选封面无法进行封面换源。 封面图片下方的作者一栏的作者姓名也显示为空。 ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > 由设备A的阅读3的离线缓存导出小说,并快传至设备B的同版本阅读3进行添加本地,然后长按进入书籍页,查看作者信息,尝试封面换源。 封面换源还有另外一个小问题:在10寸平板**横屏**显示模式下,封面换源的待选列表里的预览图片只能显示部分内容,选择完成后的图片则显示正常。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/925/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/925/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/924
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/924/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/924/comments
https://api.github.com/repos/gedoor/legado/issues/924/events
https://github.com/gedoor/legado/issues/924
849,654,181
MDU6SXNzdWU4NDk2NTQxODE=
924
希望添加长按选择文字后出现词典翻译功能
{ "login": "QQ9711634", "id": 81862380, "node_id": "MDQ6VXNlcjgxODYyMzgw", "avatar_url": "https://avatars.githubusercontent.com/u/81862380?v=4", "gravatar_id": "", "url": "https://api.github.com/users/QQ9711634", "html_url": "https://github.com/QQ9711634", "followers_url": "https://api.github.com/users/QQ9711634/followers", "following_url": "https://api.github.com/users/QQ9711634/following{/other_user}", "gists_url": "https://api.github.com/users/QQ9711634/gists{/gist_id}", "starred_url": "https://api.github.com/users/QQ9711634/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/QQ9711634/subscriptions", "organizations_url": "https://api.github.com/users/QQ9711634/orgs", "repos_url": "https://api.github.com/users/QQ9711634/repos", "events_url": "https://api.github.com/users/QQ9711634/events{/privacy}", "received_events_url": "https://api.github.com/users/QQ9711634/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "只需要有个翻译API即可 这不是难事。\r\n主要是需要的人太少了。\r\n毕竟。小说中出现英语。你都看不懂\r\n读书的时候英语白学了啊,\r\n很多人都是听书的,压根没空管啊", "可自己下载安装词典,长按工具条中会自动增加该选项" ]
"2021-04-03T13:03:55"
"2021-06-10T10:48:37"
"2021-06-10T10:48:37"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 希望添加长按选择文字后出现词典翻译功能 ### 期望实现方式(阅读应该如何实现该功能) > 能够实现中文词典,英汉翻译 ### 附加信息(其他的与功能相关的附加信息) > 可以采用多看阅读里面的翻译插件,需要的就下载,不需要的可以不用,下载后长按语句出现的选择条添加词典翻译选项,选择条能够自己修改顺序就更好了。 ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >长按文字的选择条没法截图,这个软件原来就有只是添加词典翻译选项
{ "url": "https://api.github.com/repos/gedoor/legado/issues/924/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/924/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/923
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/923/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/923/comments
https://api.github.com/repos/gedoor/legado/issues/923/events
https://github.com/gedoor/legado/issues/923
849,645,079
MDU6SXNzdWU4NDk2NDUwNzk=
923
大佬辛苦了,能给web阅读加上替换净化功能吗?
{ "login": "easleyclaymore", "id": 40049427, "node_id": "MDQ6VXNlcjQwMDQ5NDI3", "avatar_url": "https://avatars.githubusercontent.com/u/40049427?v=4", "gravatar_id": "", "url": "https://api.github.com/users/easleyclaymore", "html_url": "https://github.com/easleyclaymore", "followers_url": "https://api.github.com/users/easleyclaymore/followers", "following_url": "https://api.github.com/users/easleyclaymore/following{/other_user}", "gists_url": "https://api.github.com/users/easleyclaymore/gists{/gist_id}", "starred_url": "https://api.github.com/users/easleyclaymore/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/easleyclaymore/subscriptions", "organizations_url": "https://api.github.com/users/easleyclaymore/orgs", "repos_url": "https://api.github.com/users/easleyclaymore/repos", "events_url": "https://api.github.com/users/easleyclaymore/events{/privacy}", "received_events_url": "https://api.github.com/users/easleyclaymore/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3252848424, "node_id": "MDU6TGFiZWwzMjUyODQ4NDI0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E5%B7%B2%E8%A7%A3%E5%86%B3", "name": "已解决", "color": "0E8A16", "default": false, "description": "已解决" } ]
closed
false
null
[]
null
[ "![图片](https://user-images.githubusercontent.com/40049427/125401480-cfe77300-e3e5-11eb-8277-bb26aaccfba1.png)\r\nweb书架能别藏那么深吗" ]
"2021-04-03T12:07:36"
"2022-03-03T08:15:24"
"2022-03-03T08:15:24"
NONE
null
> 功能描述(请清晰的、详细的描述你想要的功能) ### 目前app上写的净化规则在电脑web端上看不适用。 > 期望实现方式(阅读应该如何实现该功能) ### 新潮阅读legado bookshelf增加净化规则功能 > 附加信息(其他的与功能相关的附加信息) ### 如果把web服务里的“新潮阅读legado bookshelf”能否单独提出来,与编辑书源的工具页区分开来那就更好了
{ "url": "https://api.github.com/repos/gedoor/legado/issues/923/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/923/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/922
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/922/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/922/comments
https://api.github.com/repos/gedoor/legado/issues/922/events
https://github.com/gedoor/legado/issues/922
849,566,199
MDU6SXNzdWU4NDk1NjYxOTk=
922
希望增加主题导入+在线tts导入网络导入代码~yuedu://booksource/importonline?src=
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "好的" ]
"2021-04-03T03:19:00"
"2021-06-10T10:09:23"
"2021-06-10T10:09:23"
NONE
null
书源导入:yuedu://booksource/importonline?src= 在线tts . :yuedu://ttssource/importonline?src= 主题导入 :yuedu://themesource/importonline?src=
{ "url": "https://api.github.com/repos/gedoor/legado/issues/922/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/922/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/921
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/921/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/921/comments
https://api.github.com/repos/gedoor/legado/issues/921/events
https://github.com/gedoor/legado/pull/921
849,215,895
MDExOlB1bGxSZXF1ZXN0NjA4MDI3Mzcy
921
在CacheViewModel中添加导出为epub的方法
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-04-02T13:23:23"
"2021-04-03T09:28:21"
"2021-04-03T09:28:21"
CONTRIBUTOR
null
尝试在io.legado.app.ui.book.cache.CacheViewModel中加入导出epub的方法
{ "url": "https://api.github.com/repos/gedoor/legado/issues/921/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/921/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/921", "html_url": "https://github.com/gedoor/legado/pull/921", "diff_url": "https://github.com/gedoor/legado/pull/921.diff", "patch_url": "https://github.com/gedoor/legado/pull/921.patch", "merged_at": "2021-04-03T09:28:21" }
true
https://api.github.com/repos/gedoor/legado/issues/920
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/920/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/920/comments
https://api.github.com/repos/gedoor/legado/issues/920/events
https://github.com/gedoor/legado/issues/920
849,080,510
MDU6SXNzdWU4NDkwODA1MTA=
920
换源界面功能添加
{ "login": "szlk", "id": 47999330, "node_id": "MDQ6VXNlcjQ3OTk5MzMw", "avatar_url": "https://avatars.githubusercontent.com/u/47999330?v=4", "gravatar_id": "", "url": "https://api.github.com/users/szlk", "html_url": "https://github.com/szlk", "followers_url": "https://api.github.com/users/szlk/followers", "following_url": "https://api.github.com/users/szlk/following{/other_user}", "gists_url": "https://api.github.com/users/szlk/gists{/gist_id}", "starred_url": "https://api.github.com/users/szlk/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/szlk/subscriptions", "organizations_url": "https://api.github.com/users/szlk/orgs", "repos_url": "https://api.github.com/users/szlk/repos", "events_url": "https://api.github.com/users/szlk/events{/privacy}", "received_events_url": "https://api.github.com/users/szlk/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "好建议,", "自顶", "我也觉得很实用,加了 https://github.com/gedoor/legado/pull/1201", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-04-02T08:36:39"
"2022-03-28T02:05:17"
"2022-03-28T02:05:17"
NONE
null
### 功能描述 > 换源界面搜索出来的书源长按以后现在只有禁用书源选项,建议新增书源置顶和删除书源选项,这样方便置顶一些比较好的书源,也可以将不用的书源直接删掉。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/920/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/920/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/919
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/919/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/919/comments
https://api.github.com/repos/gedoor/legado/issues/919/events
https://github.com/gedoor/legado/issues/919
849,005,463
MDU6SXNzdWU4NDkwMDU0NjM=
919
[Feature Request] 希望添加一个语音源
{ "login": "longcy", "id": 10153989, "node_id": "MDQ6VXNlcjEwMTUzOTg5", "avatar_url": "https://avatars.githubusercontent.com/u/10153989?v=4", "gravatar_id": "", "url": "https://api.github.com/users/longcy", "html_url": "https://github.com/longcy", "followers_url": "https://api.github.com/users/longcy/followers", "following_url": "https://api.github.com/users/longcy/following{/other_user}", "gists_url": "https://api.github.com/users/longcy/gists{/gist_id}", "starred_url": "https://api.github.com/users/longcy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/longcy/subscriptions", "organizations_url": "https://api.github.com/users/longcy/orgs", "repos_url": "https://api.github.com/users/longcy/repos", "events_url": "https://api.github.com/users/longcy/events{/privacy}", "received_events_url": "https://api.github.com/users/longcy/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[]
"2021-04-02T06:41:27"
"2021-06-10T10:12:28"
"2021-06-10T10:12:28"
NONE
null
这个我感觉糖糖的声音不错,可以加入一下,也没有什么麻烦的的验证。 http://dev.hivoice.cn/exp_center/tts/tts.jsp `http://dev.hivoice.cn/TTSServlet,{ "method":"GET", "body":"text=hello&voiceName=tangtang&voicePitch=50&voiceSpeed=50&voiceVolume=100&bright=50" }`
{ "url": "https://api.github.com/repos/gedoor/legado/issues/919/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/919/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/918
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/918/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/918/comments
https://api.github.com/repos/gedoor/legado/issues/918/events
https://github.com/gedoor/legado/issues/918
842,736,743
MDU6SXNzdWU4NDI3MzY3NDM=
918
[Feature Request] 希望增加一个多书源比对功能
{ "login": "SouthFox-D", "id": 58982705, "node_id": "MDQ6VXNlcjU4OTgyNzA1", "avatar_url": "https://avatars.githubusercontent.com/u/58982705?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SouthFox-D", "html_url": "https://github.com/SouthFox-D", "followers_url": "https://api.github.com/users/SouthFox-D/followers", "following_url": "https://api.github.com/users/SouthFox-D/following{/other_user}", "gists_url": "https://api.github.com/users/SouthFox-D/gists{/gist_id}", "starred_url": "https://api.github.com/users/SouthFox-D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SouthFox-D/subscriptions", "organizations_url": "https://api.github.com/users/SouthFox-D/orgs", "repos_url": "https://api.github.com/users/SouthFox-D/repos", "events_url": "https://api.github.com/users/SouthFox-D/events{/privacy}", "received_events_url": "https://api.github.com/users/SouthFox-D/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "你看的书要是火,书源有1000,就可能有300书源有信号,要是300书源都对比同一章,你的手机还不卡冒烟啊。\r\n而且对比也是做不到的啊,同时上下左右显示4个书源同一章内容,对比起来不说卡,你的手机屏幕也看不下去啊。\r\n\r\n你的这个要求需要找开发者单独为你开发的,\r\n第一,手机屏幕要大(14英寸左右吧),同时对比10章都很完美。\r\n第二,你是内存一定要大,没有100g就不要想了。\r\n最后,因为是单独为你开发的版本,你给开发者多少钱,一万吗。", "> 你看的书要是火,书源有1000,就可能有300书源有信号,要是300书源都对比同一章,你的手机还不卡冒烟啊。\r\n> 而且对比也是做不到的啊,同时上下左右显示4个书源同一章内容,对比起来不说卡,你的手机屏幕也看不下去啊。\r\n> \r\n> 你的这个要求需要找开发者单独为你开发的,\r\n> 第一,手机屏幕要大(14英寸左右吧),同时对比10章都很完美。\r\n> 第二,你是内存一定要大,没有100g就不要想了。\r\n> 最后,因为是单独为你开发的版本,你给开发者多少钱,一万吗。\r\n\r\n啊?你是不是没理解我的意思?迷惑……\r\n照你这说法,每次搜索的时候搜几千个书源不也是卡爆?我也没说是全部书源吧,限制限制不就行了……\r\n\r\n我的意思是先获取到文章再比对处理啊,处理好之后才显示到屏幕上啊,你是怎么理解成上下左右一起显示的……", "@SouthFox09 章节内可能缺字少字,缺段落,标点符号等不一致。怎么比较哪个是全的呢? 找字数最多的?", "> @SouthFox09 章节内可能缺字少字,缺段落,标点符号等不一致。怎么比较哪个是全的呢? 找字数最多的?\r\n\r\n简单的话就是直接获取三到五篇文章,然后比对差异,和其他差异加起来总差异最小的就切换到这个书源。做复杂一点的话,可以每一篇段落都进行比对,我想的差不多是这样吧……", "> > @SouthFox09 章节内可能缺字少字,缺段落,标点符号等不一致。怎么比较哪个是全的呢? 找字数最多的?\r\n> \r\n> 简单的话就是直接获取三到五篇文章,然后比对差异,和其他差异加起来总差异最小的就切换到这个书源。做复杂一点的话,可以每一篇段落都进行比对,我想的差不多是这样吧……\r\n\r\n看到你提的这个需求。。。简直无语。。。。怎样比对?然后你想要怎样的对比结果。每个书源里面的正文很多都不一样,或者网站自己加的一些文字。然后你怎么知道文章是否缺失?程序又不会思考。你以为比对,就会像人看小说小说一样知道文章缺失内容吗?", "因为每个书源都会对文章添加它们自己的宣传广告,基本上都是在中间随机位置插入的,没法机器对比的\r\nd版有一采(直接采集正版书源网站)和二采(采集已经采集好正版书的网站),\r\n只能人工对比的,但是手机屏幕就这样大,同时对比2个书源(上下屏幕分开,对比同一章,要是都不对,还得不停对比的,主要是一般人受不了啊,)要是电脑,屏幕够大,同时对比10个书源同一章都很完美的\r\n有句话说得好,既然选择看D版,就要不在乎这些细节啦(多字,少字,错字等都是正常现象啦)正版付费书,有的采用多款特殊字体(可能3款字体)加载1/2内容的,有的是图片的,d版采集都是截图来采集的多,然后图片识别的(有的网站用的图片识别很好,就会无错,有的网站的图片识别很垃圾,就会文字错误,习惯就好了)\r\n你如果受不了,还是去看正版吧,保证不会多字少字错字。", "正版文章就是一段文字(有的作者为了防止盗版,一章小说可能发布3到5次~一次防盗,二次错字,三次才正常很多的),d版网站每个网站都会给它添加文字,位置随机,而且很多都是二次的\r\n这会造成 同一段文字,每个网站都不一样(添加的文字内容,位置都不一样,机器无法对比的)\r\n比如 正版文字是\r\n我爱你,你比我\r\n盗版的就会\r\n我爱卡卡你,你卡卡比我\r\n我爱你,你比我\r\n我爱你,你比加油我\r\n我冲压爱你,你比我\r\n我爱你看看,你比我\r\n我爱你,图你比我\r\n这才一句话,你给我看看机器能对比,人工对比起来都费劲啊\r\n一篇小说2000字,添加起来可是厉害去了\r\n再说了,阅读是完全本地话的软件啊\r\n要做到机器模拟人工对比,就需要云服务器,每月上万美元的那种才可以的,", "@SouthFox09 暂且不考虑楼上的书籍里面复杂的差异。先看看你说的:\r\n\r\n 和其他差异,参照物是谁?A、 B、X、Y 分别是最缺失,第二缺失,最全,第二全。A和B相似度为90, X和Y相似度为90,求解怎么能比较出差异?并找到A是最全的?即使AB和XY的差异度不一样,最后得到的还是两个结果,取哪一个?\r\n\r\n你的逻辑里面太多漏洞(也可能是我没明白你的意思)。\r\n我觉得应该会这这里发需求大多都是干程序相关的吧。你如果觉得可行,可以定一个详细算法出来,让大家讨论。", "@1274003856 @kaich @YumikoAzu \r\n\r\n啊这,我真觉得这不是什么难事啊,我用 `python` 自带的标准库十分钟就能写出个原型了,就只是比较每一段相似度,简单粗暴取最大的就好了……\r\n\r\n> 怎么能比较出差异?并找到A是最全的?即使AB和XY的差异度不一样,最后得到的还是两个结果,取哪一个?\r\n\r\n碰上相似度相同的那就是具体考虑了,具体实现具体再说呗,我只是出来贴个意向而已……\r\n\r\n> 这才一句话,你给我看看机器能对比,人工对比起来都费劲啊\r\n> 一篇小说2000字,添加起来可是厉害去了\r\n> 再说了,阅读是完全本地话的软件啊\r\n> 要做到机器模拟人工对比,就需要云服务器,每月上万美元的那种才可以的,\r\n\r\n文本对比操作具体下来也无非加减乘除罢了,真不是什么大计算,现在的手机也相当于二十年前的超级计算机,完全吃得消的啊。\r\n\r\n\r\n见下图,用三段有问题的文本最终都能合出一篇正常文本,足以见得原型上是有这个可能的,至于具体实现要是发现有大困难,那就拉倒呗……\r\n\r\n![image.png](https://i.loli.net/2021/03/31/wFvOdo5WkTutGhR.png)\r\n\r\n[代码:https://gist.github.com/SouthFox09/2230455fdd909a09fe4b906d8ef4a374](https://gist.github.com/SouthFox09/2230455fdd909a09fe4b906d8ef4a374)\r\n", "python在数据处理这部分本身就是强项,另外,总体来看,手机的性能目前确实比不上电脑。在中低端机型上,这样的计算会消耗比较大的性能,造成机器卡顿等问题。做源内容的对比的前提是能够定位到相同的章节或者内容,因为部分网站增加了广告、分页等,获取换源的目录一般只需要发起一次请求,但对比内容的话可能会同时发起多个请求,各网站响应需要一定的等待时间,同时也会对源站造成一定的影响。这个功能非常的人性化,但是对于手机的配置还是有一定的门槛要求。" ]
"2021-03-28T13:18:24"
"2021-06-10T10:24:13"
"2021-06-10T10:24:13"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 有一些书源经常会出现段落丢失的情况,经常看得人摸不着头脑,后知后觉才发现是书源的问题。 是否能获取多书源的文章并进行比对? ### 期望实现方式(阅读应该如何实现该功能) > 同时获取多书源文章并将内容进行比对,显示完整文章,甚至可以更近一步,校准别字或者清除广告段落。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/918/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/918/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/917
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/917/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/917/comments
https://api.github.com/repos/gedoor/legado/issues/917/events
https://github.com/gedoor/legado/issues/917
842,681,189
MDU6SXNzdWU4NDI2ODExODk=
917
[BUG] 文石 Nova3 E-ink 阅读器, 有时页面第一行或最后一行显示不全.
{ "login": "mmqmzk", "id": 2217694, "node_id": "MDQ6VXNlcjIyMTc2OTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/2217694?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mmqmzk", "html_url": "https://github.com/mmqmzk", "followers_url": "https://api.github.com/users/mmqmzk/followers", "following_url": "https://api.github.com/users/mmqmzk/following{/other_user}", "gists_url": "https://api.github.com/users/mmqmzk/gists{/gist_id}", "starred_url": "https://api.github.com/users/mmqmzk/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mmqmzk/subscriptions", "organizations_url": "https://api.github.com/users/mmqmzk/orgs", "repos_url": "https://api.github.com/users/mmqmzk/repos", "events_url": "https://api.github.com/users/mmqmzk/events{/privacy}", "received_events_url": "https://api.github.com/users/mmqmzk/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "补充一下,似乎是调节阅读布局引起的,又调节了一下,然后重启应用就没问题了,不知是不是已知 Issue。" ]
"2021-03-28T07:23:36"
"2021-04-10T15:30:00"
"2021-04-10T15:30:00"
NONE
null
### 机型(如Redmi K30 Pro) > 文石 Boox Nova3 ### 安卓版本(如Android 7.1.1) > 10 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > Google Play 上的 Pro 版, 3.21.032520 ### 问题描述(简要描述发生的问题) > 有时页面第一行或最后一行显示不全. 注: 使用了 E-Ink 模式, 自定义字体(方正兰亭园_GBK), 调节过字号, 行距和段距等设置. 同样的设置和布局在 Galaxy S20+ (Android 11) 上正常.
{ "url": "https://api.github.com/repos/gedoor/legado/issues/917/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/917/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/916
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/916/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/916/comments
https://api.github.com/repos/gedoor/legado/issues/916/events
https://github.com/gedoor/legado/issues/916
842,648,623
MDU6SXNzdWU4NDI2NDg2MjM=
916
安卓8.1无法离线缓存
{ "login": "lcd-screen", "id": 58081914, "node_id": "MDQ6VXNlcjU4MDgxOTE0", "avatar_url": "https://avatars.githubusercontent.com/u/58081914?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lcd-screen", "html_url": "https://github.com/lcd-screen", "followers_url": "https://api.github.com/users/lcd-screen/followers", "following_url": "https://api.github.com/users/lcd-screen/following{/other_user}", "gists_url": "https://api.github.com/users/lcd-screen/gists{/gist_id}", "starred_url": "https://api.github.com/users/lcd-screen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lcd-screen/subscriptions", "organizations_url": "https://api.github.com/users/lcd-screen/orgs", "repos_url": "https://api.github.com/users/lcd-screen/repos", "events_url": "https://api.github.com/users/lcd-screen/events{/privacy}", "received_events_url": "https://api.github.com/users/lcd-screen/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "点击后要慢慢等待,缓存需要时间的,另外,只能一本一本的点击缓存的,一起缓存就会没信号了的。\r\n只要书源的章节是可看的,没问题的,就可以缓存的,但是部分书源网站,访问有点慢,就会缓存很慢或者不能缓存,多次点击缓存即可。\r\n如果你等不起,可以移民 米国,泡菜国,膏药国等,就可以快速缓存了的\r\n至于原因,GFW 自己百度一下你就懂了。", "基本上除了,正常xs找的服务器再国内,其他的db网站服务器都在米国等的。因为中美最近的国际环境问题,就会这样", "额,但是我用手机就可以缓存,就是电纸书不行,而且源也是国内的,所以我在想是不是某方面的兼容性有问题,应该不是网络的原因", "有的网站限制一定时间内的访问频次,频率高了就返回空白。" ]
"2021-03-28T03:02:57"
"2021-06-10T10:24:39"
"2021-06-10T10:24:39"
NONE
null
### 机型(如Redmi K30 Pro) >墨案青春版 ### 安卓版本(如Android 7.1.1) >Android 8.1 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) >3.21.032520 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) >联通、联通宽带 ### 问题描述(简要描述发生的问题) >无法离线缓存,点击没反应 ### 使用书源(填写URL或者JSON) >www.dstiejuan.com ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) >阅读界面离线缓存确认缓存章节后,没反应 书架界面离线缓存点击开始按钮后,没反应 但是正常小说阅读缓存10章是可以的 ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/916/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/916/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/915
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/915/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/915/comments
https://api.github.com/repos/gedoor/legado/issues/915/events
https://github.com/gedoor/legado/pull/915
842,497,618
MDExOlB1bGxSZXF1ZXN0NjAyMDYxMzA2
915
Epublib优化
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-27T12:49:14"
"2021-03-28T14:24:55"
"2021-03-28T14:24:55"
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/915/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/915/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/915", "html_url": "https://github.com/gedoor/legado/pull/915", "diff_url": "https://github.com/gedoor/legado/pull/915.diff", "patch_url": "https://github.com/gedoor/legado/pull/915.patch", "merged_at": "2021-03-28T14:24:55" }
true
https://api.github.com/repos/gedoor/legado/issues/914
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/914/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/914/comments
https://api.github.com/repos/gedoor/legado/issues/914/events
https://github.com/gedoor/legado/issues/914
842,212,651
MDU6SXNzdWU4NDIyMTI2NTE=
914
三星s21全面屏手势冲突
{ "login": "brydio", "id": 3771879, "node_id": "MDQ6VXNlcjM3NzE4Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/3771879?v=4", "gravatar_id": "", "url": "https://api.github.com/users/brydio", "html_url": "https://github.com/brydio", "followers_url": "https://api.github.com/users/brydio/followers", "following_url": "https://api.github.com/users/brydio/following{/other_user}", "gists_url": "https://api.github.com/users/brydio/gists{/gist_id}", "starred_url": "https://api.github.com/users/brydio/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/brydio/subscriptions", "organizations_url": "https://api.github.com/users/brydio/orgs", "repos_url": "https://api.github.com/users/brydio/repos", "events_url": "https://api.github.com/users/brydio/events{/privacy}", "received_events_url": "https://api.github.com/users/brydio/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "![IMG_20210327_115341](https://user-images.githubusercontent.com/52020688/112709294-1a0a1e80-8ef3-11eb-9c4a-65102d776038.jpg)\r\n自定义区域是说这个?", "是的,我指的这个界面的九宫格可以拖动点击区域的范围", "你把你截图的 最下面的\r\n下一页 无操作,无操作,\r\n都给改成 无操作不就可以了。\r\n至于拖动范围,压根用不到的,\r\n另外全面屏自带的手势,你改一下即可,\r\n改成显示 按钮的那种就可以了。\r\n不然你就只能让开发者单独给你开发了,", "有道理,我把中间的上下改成菜单,就方便多了", "建议阅读缩小九宫格边界,并且对从边缘划进来的手势忽略,这样就不需要设定一堆无操作了避免和系统手势的冲突了。", "你这个简单啊-你把你的全面屏的的那个可隐藏功能打开就是了这是你对手机不熟悉啊。\r\n至于缩小九宫格边界-这是没用的啊,\r\n给你的解决办法。\r\n一。多去看看你的手机设置。系统手势。好好配置一下\r\n二。换 部手机吧,你的这部手机不支持阅读。\r\n\r\n\r\n\r\n\r\n------------------&nbsp;原始邮件&nbsp;------------------\r\n发件人: ***@***.***&gt;; \r\n发送时间: 2021年4月4日(星期天) 上午8:19\r\n收件人: ***@***.***&gt;; \r\n抄送: ***@***.***&gt;; ***@***.***&gt;; \r\n主题: Re: [gedoor/legado] 三星s21全面屏手势冲突 (#914)\r\n\r\n\r\n\r\n\r\n\r\n \r\n建议阅读缩小九宫格边界,并且对从边缘划进来的手势忽略,这样就不需要设定一堆无操作了避免和系统手势的冲突了。\r\n \r\n&mdash;\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub, or unsubscribe." ]
"2021-03-26T18:38:26"
"2021-04-04T00:23:50"
"2021-03-29T03:57:45"
NONE
null
左右的返回和home都会冲突,另外点击区域是不是可以考虑自定义区域
{ "url": "https://api.github.com/repos/gedoor/legado/issues/914/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/914/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/913
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/913/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/913/comments
https://api.github.com/repos/gedoor/legado/issues/913/events
https://github.com/gedoor/legado/pull/913
841,823,073
MDExOlB1bGxSZXF1ZXN0NjAxNDk5OTU5
913
epublib移除无用jzlib,移除EpubFile getContent 中无用代码。
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-26T10:52:45"
"2021-03-26T14:40:55"
"2021-03-26T14:40:55"
CONTRIBUTOR
null
> epublib移除没有用到的jzlib库,使用自带的java.util.zip.进行zip文件读写。 > 移除io.legado.app.model.localBook.EpubFile 中getContent 方法中的无用查询数据库的代码。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/913/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/913/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/913", "html_url": "https://github.com/gedoor/legado/pull/913", "diff_url": "https://github.com/gedoor/legado/pull/913.diff", "patch_url": "https://github.com/gedoor/legado/pull/913.patch", "merged_at": "2021-03-26T14:40:55" }
true
https://api.github.com/repos/gedoor/legado/issues/912
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/912/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/912/comments
https://api.github.com/repos/gedoor/legado/issues/912/events
https://github.com/gedoor/legado/issues/912
841,598,249
MDU6SXNzdWU4NDE1OTgyNDk=
912
> 加载到章节的时候就要加载评论,这种没有良好服务器作为支撑,很难获得良好的体验,很可能你翻过去了,评论才加载出来,一般看小说速度又快,这种很大可能吃力不讨好。而且很负责任的说,会很多打广告的
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[ { "id": 2527793356, "node_id": "MDU6TGFiZWwyNTI3NzkzMzU2", "url": "https://api.github.com/repos/gedoor/legado/labels/%E5%BF%BD%E7%95%A5", "name": "忽略", "color": "AAAAAA", "default": false, "description": "与本工程无关" } ]
closed
false
null
[]
null
[]
"2021-03-26T05:18:34"
"2021-04-10T15:27:54"
"2021-04-10T15:27:54"
NONE
null
> 加载到章节的时候就要加载评论,这种没有良好服务器作为支撑,很难获得良好的体验,很可能你翻过去了,评论才加载出来,一般看小说速度又快,这种很大可能吃力不讨好。而且很负责任的说,会很多打广告的 乱发内容确实令人烦恼,有可能需要人工审核。但是加载就好说了,跟章节一起预加载就好,文字的东西很小,不占用很多资源,如果做的话可以加开关嘛。另外的难题是布局设计? _Originally posted by @Acytoo in https://github.com/gedoor/legado/issues/907#issuecomment-806501960_ 最难的就是服务器啊,投入可是很大的,需要的人又少,投资大过收益太多了,投资100,收益15
{ "url": "https://api.github.com/repos/gedoor/legado/issues/912/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/912/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/911
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/911/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/911/comments
https://api.github.com/repos/gedoor/legado/issues/911/events
https://github.com/gedoor/legado/issues/911
841,597,437
MDU6SXNzdWU4NDE1OTc0Mzc=
911
其实本章说完全可以弄成注释,自己可以随意添加修改,或者增加评论~
{ "login": "1274003856", "id": 40195821, "node_id": "MDQ6VXNlcjQwMTk1ODIx", "avatar_url": "https://avatars.githubusercontent.com/u/40195821?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1274003856", "html_url": "https://github.com/1274003856", "followers_url": "https://api.github.com/users/1274003856/followers", "following_url": "https://api.github.com/users/1274003856/following{/other_user}", "gists_url": "https://api.github.com/users/1274003856/gists{/gist_id}", "starred_url": "https://api.github.com/users/1274003856/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/1274003856/subscriptions", "organizations_url": "https://api.github.com/users/1274003856/orgs", "repos_url": "https://api.github.com/users/1274003856/repos", "events_url": "https://api.github.com/users/1274003856/events{/privacy}", "received_events_url": "https://api.github.com/users/1274003856/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-26T05:16:41"
"2021-04-10T15:31:20"
"2021-04-10T15:31:20"
NONE
null
其实本章说完全可以弄成注释,自己可以随意添加修改,或者增加评论~ _Originally posted by @dianso in https://github.com/gedoor/legado/issues/907#issuecomment-806546334_ 你这叫本地化,自己看
{ "url": "https://api.github.com/repos/gedoor/legado/issues/911/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/911/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/910
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/910/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/910/comments
https://api.github.com/repos/gedoor/legado/issues/910/events
https://github.com/gedoor/legado/issues/910
840,959,266
MDU6SXNzdWU4NDA5NTkyNjY=
910
[BUG] epub的目录加载逻辑
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "ok" ]
"2021-03-25T13:58:17"
"2021-03-26T10:30:29"
"2021-03-26T10:30:29"
CONTRIBUTOR
null
### 阅读Legdao版本(我的-关于-版本,如3.20.112220) 3.21.032520 ### 问题描述(简要描述发生的问题) 测试文件从[904](904) 处获取 当epub的父目录与子目录的href相同时(第一卷与第一章href相同),这样的父目录与子目录打开时有bug,会出现文本后又消失,无法翻页到下一章,等一就会把所有子章节都加载了,手动跳转到第二章后才能正常翻页,建议使用获取线性目录的方法。 [![6XdHJK.png](https://z3.ax1x.com/2021/03/25/6XdHJK.png)](https://imgtu.com/i/6XdHJK) //获取线性的阅读菜单 List<Resource> spineReferences = book.getTableOfContents().getAllUniqueResources(); for(Resource sp:spineReferences){ Log.d(TAG,sp.getHref()+sp.getTitle()); } //获取层级的菜单 List<TOCReference> tocReferences =book.getTableOfContents().getTocReferences(); for (TOCReference top:tocReferences){ Resource topres= top.getResource(); Log.d(TAG,"父目录"+topres.getHref()+topres.getTitle()); if (top.getChildren().size()>0){ for (TOCReference child:top.getChildren()){ Resource childres= child.getResource(); Log.d(TAG,"子目录"+childres.getHref()+childres.getTitle()); } } } ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/910/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/910/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/909
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/909/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/909/comments
https://api.github.com/repos/gedoor/legado/issues/909/events
https://github.com/gedoor/legado/pull/909
840,606,986
MDExOlB1bGxSZXF1ZXN0NjAwNDY4OTc5
909
添加自定义epublib,支持epub v3解析目录。
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "PS:在第一个存在子目录的父目录与子目录之间切换如果href是同一个值会存在bug", " //获取线性的阅读菜单\r\n List<Resource> spineReferences = book.getTableOfContents().getAllUniqueResources();\r\n for(Resource sp:spineReferences){\r\n Log.d(TAG,sp.getHref()+sp.getTitle());\r\n }\r\n\r\n //获取层级的菜单\r\n List<TOCReference> tocReferences =book.getTableOfContents().getTocReferences();\r\n for (TOCReference top:tocReferences){\r\n Resource topres= top.getResource();\r\n Log.d(TAG,\"父目录\"+topres.getHref()+topres.getTitle());\r\n if (top.getChildren().size()>0){\r\n for (TOCReference child:top.getChildren()){\r\n Resource childres= child.getResource();\r\n Log.d(TAG,\"子目录\"+childres.getHref()+childres.getTitle());\r\n }\r\n }\r\n }", "我直接用这个方法就行了吗\r\nbook.getTableOfContents().getAllUniqueResources();\r\n如果是层级菜单也会返回线性菜单吗", "> 我直接用这个方法就行了吗\r\n> book.getTableOfContents().getAllUniqueResources();\r\n> 如果是层级菜单也会返回线性菜单吗\r\n\r\n测试过会返回线性菜单" ]
"2021-03-25T06:28:02"
"2021-03-25T14:27:12"
"2021-03-25T12:07:22"
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/909/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/909/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/909", "html_url": "https://github.com/gedoor/legado/pull/909", "diff_url": "https://github.com/gedoor/legado/pull/909.diff", "patch_url": "https://github.com/gedoor/legado/pull/909.patch", "merged_at": "2021-03-25T12:07:22" }
true
https://api.github.com/repos/gedoor/legado/issues/908
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/908/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/908/comments
https://api.github.com/repos/gedoor/legado/issues/908/events
https://github.com/gedoor/legado/issues/908
838,499,197
MDU6SXNzdWU4Mzg0OTkxOTc=
908
[Feature Request] Use Readium replace Epublib
{ "login": "ag2s20150909", "id": 19373730, "node_id": "MDQ6VXNlcjE5MzczNzMw", "avatar_url": "https://avatars.githubusercontent.com/u/19373730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ag2s20150909", "html_url": "https://github.com/ag2s20150909", "followers_url": "https://api.github.com/users/ag2s20150909/followers", "following_url": "https://api.github.com/users/ag2s20150909/following{/other_user}", "gists_url": "https://api.github.com/users/ag2s20150909/gists{/gist_id}", "starred_url": "https://api.github.com/users/ag2s20150909/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ag2s20150909/subscriptions", "organizations_url": "https://api.github.com/users/ag2s20150909/orgs", "repos_url": "https://api.github.com/users/ag2s20150909/repos", "events_url": "https://api.github.com/users/ag2s20150909/events{/privacy}", "received_events_url": "https://api.github.com/users/ag2s20150909/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "我看看啊,", "> 我看看啊,\r\n\r\n我到处东拼西凑的搞出一个能解析epub 3.x目录的epublib\r\nhttps://github.com/ag2s20150909/EpubLib", "行,我拿来用" ]
"2021-03-23T08:57:09"
"2021-03-25T06:55:50"
"2021-03-25T06:55:50"
CONTRIBUTOR
null
### 功能描述(请清晰的、详细的描述你想要的功能) > Epublib只支持epub2,不兼容epub3,而且很久没有更新,没人修复bug. 而Readium Mobile SDK支持Android与iOS平台,兼容epub2/3,支持更多的格式,使用kotlin编写,与本项目是同一语言,还在更新维护中。 Readium Mobile:https://github.com/readium/mobile Android Example:https://github.com/readium/r2-testapp-kotlin ### 期望实现方式(阅读应该如何实现该功能) > ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/908/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/908/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/907
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/907/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/907/comments
https://api.github.com/repos/gedoor/legado/issues/907/events
https://github.com/gedoor/legado/issues/907
838,326,006
MDU6SXNzdWU4MzgzMjYwMDY=
907
[Feature Request] 希望增加本章说功能
{ "login": "SugarFatFree", "id": 30424828, "node_id": "MDQ6VXNlcjMwNDI0ODI4", "avatar_url": "https://avatars.githubusercontent.com/u/30424828?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SugarFatFree", "html_url": "https://github.com/SugarFatFree", "followers_url": "https://api.github.com/users/SugarFatFree/followers", "following_url": "https://api.github.com/users/SugarFatFree/following{/other_user}", "gists_url": "https://api.github.com/users/SugarFatFree/gists{/gist_id}", "starred_url": "https://api.github.com/users/SugarFatFree/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SugarFatFree/subscriptions", "organizations_url": "https://api.github.com/users/SugarFatFree/orgs", "repos_url": "https://api.github.com/users/SugarFatFree/repos", "events_url": "https://api.github.com/users/SugarFatFree/events{/privacy}", "received_events_url": "https://api.github.com/users/SugarFatFree/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "我也觉得这个功能很棒,看看别人的评论与吐槽挺有意思的。\r\n\r\n能不能通过一个公用的Webdav网盘或者是一个github账号来实现呢?如果数据不大的话,利用免费的资源就可以实现。", "我觉得没必要,阅读的初衷就是个阅读器,本身就是用爱发电,没有必要加这些浪费资源的功能。", "加载到章节的时候就要加载评论,这种没有良好服务器作为支撑,很难获得良好的体验,很可能你翻过去了,评论才加载出来,一般看小说速度又快,这种很大可能吃力不讨好。而且很负责任的说,会很多打广告的", "> 加载到章节的时候就要加载评论,这种没有良好服务器作为支撑,很难获得良好的体验,很可能你翻过去了,评论才加载出来,一般看小说速度又快,这种很大可能吃力不讨好。而且很负责任的说,会很多打广告的\r\n\r\n乱发内容确实令人烦恼,有可能需要人工审核。但是加载就好说了,跟章节一起预加载就好,文字的东西很小,不占用很多资源,如果做的话可以加开关嘛。另外的难题是布局设计?\r\n", "其实本章说完全可以弄成注释,自己可以随意添加修改,或者增加评论~", "第一,需要用到服务器和域名,(域名几十,服务器几千)\r\n第二,因为有大量的移动用户,域名必须是备案的。(不然三天两头404)\r\n第三,很多人都是直接缓存好所有章节,然后听书的(这不就浪费了)\r\n第四,用户多了,起点会给阅读递律师涵的。\r\n第五,因为服务器和域名要钱,就会接广告维持(正规广告接来维持不下去,不正规的女的会投诉的)\r\n\r\n给你的建议,直接在 起点书源,自己写规则 采集 起点的本章说吧。(因为你这个功能太小众了,需要采集起点 电脑版页面啊,采集速度会变慢。)\r\n主要是需要的人太少了,可能就你和很少,比如30人。\r\n投入域名,服务器做这个,每月投入100元,就算你们30人时时都看,本章说,广告收入一天最多0.5元,100-15=75元啊。", "简单啊,服务器域名每月可能花费300元左右,你一次性给一年的吧,只需要3600元,先给阅读作者打款,你说的功能就出来了,\r\n不给钱,就不要想了,(每章添加评论功能,免费的就得添加广告,谁会喜欢啊)付费的你又不付款啊。", "在 github 看[本章说 ](https://github.com/auto-bot-ty/qidian-chapterReview/tree/master/output/1016150754)" ]
"2021-03-23T04:00:09"
"2021-07-27T01:32:07"
"2021-04-10T15:30:52"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 起点的本章说,好像要这个功能啊,有点像B站弹幕一样,习惯了就离不开了 ### 期望实现方式(阅读应该如何实现该功能) > 本章说即段落评论,每一段文字都可以单独的进行发表评论 ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/907/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/907/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/906
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/906/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/906/comments
https://api.github.com/repos/gedoor/legado/issues/906/events
https://github.com/gedoor/legado/issues/906
837,376,035
MDU6SXNzdWU4MzczNzYwMzU=
906
[Feature Request] js全局
{ "login": "zmn001125", "id": 52020688, "node_id": "MDQ6VXNlcjUyMDIwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/52020688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zmn001125", "html_url": "https://github.com/zmn001125", "followers_url": "https://api.github.com/users/zmn001125/followers", "following_url": "https://api.github.com/users/zmn001125/following{/other_user}", "gists_url": "https://api.github.com/users/zmn001125/gists{/gist_id}", "starred_url": "https://api.github.com/users/zmn001125/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zmn001125/subscriptions", "organizations_url": "https://api.github.com/users/zmn001125/orgs", "repos_url": "https://api.github.com/users/zmn001125/repos", "events_url": "https://api.github.com/users/zmn001125/events{/privacy}", "received_events_url": "https://api.github.com/users/zmn001125/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "好的" ]
"2021-03-22T06:40:14"
"2021-06-10T10:26:01"
"2021-06-10T10:26:01"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 希望在编辑书源的基本页面添加一个专门写能应用到全局的js变量和js函数,一些重复的js函数就可以不用重复的写在各个地方, 比如移动阅读http://yck.mumuceo.com/yuedu/shuyuan/jsons?id=4230 这个书源,很多都是重复的函数,写在一个地方调用会方便,简约一些
{ "url": "https://api.github.com/repos/gedoor/legado/issues/906/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/906/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/905
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/905/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/905/comments
https://api.github.com/repos/gedoor/legado/issues/905/events
https://github.com/gedoor/legado/issues/905
837,023,945
MDU6SXNzdWU4MzcwMjM5NDU=
905
[Feature Request]希望支持可以长按删除书源
{ "login": "AuYoku", "id": 25856592, "node_id": "MDQ6VXNlcjI1ODU2NTky", "avatar_url": "https://avatars.githubusercontent.com/u/25856592?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AuYoku", "html_url": "https://github.com/AuYoku", "followers_url": "https://api.github.com/users/AuYoku/followers", "following_url": "https://api.github.com/users/AuYoku/following{/other_user}", "gists_url": "https://api.github.com/users/AuYoku/gists{/gist_id}", "starred_url": "https://api.github.com/users/AuYoku/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AuYoku/subscriptions", "organizations_url": "https://api.github.com/users/AuYoku/orgs", "repos_url": "https://api.github.com/users/AuYoku/repos", "events_url": "https://api.github.com/users/AuYoku/events{/privacy}", "received_events_url": "https://api.github.com/users/AuYoku/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "https://github.com/gedoor/legado/pull/1201", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-03-21T09:11:21"
"2022-03-28T02:05:18"
"2022-03-28T02:05:18"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 希望支持可以长按删除书源,这个功能在阅读2是存在的,到3没了。很好用,现在如果要删除书源就需要退出阅读去“书源管理”找到再删除 ### 期望实现方式(阅读应该如何实现该功能) > 希望支持可以长按删除书源 ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/905/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/905/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/904
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/904/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/904/comments
https://api.github.com/repos/gedoor/legado/issues/904/events
https://github.com/gedoor/legado/issues/904
837,019,717
MDU6SXNzdWU4MzcwMTk3MTc=
904
[BUG] 无法读取EPUB3标准的epub电子书的元信息
{ "login": "nukemiko", "id": 53572814, "node_id": "MDQ6VXNlcjUzNTcyODE0", "avatar_url": "https://avatars.githubusercontent.com/u/53572814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nukemiko", "html_url": "https://github.com/nukemiko", "followers_url": "https://api.github.com/users/nukemiko/followers", "following_url": "https://api.github.com/users/nukemiko/following{/other_user}", "gists_url": "https://api.github.com/users/nukemiko/gists{/gist_id}", "starred_url": "https://api.github.com/users/nukemiko/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nukemiko/subscriptions", "organizations_url": "https://api.github.com/users/nukemiko/orgs", "repos_url": "https://api.github.com/users/nukemiko/repos", "events_url": "https://api.github.com/users/nukemiko/events{/privacy}", "received_events_url": "https://api.github.com/users/nukemiko/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "Epublib的问题,epublib没有适配epub3,在epub3中没有toc.ncx作为目录", "或许可用尝试使用 https://github.com/readium/mobile 来解析epub", "这个是Android的例子:https://github.com/readium/r2-testapp-kotlin", "好的, 我看看", "> ### 机型(如Redmi K30 Pro)\r\n> > Xiaomi Mi 10\r\n> \r\n> ### 安卓版本(如Android 7.1.1)\r\n> > Android 11, crDroid 7.4\r\n> \r\n> ### 阅读Legdao版本(我的-关于-版本,如3.20.112220)\r\n> > 3.2.1.031720\r\n> \r\n> ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..)\r\n> > 本地的epub文件,和网络环境无关\r\n> \r\n> ### 问题描述(简要描述发生的问题)\r\n> > 如果导入的epub文件采用了EPUB3标准,会出现以下问题:\r\n> > 目录章节数不正确(可能受到[issue897](https://github.com/gedoor/legado/issues/897)的影响);\r\n> > 无论是在目录中还是在章节开头,所有章节名全部显示为“未知”\r\n> > 书籍详情页部分信息显示为“未知”\r\n> \r\n> ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现)\r\n> 1. 下载这个文件[Package.zip](https://github.com/gedoor/legado/files/6177071/Package.zip);\r\n> 2. 解压上述文件,得到一个EPUB2和EPUB3的文件(文件前缀已经标明),分别导入阅读;\r\n> 3. EPUB3标准的文件可见明显异常\r\n> \r\n> ### 日志提交(问题截图或者日志)\r\n> > 这是EPUB2标准的文件\r\n> > ![EPUB2](https://user-images.githubusercontent.com/53572814/111898892-d2534500-8a63-11eb-81e2-651cdd7d1ef0.png)\r\n> > 这是EPUB3标准的文件\r\n> > ![EPUB3](https://user-images.githubusercontent.com/53572814/111898905-e6974200-8a63-11eb-8fd3-0ea7bcb98291.png)\r\n\r\n新版应该修复了", "新版应该解决该问题了" ]
"2021-03-21T08:47:19"
"2021-04-10T15:33:09"
"2021-04-10T15:33:09"
NONE
null
### 机型(如Redmi K30 Pro) > Xiaomi Mi 10 ### 安卓版本(如Android 7.1.1) > Android 11, crDroid 7.4 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > 3.2.1.031720 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > 本地的epub文件,和网络环境无关 ### 问题描述(简要描述发生的问题) > 如果导入的epub文件采用了EPUB3标准,会出现以下问题: > 目录章节数不正确(可能受到[issue897](https://github.com/gedoor/legado/issues/897)的影响); > 无论是在目录中还是在章节开头,所有章节名全部显示为“未知” > 书籍详情页部分信息显示为“未知” ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) 1. 下载这个文件[Package.zip](https://github.com/gedoor/legado/files/6177071/Package.zip); 2. 解压上述文件,得到一个EPUB2和EPUB3的文件(文件前缀已经标明),分别导入阅读; 3. EPUB3标准的文件可见明显异常 ### 日志提交(问题截图或者日志) > 这是EPUB2标准的文件 > ![EPUB2](https://user-images.githubusercontent.com/53572814/111898892-d2534500-8a63-11eb-81e2-651cdd7d1ef0.png) > 这是EPUB3标准的文件 > ![EPUB3](https://user-images.githubusercontent.com/53572814/111898905-e6974200-8a63-11eb-8fd3-0ea7bcb98291.png)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/904/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/904/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/903
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/903/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/903/comments
https://api.github.com/repos/gedoor/legado/issues/903/events
https://github.com/gedoor/legado/issues/903
836,740,688
MDU6SXNzdWU4MzY3NDA2ODg=
903
听书定时怎么用
{ "login": "wilsonjor", "id": 7791507, "node_id": "MDQ6VXNlcjc3OTE1MDc=", "avatar_url": "https://avatars.githubusercontent.com/u/7791507?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wilsonjor", "html_url": "https://github.com/wilsonjor", "followers_url": "https://api.github.com/users/wilsonjor/followers", "following_url": "https://api.github.com/users/wilsonjor/following{/other_user}", "gists_url": "https://api.github.com/users/wilsonjor/gists{/gist_id}", "starred_url": "https://api.github.com/users/wilsonjor/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wilsonjor/subscriptions", "organizations_url": "https://api.github.com/users/wilsonjor/orgs", "repos_url": "https://api.github.com/users/wilsonjor/repos", "events_url": "https://api.github.com/users/wilsonjor/events{/privacy}", "received_events_url": "https://api.github.com/users/wilsonjor/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "在开始听书播放之后,先点一下屏幕正中心,在下方出现的界面里左边画了+号的那个时钟,右边有0分钟那一行就是定时条,来回划拉就可以改停止时间。" ]
"2021-03-20T07:05:02"
"2021-04-10T16:04:42"
"2021-04-10T16:04:42"
NONE
null
听书定时怎么用?
{ "url": "https://api.github.com/repos/gedoor/legado/issues/903/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/903/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/902
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/902/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/902/comments
https://api.github.com/repos/gedoor/legado/issues/902/events
https://github.com/gedoor/legado/issues/902
836,620,857
MDU6SXNzdWU4MzY2MjA4NTc=
902
[BUG]
{ "login": "lywwl", "id": 80997429, "node_id": "MDQ6VXNlcjgwOTk3NDI5", "avatar_url": "https://avatars.githubusercontent.com/u/80997429?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lywwl", "html_url": "https://github.com/lywwl", "followers_url": "https://api.github.com/users/lywwl/followers", "following_url": "https://api.github.com/users/lywwl/following{/other_user}", "gists_url": "https://api.github.com/users/lywwl/gists{/gist_id}", "starred_url": "https://api.github.com/users/lywwl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lywwl/subscriptions", "organizations_url": "https://api.github.com/users/lywwl/orgs", "repos_url": "https://api.github.com/users/lywwl/repos", "events_url": "https://api.github.com/users/lywwl/events{/privacy}", "received_events_url": "https://api.github.com/users/lywwl/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "有的书源播放不了,换一个试", "正播放的书,不可以用了,换了几部,还是不能播放。" ]
"2021-03-20T02:56:26"
"2021-06-10T10:28:02"
"2021-06-10T10:28:02"
NONE
null
### 机型(如Redmi K30 Pro) >小米10青春版 ### 安卓版本(如Android 7.1.1) > 安卓11 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) >移动宽带 ### 问题描述(简要描述发生的问题) >无法朗读,整屏整屏瞬间的过,无声音。 ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/902/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/902/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/901
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/901/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/901/comments
https://api.github.com/repos/gedoor/legado/issues/901/events
https://github.com/gedoor/legado/issues/901
835,676,428
MDU6SXNzdWU4MzU2NzY0Mjg=
901
最近阅读功能频繁失效,希望加强一下复制或离线缓存功能,用来方便桥接其他语音软件
{ "login": "coffee-tm", "id": 80945587, "node_id": "MDQ6VXNlcjgwOTQ1NTg3", "avatar_url": "https://avatars.githubusercontent.com/u/80945587?v=4", "gravatar_id": "", "url": "https://api.github.com/users/coffee-tm", "html_url": "https://github.com/coffee-tm", "followers_url": "https://api.github.com/users/coffee-tm/followers", "following_url": "https://api.github.com/users/coffee-tm/following{/other_user}", "gists_url": "https://api.github.com/users/coffee-tm/gists{/gist_id}", "starred_url": "https://api.github.com/users/coffee-tm/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/coffee-tm/subscriptions", "organizations_url": "https://api.github.com/users/coffee-tm/orgs", "repos_url": "https://api.github.com/users/coffee-tm/repos", "events_url": "https://api.github.com/users/coffee-tm/events{/privacy}", "received_events_url": "https://api.github.com/users/coffee-tm/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[]
"2021-03-19T08:06:24"
"2021-06-10T10:28:29"
"2021-06-10T10:28:29"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 现在的离线下载,如果小说没看完然离线下载, 或者中间有章节下载错误,又或后面又更新再下载,比如明明指定从20到50章,然后导出到其他文件夹,可是导出内容里还是从1开始下,虽然1章里内容是的,后面结束章节也可能不到50就停止下载了,这种情况下载的文件就很混乱,导入其他软件也很混乱 所以希望可以复制一个指定章节的小说到内存 或者在离线下载功能的基础上增加一个复制到内存(可能需要限制一下最大章节,防止一次复制太多到内存) 以此用来桥接到讯飞有声,因为讯飞有声有个复制阅读,可以直接阅读复制到内存的文本,比较方便 而且听完就可以删除整理起来也非常方便 ### 期望实现方式(阅读应该如何实现该功能) > 在原有的复制 或离线下载 功能功能上增加一个复制到内存选项 ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/901/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/901/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/900
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/900/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/900/comments
https://api.github.com/repos/gedoor/legado/issues/900/events
https://github.com/gedoor/legado/issues/900
835,643,756
MDU6SXNzdWU4MzU2NDM3NTY=
900
加强语音发音人批量管理,改造成书源管理那样
{ "login": "lunhuil", "id": 37199384, "node_id": "MDQ6VXNlcjM3MTk5Mzg0", "avatar_url": "https://avatars.githubusercontent.com/u/37199384?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lunhuil", "html_url": "https://github.com/lunhuil", "followers_url": "https://api.github.com/users/lunhuil/followers", "following_url": "https://api.github.com/users/lunhuil/following{/other_user}", "gists_url": "https://api.github.com/users/lunhuil/gists{/gist_id}", "starred_url": "https://api.github.com/users/lunhuil/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lunhuil/subscriptions", "organizations_url": "https://api.github.com/users/lunhuil/orgs", "repos_url": "https://api.github.com/users/lunhuil/repos", "events_url": "https://api.github.com/users/lunhuil/events{/privacy}", "received_events_url": "https://api.github.com/users/lunhuil/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "好的" ]
"2021-03-19T07:19:35"
"2021-06-10T10:29:16"
"2021-06-10T10:29:16"
NONE
null
百度失效可能会成为常态,建议加强语音发音人批量管理,改造成书源管理那样。 可以本地,在线导入json配置文件 批量删除,分组,导出,筛选分组等,便于修复分享。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/900/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/900/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/899
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/899/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/899/comments
https://api.github.com/repos/gedoor/legado/issues/899/events
https://github.com/gedoor/legado/issues/899
835,110,395
MDU6SXNzdWU4MzUxMTAzOTU=
899
[Feature Request] 希望长按文本可以使用第三方词典取词
{ "login": "SogaSuga", "id": 66196437, "node_id": "MDQ6VXNlcjY2MTk2NDM3", "avatar_url": "https://avatars.githubusercontent.com/u/66196437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SogaSuga", "html_url": "https://github.com/SogaSuga", "followers_url": "https://api.github.com/users/SogaSuga/followers", "following_url": "https://api.github.com/users/SogaSuga/following{/other_user}", "gists_url": "https://api.github.com/users/SogaSuga/gists{/gist_id}", "starred_url": "https://api.github.com/users/SogaSuga/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SogaSuga/subscriptions", "organizations_url": "https://api.github.com/users/SogaSuga/orgs", "repos_url": "https://api.github.com/users/SogaSuga/repos", "events_url": "https://api.github.com/users/SogaSuga/events{/privacy}", "received_events_url": "https://api.github.com/users/SogaSuga/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "应该是有的啊", "> \r\n> \r\n> 应该是有的啊\r\n\r\n可能是系统的限制?我这三星手机上,只有系统自带的 词典.app 会出现在长按菜单里,也没有相关的设置选项。\r\n只有像静读天下那样,能自定义长按菜单的app才能选择用别的词典。" ]
"2021-03-18T18:07:23"
"2021-06-10T10:29:48"
"2021-06-10T10:29:48"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) 阅读时,长按字、词弹出的菜单中,接入第三方词典如GoldenDict,Mdict等的取词翻译功能。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/899/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/899/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/898
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/898/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/898/comments
https://api.github.com/repos/gedoor/legado/issues/898/events
https://github.com/gedoor/legado/pull/898
835,001,470
MDExOlB1bGxSZXF1ZXN0NTk1NzI1MDY3
898
修复繁简转换“勐”“十”问题。使用了剥离HanLP简繁代码的民间库。APK减少6M左右。如果后面需要修改其他转换错误,可以自己fork代码改字典部署JitPack。
{ "login": "hoodie13", "id": 74173949, "node_id": "MDQ6VXNlcjc0MTczOTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/74173949?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hoodie13", "html_url": "https://github.com/hoodie13", "followers_url": "https://api.github.com/users/hoodie13/followers", "following_url": "https://api.github.com/users/hoodie13/following{/other_user}", "gists_url": "https://api.github.com/users/hoodie13/gists{/gist_id}", "starred_url": "https://api.github.com/users/hoodie13/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/hoodie13/subscriptions", "organizations_url": "https://api.github.com/users/hoodie13/orgs", "repos_url": "https://api.github.com/users/hoodie13/repos", "events_url": "https://api.github.com/users/hoodie13/events{/privacy}", "received_events_url": "https://api.github.com/users/hoodie13/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-18T16:11:58"
"2021-03-19T01:36:37"
"2021-03-19T01:36:37"
NONE
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/898/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/898/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/898", "html_url": "https://github.com/gedoor/legado/pull/898", "diff_url": "https://github.com/gedoor/legado/pull/898.diff", "patch_url": "https://github.com/gedoor/legado/pull/898.patch", "merged_at": "2021-03-19T01:36:37" }
true
https://api.github.com/repos/gedoor/legado/issues/897
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/897/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/897/comments
https://api.github.com/repos/gedoor/legado/issues/897/events
https://github.com/gedoor/legado/issues/897
834,801,152
MDU6SXNzdWU4MzQ4MDExNTI=
897
[BUG] 阅读本地书籍,遇到第二卷,第一章这种结构,就是卡在第二卷
{ "login": "houxiren", "id": 35322335, "node_id": "MDQ6VXNlcjM1MzIyMzM1", "avatar_url": "https://avatars.githubusercontent.com/u/35322335?v=4", "gravatar_id": "", "url": "https://api.github.com/users/houxiren", "html_url": "https://github.com/houxiren", "followers_url": "https://api.github.com/users/houxiren/followers", "following_url": "https://api.github.com/users/houxiren/following{/other_user}", "gists_url": "https://api.github.com/users/houxiren/gists{/gist_id}", "starred_url": "https://api.github.com/users/houxiren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/houxiren/subscriptions", "organizations_url": "https://api.github.com/users/houxiren/orgs", "repos_url": "https://api.github.com/users/houxiren/repos", "events_url": "https://api.github.com/users/houxiren/events{/privacy}", "received_events_url": "https://api.github.com/users/houxiren/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[]
"2021-03-18T13:21:48"
"2021-06-10T10:29:39"
"2021-06-10T10:29:39"
NONE
null
### 机型(如Redmi K30 Pro) >华为 P30 ### 安卓版本(如Android 7.1.1) >如Android 10 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) >所有版本都有此BUG ### 问题描述(简要描述发生的问题) >阅读本地书籍,朗读遇到以下这种结构,就会卡在“第二卷”,需要手动翻页到下一章(下一页),才会继续朗读。可能是把“第二卷”当成了空章节 第二卷 第一章 ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) >只要是以上结构的就能复现。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/897/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/897/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/896
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/896/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/896/comments
https://api.github.com/repos/gedoor/legado/issues/896/events
https://github.com/gedoor/legado/issues/896
834,335,954
MDU6SXNzdWU4MzQzMzU5NTQ=
896
朗读快捷方式有时候不能开始朗读
{ "login": "gzyguo", "id": 14918112, "node_id": "MDQ6VXNlcjE0OTE4MTEy", "avatar_url": "https://avatars.githubusercontent.com/u/14918112?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gzyguo", "html_url": "https://github.com/gzyguo", "followers_url": "https://api.github.com/users/gzyguo/followers", "following_url": "https://api.github.com/users/gzyguo/following{/other_user}", "gists_url": "https://api.github.com/users/gzyguo/gists{/gist_id}", "starred_url": "https://api.github.com/users/gzyguo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/gzyguo/subscriptions", "organizations_url": "https://api.github.com/users/gzyguo/orgs", "repos_url": "https://api.github.com/users/gzyguo/repos", "events_url": "https://api.github.com/users/gzyguo/events{/privacy}", "received_events_url": "https://api.github.com/users/gzyguo/received_events", "type": "User", "site_admin": false }
[ { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-03-18T02:42:48"
"2022-03-28T02:05:20"
"2022-03-28T02:05:20"
NONE
null
2021/03/08添加的朗读快捷方式 在朗读暂停,朗读停止和息屏时不能开始朗读
{ "url": "https://api.github.com/repos/gedoor/legado/issues/896/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/896/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/895
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/895/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/895/comments
https://api.github.com/repos/gedoor/legado/issues/895/events
https://github.com/gedoor/legado/issues/895
831,122,779
MDU6SXNzdWU4MzExMjI3Nzk=
895
起点中文源登录后无法查看已付费章节
{ "login": "nukemiko", "id": 53572814, "node_id": "MDQ6VXNlcjUzNTcyODE0", "avatar_url": "https://avatars.githubusercontent.com/u/53572814?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nukemiko", "html_url": "https://github.com/nukemiko", "followers_url": "https://api.github.com/users/nukemiko/followers", "following_url": "https://api.github.com/users/nukemiko/following{/other_user}", "gists_url": "https://api.github.com/users/nukemiko/gists{/gist_id}", "starred_url": "https://api.github.com/users/nukemiko/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nukemiko/subscriptions", "organizations_url": "https://api.github.com/users/nukemiko/orgs", "repos_url": "https://api.github.com/users/nukemiko/repos", "events_url": "https://api.github.com/users/nukemiko/events{/privacy}", "received_events_url": "https://api.github.com/users/nukemiko/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "可能登录后的网页和登录前不一样,需要测试", "你没有先把要买的书的章节购买啊,当然就会采集不出来啊。", "我也遇到同样问题,已经在起点购买章节,但是阅读中无法下载", "换了个源解决了。\r\n\r\n主要的区别是读取内容的网址从 `\"chapterUrl\": \"https://vipreader.qidian.com/chapter/@get:{id}/$1\",` 换成了 `\"chapterUrl\": \"https://m.qidian.com/book/@get:{id}/{{$.C}}\"`\r\n\r\n```json\r\n{\r\n \"bookSourceComment\": \"青灯 21/5/18\",\r\n \"bookSourceGroup\": \"💰 正版\",\r\n \"bookSourceName\": \"💰 起点中文\",\r\n \"bookSourceType\": 0,\r\n \"bookSourceUrl\": \"https://www.qidian.com\",\r\n \"bookUrlPattern\": \"\",\r\n \"customOrder\": -999999,\r\n \"enabled\": true,\r\n \"enabledExplore\": true,\r\n \"exploreUrl\": \"🔹 起 点 中 文 🔹::/all?style=1&page={{page}}\\n\\n🔸月 票 榜 ::/rank/yuepiao?style=1&page={{page}} \\n 风 云 榜 ::/rank/fengyun?style=1&page={{page}}\\n 热 销 榜 ::/rank/hotsales?style=1&page={{page}}\\n\\n🔸推 荐 榜 ::/rank/recom?style=1&page={{page}}\\n 阅 读 榜 ::/rank/readIndex?style=1&page={{page}}\\n 粉 丝 榜 ::/rank/newFans?style=1&page={{page}}\\n\\n🔸收 藏 榜 ::/rank/collect?style=1&page={{page}}\\n 更 新 榜 ::/rank/vipup?style=1&page={{page}}\\n 打 赏 榜 ::/rank/vipreward?style=1&page={{page}}\\n\\n🔹 往 期 三 江 🔹::/book/sanjiang?page={{page}}\\n🔹 往 期 强 推 🔹::/book/strongrec?page={{page}}\\n\\n🔸 签 约 新 书 🔸::/rank/signnewbook?style=1&page={{page}}\\n🔸 公 众 新 书 🔸::/rank/pubnewbook?style=1&page={{page}}\\n🔸 新 签 新 书 🔸::/rank/newsign?style=1&page={{page}}\\n🔸 新 人 新 书 🔸::/rank/newauthor?style=1&page={{page}}\\n\\n\\n\\n玄幻::/all?style=1&page={{page}}&chanId=21\\n推荐::/all?style=1&page={{page}}&chanId=21&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=21&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=21&action=1\\n免费::/all?style=1&page={{page}}&chanId=21&vip=0\\n\\n奇幻::/all?style=1&page={{page}}&chanId=1\\n推荐::/all?style=1&page={{page}}&chanId=1&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=1&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=1&action=1\\n免费::/all?style=1&page={{page}}&chanId=1&vip=0\\n\\n武侠::/all?style=1&page={{page}}&chanId=2\\n推荐::/all?style=1&page={{page}}&chanId=2&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=2&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=2&action=1\\n免费::/all?style=1&page={{page}}&chanId=2&vip=0\\n\\n仙侠::/all?style=1&page={{page}}&chanId=22\\n推荐::/all?style=1&page={{page}}&chanId=22&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=22&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=22&action=1\\n免费::/all?style=1&page={{page}}&chanId=22&vip=0\\n\\n都市::/all?style=1&page={{page}}&chanId=4\\n推荐::/all?style=1&page={{page}}&chanId=4&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=4&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=4&action=1\\n免费::/all?style=1&page={{page}}&chanId=4&vip=0\\n\\n现实::/all?style=1&page={{page}}&chanId=15\\n推荐::/all?style=1&page={{page}}&chanId=15&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=15&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=15&action=1\\n免费::/all?style=1&page={{page}}&chanId=15&vip=0\\n\\n军事::/all?style=1&page={{page}}&chanId=6\\n推荐::/all?style=1&page={{page}}&chanId=6&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=6&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=6&action=1\\n免费::/all?style=1&page={{page}}&chanId=6&vip=0\\n\\n历史::/all?style=1&page={{page}}&chanId=5\\n推荐::/all?style=1&page={{page}}&chanId=5&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=5&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=5&action=1\\n免费::/all?style=1&page={{page}}&chanId=5&vip=0\\n\\n游戏::/all?style=1&page={{page}}&chanId=7\\n推荐::/all?style=1&page={{page}}&chanId=7&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=7&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=7&action=1\\n免费::/all?style=1&page={{page}}&chanId=7&vip=0\\n\\n体育::/all?style=1&page={{page}}&chanId=8\\n推荐::/all?style=1&page={{page}}&chanId=8&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=8&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=8&action=1\\n免费::/all?style=1&page={{page}}&chanId=8&vip=0\\n\\n科幻::/all?style=1&page={{page}}&chanId=9\\n推荐::/all?style=1&page={{page}}&chanId=9&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=9&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=9&action=1\\n免费::/all?style=1&page={{page}}&chanId=9&vip=0\\n\\n悬疑::/all?style=1&page={{page}}&chanId=10\\n推荐::/all?style=1&page={{page}}&chanId=10&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=10&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=10&action=1\\n免费::/all?style=1&page={{page}}&chanId=10&vip=0\\n\\n短篇::/all?style=1&page={{page}}&chanId=20076\\n推荐::/all?style=1&page={{page}}&chanId=20076&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=20076&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=20076&action=1\\n免费::/all?style=1&page={{page}}&chanId=20076&vip=0\\n\\n轻小说::/all?style=1&page={{page}}&chanId=12\\n推荐::/all?style=1&page={{page}}&chanId=12&orderId=10\\n收藏::/all?style=1&page={{page}}&chanId=12&action=1&orderId=11\\n完本::/all?style=1&page={{page}}&chanId=12&action=1\\n免费::/all?style=1&page={{page}}&chanId=12&vip=0\\n\\n\\n\\n🔹 起 点 女 生 🔹::/mm/all?style=1&page={{page}}\\n\\n🔸月 票 榜 ::/mm/rank/yuepiao?style=1&page={{page}}\\n 字 数 榜 ::/mm/rank/wordcount?style=1&page={{page}}\\n 热 销 榜 ::/mm/rank/hotsales?style=1&page={{page}}\\n\\n🔸推 荐 榜 ::/mm/rank/recom?style=1&page={{page}}\\n 阅 读 榜 ::/mm/rank/readIndex?style=1&page={{page}}\\n 粉 丝 榜 ::/mm/rank/newFans?style=1&page={{page}}\\n\\n🔸收 藏 榜 ::/mm/rank/collect?style=1&page={{page}}\\n 更 新 榜 ::/mm/rank/vipup?style=1&page={{page}}\\n 单 订 榜 ::/mm/rank/subscr?style=1&page={{page}}\\n\\n🔹 免 费 🔹::/mm/all?style=1&page={{page}}&vip=0\\n🔹 完 本 🔹::/mm/all?style=1&page={{page}}&action=1\\n\\n🔸 签 约 新 书 🔸::/mm/rank/signnewbook?style=1&page={{page}}\\n🔸 公 众 新 书 🔸::/mm/rank/pubnewbook?style=1&page={{page}}\\n🔸 新 签 新 书 🔸::/mm/rank/newsign?style=1&page={{page}}\\n🔸 新 人 新 书 🔸::/mm/rank/newauthor?style=1&page={{page}}\\n\\n古言::/mm/all?style=1&page={{page}}&chanId=80\\n推荐::/mm/all?style=1&page={{page}}&chanId=80&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=80&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=80&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=80&vip=0\\n\\n仙侠::/mm/all?style=1&page={{page}}&chanId=81\\n推荐::/mm/all?style=1&page={{page}}&chanId=81&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=81&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=81&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=81&vip=0\\n\\n现代::/mm/all?style=1&page={{page}}&chanId=82\\n推荐::/mm/all?style=1&page={{page}}&chanId=82&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=82&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=82&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=82&vip=0\\n\\n青春::/mm/all?style=1&page={{page}}&chanId=83\\n推荐::/mm/all?style=1&page={{page}}&chanId=83&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=83&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=83&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=83&vip=0\\n\\n玄幻::/mm/all?style=1&page={{page}}&chanId=84\\n推荐::/mm/all?style=1&page={{page}}&chanId=84&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=84&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=84&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=84&vip=0\\n\\n悬疑::/mm/all?style=1&page={{page}}&chanId=85\\n推荐::/mm/all?style=1&page={{page}}&chanId=85&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=85&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=85&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=85&vip=0\\n\\n短篇::/mm/all?style=1&page={{page}}&chanId=30083\\n推荐::/mm/all?style=1&page={{page}}&chanId=30083&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=30083&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=30083&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=30083&vip=0\\n\\n科幻::/mm/all?style=1&page={{page}}&chanId=86\\n推荐::/mm/all?style=1&page={{page}}&chanId=86&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=86&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=86&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=86&vip=0\\n\\n游戏::/mm/all?style=1&page={{page}}&chanId=88\\n推荐::/mm/all?style=1&page={{page}}&chanId=88&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=88&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=88&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=88&vip=0\\n\\n生活::/mm/all?style=1&page={{page}}&chanId=30120\\n推荐::/mm/all?style=1&page={{page}}&chanId=30120&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=30120&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=30120&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=30120&vip=0\\n\\n轻小说::/mm/all?style=1&page={{page}}&chanId=87\\n推荐::/mm/all?style=1&page={{page}}&chanId=87&orderId=10\\n收藏::/mm/all?style=1&page={{page}}&chanId=87&action=1&orderId=11\\n完本::/mm/all?style=1&page={{page}}&chanId=87&action=1\\n免费::/mm/all?style=1&page={{page}}&chanId=87&vip=0\\n\\n\",\r\n \"header\": \"\",\r\n \"lastUpdateTime\": 1621554658578,\r\n \"loginUrl\": \"https://passport.qidian.com\",\r\n \"ruleBookInfo\": {\r\n \"author\": \"##作者:</aria>([^<]+)<aria##$1###\",\r\n \"intro\": \"content@text\",\r\n \"kind\": \"##\\\"book-meta\\\"[^>]+>([^<]+)</p##$1###\",\r\n \"lastChapter\": \"##span>连载至([^<]+)##$1###\",\r\n \"name\": \"##\\\"book-title\\\">([^<]+)</h2##$1###\",\r\n \"tocUrl\": \"<js>\\nvar id = baseUrl.match(/book\\\\/(\\\\d+)/)[1];\\njava.put('id', id);\\n'https://druid.if.qidian.com/argus/api/v1/chapterlist/chapterlist?bookId='+id;\\n</js>\",\r\n \"wordCount\": \"##\\\"book-meta\\\"[^>]+>([^<]+)<span##$1###\"\r\n },\r\n \"ruleContent\": {\r\n \"content\": \"##\\\"content\\\":\\\"([^\\\"]*)\\\",\\\"authorWords##$1###\"\r\n },\r\n \"ruleExplore\": {},\r\n \"ruleSearch\": {\r\n \"author\": \"class.author@class.name.0@text||tag.a.2@text||tag.span@text\",\r\n \"bookList\": \"class.book-img-text@tag.li||class.book-list-wrap@class.book-list@tag.li\",\r\n \"bookUrl\": \"##data-bid=\\\"([^\\\"]+)\\\"##https://m.qidian.com/book/$1###\",\r\n \"coverUrl\": \"##data-bid=\\\"([^\\\"]+)\\\"##https://bookcover.yuewen.com/qdbimg/349573/$1/180###\",\r\n \"intro\": \"class.intro@textNodes\",\r\n \"kind\": \"class.author@tag.a!0@text||tag.a.0@text\",\r\n \"lastChapter\": \"class.update@a@text##最新更新\\\\s\",\r\n \"name\": \"tag.h4@a@text||tag.a.1@text\",\r\n \"wordCount\": \"//*[text()=\\\"总字数\\\"]//text()##总字数##字\"\r\n },\r\n \"ruleToc\": {\r\n \"chapterList\": \"Data.Chapters[1:]@put:{id:Data.BookId}\",\r\n \"chapterName\": \"N\",\r\n \"chapterUrl\": \"https://m.qidian.com/book/@get:{id}/{{$.C}}\",\r\n \"isVip\": \"V\"\r\n },\r\n \"searchUrl\": \"/search?kw={{key}}\",\r\n \"weight\": 0\r\n }\r\n\r\n```" ]
"2021-03-14T10:32:20"
"2021-06-10T10:30:44"
"2021-06-10T10:30:44"
NONE
null
### 机型(如Redmi K30 Pro) > Xiaomi Mi 10 ### 安卓版本(如Android 7.1.1) > Android 11, no MIUI ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > 3.21.030812 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > 移动宽带 ### 问题描述(简要描述发生的问题) > 起点中文源登录后仍然无法查看已付费章节,反复尝试登录多次后,问题依然存在 ### 使用书源(填写URL或者JSON) > ``` { "bookSourceComment": "", "bookSourceGroup": "💰 正版", "bookSourceName": "💰 起点中文", "bookSourceType": 0, "bookSourceUrl": "http://www.qidian.com", "customOrder": -1507, "enabled": true, "enabledExplore": true, "exploreUrl": "月票榜::/rank/yuepiao?style=1&page={{page}}\r\n热销榜::/rank/hotsales?style=1&page={{page}}\r\n阅读榜::/rank/readIndex?style=1&page={{page}}\r\n粉丝榜::/rank/newFans?style=1&page={{page}}\r\n推荐榜::/rank/recom?style=1&page={{page}}\r\n收藏榜::/rank/collect?style=1&page={{page}}\r\n更新榜::/rank/vipup?style=1&page={{page}}\r\n打赏榜::/rank/vipreward?style=1&page={{page}}\r\n三江强推::/\r\n往期三江::/book/sanjiang?page={{page}}\r\n往期强推::/book/strongrec?page={{page}}\r\n限时免费::/free\r\n男频全部::/all?style=1&page={{page}}\r\n男频连载::/all?style=1&page={{page}}&action=0\r\n男频完本::/all?style=1&page={{page}}&action=1\r\n男频免费::/all?style=1&page={{page}}&vip=0\r\n总收藏榜::/all?style=1&page={{page}}&orderId=11\r\n月推荐榜::/all?style=1&page={{page}}&orderId=10\r\n总推荐榜::/all?style=1&page={{page}}&orderId=2\r\n玄幻全部::/all?style=1&page={{page}}&chanId=21\r\n玄幻连载::/all?style=1&page={{page}}&chanId=21&action=0\r\n玄幻完本::/all?style=1&page={{page}}&chanId=21&action=1\r\n玄幻免费::/all?style=1&page={{page}}&chanId=21&vip=0\r\n奇幻全部::/all?style=1&page={{page}}&chanId=1\r\n奇幻连载::/all?style=1&page={{page}}&chanId=1&action=0\r\n奇幻完本::/all?style=1&page={{page}}&chanId=1&action=1\r\n奇幻免费::/all?style=1&page={{page}}&chanId=1&vip=0\r\n武侠全部::/all?style=1&page={{page}}&chanId=2\r\n武侠连载::/all?style=1&page={{page}}&chanId=2&action=0\r\n武侠完本::/all?style=1&page={{page}}&chanId=2&action=1\r\n武侠免费::/all?style=1&page={{page}}&chanId=2&vip=0\r\n仙侠全部::/all?style=1&page={{page}}&chanId=22\r\n仙侠连载::/all?style=1&page={{page}}&chanId=22&action=0\r\n仙侠完本::/all?style=1&page={{page}}&chanId=22&action=1\r\n仙侠免费::/all?style=1&page={{page}}&chanId=22&vip=0\r\n都市全部::/all?style=1&page={{page}}&chanId=4\r\n都市连载::/all?style=1&page={{page}}&chanId=4&action=0\r\n都市完本::/all?style=1&page={{page}}&chanId=4&action=1\r\n都市免费::/all?style=1&page={{page}}&chanId=4&vip=0\r\n现实全部::/all?style=1&page={{page}}&chanId=15\r\n现实连载::/all?style=1&page={{page}}&chanId=15&action=0\r\n现实完本::/all?style=1&page={{page}}&chanId=15&action=1\r\n现实免费::/all?style=1&page={{page}}&chanId=15&vip=0\r\n军事全部::/all?style=1&page={{page}}&chanId=6\r\n军事连载::/all?style=1&page={{page}}&chanId=6&action=0\r\n军事完本::/all?style=1&page={{page}}&chanId=6&action=1\r\n军事免费::/all?style=1&page={{page}}&chanId=6&vip=0\r\n历史全部::/all?style=1&page={{page}}&chanId=5\r\n历史连载::/all?style=1&page={{page}}&chanId=5&action=0\r\n历史完本::/all?style=1&page={{page}}&chanId=5&action=1\r\n历史免费::/all?style=1&page={{page}}&chanId=5&vip=0\r\n游戏全部::/all?style=1&page={{page}}&chanId=7\r\n游戏连载::/all?style=1&page={{page}}&chanId=7&action=0\r\n游戏完本::/all?style=1&page={{page}}&chanId=7&action=1\r\n游戏免费::/all?style=1&page={{page}}&chanId=7&vip=0\r\n体育全部::/all?style=1&page={{page}}&chanId=8\r\n体育连载::/all?style=1&page={{page}}&chanId=8&action=0\r\n体育完本::/all?style=1&page={{page}}&chanId=8&action=1\r\n体育免费::/all?style=1&page={{page}}&chanId=8&vip=0\r\n科幻全部::/all?style=1&page={{page}}&chanId=9\r\n科幻连载::/all?style=1&page={{page}}&chanId=9&action=0\r\n科幻完本::/all?style=1&page={{page}}&chanId=9&action=1\r\n科幻免费::/all?style=1&page={{page}}&chanId=9&vip=0\r\n悬疑全部::/all?style=1&page={{page}}&chanId=10\r\n悬疑连载::/all?style=1&page={{page}}&chanId=10&action=0\r\n悬疑完本::/all?style=1&page={{page}}&chanId=10&action=1\r\n悬疑免费::/all?style=1&page={{page}}&chanId=10&vip=0\r\n轻小说全::/all?style=1&page={{page}}&chanId=12\r\n轻小说连::/all?style=1&page={{page}}&chanId=12&action=0\r\n轻小说完::/all?style=1&page={{page}}&chanId=12&action=1\r\n轻小说免::/all?style=1&page={{page}}&chanId=12&vip=0\r\n短篇全部::/all?style=1&page={{page}}&chanId=20076\r\n短篇连载::/all?style=1&page={{page}}&chanId=20076&action=0\r\n短篇完本::/all?style=1&page={{page}}&chanId=20076&action=1\r\n短篇免费::/all?style=1&page={{page}}&chanId=20076&vip=0\r\n月票榜::/mm/rank/yuepiao?style=1&page={{page}}\r\n新书榜::/mm/rank/newsales?style=1&page={{page}}\r\n阅读榜::/mm/rank/readIndex?style=1&page={{page}}\r\n热销榜::/mm/rank/hotsales?style=1&page={{page}}\r\n粉丝榜::/mm/rank/newFans?style=1&page={{page}}\r\n单订榜::/mm/rank/subscr?style=1&page={{page}}\r\n推荐榜::/mm/rank/recom?style=1&page={{page}}\r\n收藏榜::/mm/rank/collect?style=1&page={{page}}\r\n更新榜::/mm/rank/vipup?style=1&page={{page}}\r\n字数榜::/mm/rank/wordcount?style=1&page={{page}}\r\n限时免费::/mm/free\r\n女频全部::/mm/all?style=1&page={{page}}\r\n女频连载::/mm/all?style=1&page={{page}}&action=0\r\n女频完本::/mm/all?style=1&page={{page}}&action=1\r\n女频免费::/mm/all?style=1&page={{page}}&vip=0\r\n总收藏榜::/mm/all?style=1&page={{page}}&orderId=11\r\n月推荐榜::/mm/all?style=1&page={{page}}&orderId=10\r\n总推荐榜::/mm/all?style=1&page={{page}}&orderId=2\r\n古代全部::/mm/all?style=1&page={{page}}&chanId=80\r\n古代连载::/mm/all?style=1&page={{page}}&chanId=80&action=0\r\n古代完本::/mm/all?style=1&page={{page}}&chanId=80&action=1\r\n古代免费::/mm/all?style=1&page={{page}}&chanId=80&vip=0\r\n仙侠全部::/mm/all?style=1&page={{page}}&chanId=81\r\n仙侠连载::/mm/all?style=1&page={{page}}&chanId=81&action=0\r\n仙侠完本::/mm/all?style=1&page={{page}}&chanId=81&action=1\r\n仙侠免费::/mm/all?style=1&page={{page}}&chanId=81&vip=0\r\n现代全部::/mm/all?style=1&page={{page}}&chanId=82\r\n现代连载::/mm/all?style=1&page={{page}}&chanId=82&action=0\r\n现代完本::/mm/all?style=1&page={{page}}&chanId=82&action=1\r\n现代免费::/mm/all?style=1&page={{page}}&chanId=82&vip=0\r\n青春全部::/mm/all?style=1&page={{page}}&chanId=83\r\n青春连载::/mm/all?style=1&page={{page}}&chanId=83&action=0\r\n青春完本::/mm/all?style=1&page={{page}}&chanId=83&action=1\r\n青春免费::/mm/all?style=1&page={{page}}&chanId=83&vip=0\r\n玄幻全部::/mm/all?style=1&page={{page}}&chanId=84\r\n玄幻连载::/mm/all?style=1&page={{page}}&chanId=84&action=0\r\n玄幻完本::/mm/all?style=1&page={{page}}&chanId=84&action=1\r\n玄幻免费::/mm/all?style=1&page={{page}}&chanId=84&vip=0\r\n悬疑全部::/mm/all?style=1&page={{page}}&chanId=85\r\n悬疑连载::/mm/all?style=1&page={{page}}&chanId=85&action=0\r\n悬疑完本::/mm/all?style=1&page={{page}}&chanId=85&action=1\r\n悬疑免费::/mm/all?style=1&page={{page}}&chanId=85&vip=0\r\n短篇全部::/mm/all?style=1&page={{page}}&chanId=30083\r\n短篇连载::/mm/all?style=1&page={{page}}&chanId=30083&action=0\r\n短篇完本::/mm/all?style=1&page={{page}}&chanId=30083&action=1\r\n短篇免费::/mm/all?style=1&page={{page}}&chanId=30083&vip=0\r\n科幻全部::/mm/all?style=1&page={{page}}&chanId=86\r\n科幻连载::/mm/all?style=1&page={{page}}&chanId=86&action=0\r\n科幻完本::/mm/all?style=1&page={{page}}&chanId=86&action=1\r\n科幻免费::/mm/all?style=1&page={{page}}&chanId=86&vip=0\r\n游戏全部::/mm/all?style=1&page={{page}}&chanId=88\r\n游戏连载::/mm/all?style=1&page={{page}}&chanId=88&action=0\r\n游戏完本::/mm/all?style=1&page={{page}}&chanId=88&action=1\r\n游戏免费::/mm/all?style=1&page={{page}}&chanId=88&vip=0\r\n轻小说全::/mm/all?style=1&page={{page}}&chanId=87\r\n轻小说连::/mm/all?style=1&page={{page}}&chanId=87&action=0\r\n轻小说完::/mm/all?style=1&page={{page}}&chanId=87&action=1\r\n轻小说免::/mm/all?style=1&page={{page}}&chanId=87&vip=0\r\n现实生活::/mm/all?style=1&page={{page}}&chanId=30120\r\n出版全部::/all_pub?style=1&page={{page}}\r\n出版连载::/all_pub?style=1&page={{page}}&action=0\r\n出版完本::/all_pub?style=1&page={{page}}&action=1\r\n出版免费::/all_pub?style=1&page={{page}}&vip=0\r\n小说出版::/all_pub?style=1&page={{page}}&chanId=13100\r\n青春文学::/all_pub?style=1&page={{page}}&chanId=14300\r\n两性关系::/all_pub?style=1&page={{page}}&chanId=13700\r\n文学出版::/all_pub?style=1&page={{page}}&chanId=14100\r\n历史出版::/all_pub?style=1&page={{page}}&chanId=14400\r\n传记出版::/all_pub?style=1&page={{page}}&chanId=14500", "lastUpdateTime": 0, "loginUrl": "https://passport.qidian.com", "ruleBookInfo": { "coverUrl": "class.book-img@tag.img@src", "intro": "class.book-intro@tag.p@textNodes", "lastChapter": "class.detail.-1@class.blue@text", "tocUrl": "<js>\nvar id = baseUrl.match(/info\\/(\\d+)/)[1];\njava.put('id', id);\n'https://druid.if.qidian.com/argus/api/v1/chapterlist/chapterlist?bookId='+id;\n</js>" }, "ruleContent": { "content": "class.read-content@html", "imageStyle": "0" }, "ruleExplore": {}, "ruleSearch": { "author": "class.author@class.name.0@text||tag.a.2@text||tag.span@text", "bookList": "class.book-img-text@tag.li||class.book-list-wrap@class.book-list@tag.li", "bookUrl": "tag.a.1@href", "coverUrl": "tag.img.0@src", "intro": "class.intro@text", "kind": "class.author@tag.a!0@text||tag.a.0@text", "lastChapter": "class.update@tag.a@text##最新更新", "name": "tag.h4@tag.a@text||tag.a.1@text" }, "ruleToc": { "chapterList": ":\\{[^C]*C\":(\\d+).{29}([^\"]*)[^V]*V\":(\\d)[^\\}]*", "chapterName": "$3🔒$2@js:result.replace(/0🔒/, '').replace(/1🔒/, '🔒')", "chapterUrl": "https://vipreader.qidian.com/chapter/@get:{id}/$1" }, "searchUrl": "/search?kw={{key}}", "weight": 0 } ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > 1. 从起点上下载一本书 > 2. 按登录,进行登录操作 > 3. 登录操作完成后,从目录跳转到付费章节 > 4. 可以看到“文章内容为空” ### 日志提交(问题截图或者日志) > ![Screenshot_20210314-182401_阅读](https://user-images.githubusercontent.com/53572814/111065067-b0e9da80-84f2-11eb-81e5-369ddc81143d.png)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/895/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/895/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/894
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/894/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/894/comments
https://api.github.com/repos/gedoor/legado/issues/894/events
https://github.com/gedoor/legado/pull/894
830,776,892
MDExOlB1bGxSZXF1ZXN0NTkyMjY3ODc1
894
修了几个bug。ChapterProvider.kt和ContentTextView.kt是优化“画”标记大小的,感觉会有兼容性问题,这2个文件或者先不要合了。
{ "login": "hoodie13", "id": 74173949, "node_id": "MDQ6VXNlcjc0MTczOTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/74173949?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hoodie13", "html_url": "https://github.com/hoodie13", "followers_url": "https://api.github.com/users/hoodie13/followers", "following_url": "https://api.github.com/users/hoodie13/following{/other_user}", "gists_url": "https://api.github.com/users/hoodie13/gists{/gist_id}", "starred_url": "https://api.github.com/users/hoodie13/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/hoodie13/subscriptions", "organizations_url": "https://api.github.com/users/hoodie13/orgs", "repos_url": "https://api.github.com/users/hoodie13/repos", "events_url": "https://api.github.com/users/hoodie13/events{/privacy}", "received_events_url": "https://api.github.com/users/hoodie13/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-13T02:09:47"
"2021-03-13T14:02:07"
"2021-03-13T14:02:07"
NONE
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/894/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/894/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/894", "html_url": "https://github.com/gedoor/legado/pull/894", "diff_url": "https://github.com/gedoor/legado/pull/894.diff", "patch_url": "https://github.com/gedoor/legado/pull/894.patch", "merged_at": "2021-03-13T14:02:07" }
true
https://api.github.com/repos/gedoor/legado/issues/893
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/893/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/893/comments
https://api.github.com/repos/gedoor/legado/issues/893/events
https://github.com/gedoor/legado/pull/893
830,760,947
MDExOlB1bGxSZXF1ZXN0NTkyMjU0NzQ3
893
Update BookChapterList.kt
{ "login": "bushixuanqi", "id": 57338301, "node_id": "MDQ6VXNlcjU3MzM4MzAx", "avatar_url": "https://avatars.githubusercontent.com/u/57338301?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bushixuanqi", "html_url": "https://github.com/bushixuanqi", "followers_url": "https://api.github.com/users/bushixuanqi/followers", "following_url": "https://api.github.com/users/bushixuanqi/following{/other_user}", "gists_url": "https://api.github.com/users/bushixuanqi/gists{/gist_id}", "starred_url": "https://api.github.com/users/bushixuanqi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/bushixuanqi/subscriptions", "organizations_url": "https://api.github.com/users/bushixuanqi/orgs", "repos_url": "https://api.github.com/users/bushixuanqi/repos", "events_url": "https://api.github.com/users/bushixuanqi/events{/privacy}", "received_events_url": "https://api.github.com/users/bushixuanqi/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "这种只对目录只有一页的管用,目录有多页的,在目录里面用list.reverse()查询后,会出现类似“7、8、9、4、5、6、1、2、3”这样的目录状况。\r\n\r\n麻烦你在AnalyzeRule类里加上\r\n var userReverse: Boolean = false\r\n fun setReverse(){\r\n return userReverse=true\r\n }\r\n\r\n然后在webBook里面实例化AnalyzeRule出来再赋值,我Kotlin还只是看得懂的状态,刚才我没写完!!", "?" ]
"2021-03-13T00:55:58"
"2021-06-16T08:05:13"
"2021-03-13T01:51:30"
NONE
null
允许在js中自定义目录排序方式
{ "url": "https://api.github.com/repos/gedoor/legado/issues/893/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/893/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/893", "html_url": "https://github.com/gedoor/legado/pull/893", "diff_url": "https://github.com/gedoor/legado/pull/893.diff", "patch_url": "https://github.com/gedoor/legado/pull/893.patch", "merged_at": null }
true
https://api.github.com/repos/gedoor/legado/issues/892
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/892/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/892/comments
https://api.github.com/repos/gedoor/legado/issues/892/events
https://github.com/gedoor/legado/pull/892
830,759,704
MDExOlB1bGxSZXF1ZXN0NTkyMjUzNjg0
892
Update AnalyzeRule.kt
{ "login": "bushixuanqi", "id": 57338301, "node_id": "MDQ6VXNlcjU3MzM4MzAx", "avatar_url": "https://avatars.githubusercontent.com/u/57338301?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bushixuanqi", "html_url": "https://github.com/bushixuanqi", "followers_url": "https://api.github.com/users/bushixuanqi/followers", "following_url": "https://api.github.com/users/bushixuanqi/following{/other_user}", "gists_url": "https://api.github.com/users/bushixuanqi/gists{/gist_id}", "starred_url": "https://api.github.com/users/bushixuanqi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/bushixuanqi/subscriptions", "organizations_url": "https://api.github.com/users/bushixuanqi/orgs", "repos_url": "https://api.github.com/users/bushixuanqi/repos", "events_url": "https://api.github.com/users/bushixuanqi/events{/privacy}", "received_events_url": "https://api.github.com/users/bushixuanqi/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-13T00:50:57"
"2021-06-16T08:05:13"
"2021-03-13T01:14:55"
NONE
null
允许在js中自定义目录排序方式
{ "url": "https://api.github.com/repos/gedoor/legado/issues/892/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/892/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/892", "html_url": "https://github.com/gedoor/legado/pull/892", "diff_url": "https://github.com/gedoor/legado/pull/892.diff", "patch_url": "https://github.com/gedoor/legado/pull/892.patch", "merged_at": null }
true
https://api.github.com/repos/gedoor/legado/issues/891
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/891/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/891/comments
https://api.github.com/repos/gedoor/legado/issues/891/events
https://github.com/gedoor/legado/pull/891
830,415,411
MDExOlB1bGxSZXF1ZXN0NTkxOTI5NzM2
891
Update BookChapterList.kt
{ "login": "bushixuanqi", "id": 57338301, "node_id": "MDQ6VXNlcjU3MzM4MzAx", "avatar_url": "https://avatars.githubusercontent.com/u/57338301?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bushixuanqi", "html_url": "https://github.com/bushixuanqi", "followers_url": "https://api.github.com/users/bushixuanqi/followers", "following_url": "https://api.github.com/users/bushixuanqi/following{/other_user}", "gists_url": "https://api.github.com/users/bushixuanqi/gists{/gist_id}", "starred_url": "https://api.github.com/users/bushixuanqi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/bushixuanqi/subscriptions", "organizations_url": "https://api.github.com/users/bushixuanqi/orgs", "repos_url": "https://api.github.com/users/bushixuanqi/repos", "events_url": "https://api.github.com/users/bushixuanqi/events{/privacy}", "received_events_url": "https://api.github.com/users/bushixuanqi/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "?" ]
"2021-03-12T20:13:55"
"2021-06-16T08:04:00"
"2021-03-12T20:18:16"
NONE
null
用户设置目录逆向排序
{ "url": "https://api.github.com/repos/gedoor/legado/issues/891/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/891/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/891", "html_url": "https://github.com/gedoor/legado/pull/891", "diff_url": "https://github.com/gedoor/legado/pull/891.diff", "patch_url": "https://github.com/gedoor/legado/pull/891.patch", "merged_at": null }
true
https://api.github.com/repos/gedoor/legado/issues/890
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/890/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/890/comments
https://api.github.com/repos/gedoor/legado/issues/890/events
https://github.com/gedoor/legado/pull/890
830,415,200
MDExOlB1bGxSZXF1ZXN0NTkxOTI5NTYz
890
Update AnalyzeRule.kt
{ "login": "bushixuanqi", "id": 57338301, "node_id": "MDQ6VXNlcjU3MzM4MzAx", "avatar_url": "https://avatars.githubusercontent.com/u/57338301?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bushixuanqi", "html_url": "https://github.com/bushixuanqi", "followers_url": "https://api.github.com/users/bushixuanqi/followers", "following_url": "https://api.github.com/users/bushixuanqi/following{/other_user}", "gists_url": "https://api.github.com/users/bushixuanqi/gists{/gist_id}", "starred_url": "https://api.github.com/users/bushixuanqi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/bushixuanqi/subscriptions", "organizations_url": "https://api.github.com/users/bushixuanqi/orgs", "repos_url": "https://api.github.com/users/bushixuanqi/repos", "events_url": "https://api.github.com/users/bushixuanqi/events{/privacy}", "received_events_url": "https://api.github.com/users/bushixuanqi/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "?" ]
"2021-03-12T20:13:39"
"2021-06-16T08:03:58"
"2021-03-12T20:17:47"
NONE
null
用户设置目录逆向排序
{ "url": "https://api.github.com/repos/gedoor/legado/issues/890/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/890/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/890", "html_url": "https://github.com/gedoor/legado/pull/890", "diff_url": "https://github.com/gedoor/legado/pull/890.diff", "patch_url": "https://github.com/gedoor/legado/pull/890.patch", "merged_at": null }
true
https://api.github.com/repos/gedoor/legado/issues/889
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/889/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/889/comments
https://api.github.com/repos/gedoor/legado/issues/889/events
https://github.com/gedoor/legado/pull/889
830,315,956
MDExOlB1bGxSZXF1ZXN0NTkxODQ2NzI5
889
修复缺陷:1.自定义分行显示图片text异常;2.自定义分行多出一行空行问题
{ "login": "hoodie13", "id": 74173949, "node_id": "MDQ6VXNlcjc0MTczOTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/74173949?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hoodie13", "html_url": "https://github.com/hoodie13", "followers_url": "https://api.github.com/users/hoodie13/followers", "following_url": "https://api.github.com/users/hoodie13/following{/other_user}", "gists_url": "https://api.github.com/users/hoodie13/gists{/gist_id}", "starred_url": "https://api.github.com/users/hoodie13/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/hoodie13/subscriptions", "organizations_url": "https://api.github.com/users/hoodie13/orgs", "repos_url": "https://api.github.com/users/hoodie13/repos", "events_url": "https://api.github.com/users/hoodie13/events{/privacy}", "received_events_url": "https://api.github.com/users/hoodie13/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "替换🖼的处理不太好。再看看排版怎么支持length=2。" ]
"2021-03-12T17:27:02"
"2021-03-13T00:04:55"
"2021-03-13T00:04:55"
NONE
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/889/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/889/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/889", "html_url": "https://github.com/gedoor/legado/pull/889", "diff_url": "https://github.com/gedoor/legado/pull/889.diff", "patch_url": "https://github.com/gedoor/legado/pull/889.patch", "merged_at": null }
true
https://api.github.com/repos/gedoor/legado/issues/887
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/887/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/887/comments
https://api.github.com/repos/gedoor/legado/issues/887/events
https://github.com/gedoor/legado/issues/887
829,782,937
MDU6SXNzdWU4Mjk3ODI5Mzc=
887
求数据库字段不要和特定平台关联,方便做iOS版本
{ "login": "kaich", "id": 5013020, "node_id": "MDQ6VXNlcjUwMTMwMjA=", "avatar_url": "https://avatars.githubusercontent.com/u/5013020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kaich", "html_url": "https://github.com/kaich", "followers_url": "https://api.github.com/users/kaich/followers", "following_url": "https://api.github.com/users/kaich/following{/other_user}", "gists_url": "https://api.github.com/users/kaich/gists{/gist_id}", "starred_url": "https://api.github.com/users/kaich/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kaich/subscriptions", "organizations_url": "https://api.github.com/users/kaich/orgs", "repos_url": "https://api.github.com/users/kaich/repos", "events_url": "https://api.github.com/users/kaich/events{/privacy}", "received_events_url": "https://api.github.com/users/kaich/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "好的,这个是为了分辨不同设备用的,我看看改成deviceId", "@gedoor 非常感谢!" ]
"2021-03-12T05:52:44"
"2021-03-16T01:26:12"
"2021-03-16T01:26:12"
NONE
null
求数据库字段不要和特定平台关联,方便做iOS版本 例如 `ReadRecord ` 表有 `androidId`字段。 请求不要设置这种带明显安卓含义的字段。方便兼容。 另外: 如果我没有理解错误。 `ReadRecord`表的 `androidId`字段,没什么用处。 一般个人阅读记录,作为统计数据用的,手机型号、手机名称等信息做为区分就够了,完全没有必要录入有可能发生变化的androidId。 希望收到回复,谢谢。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/887/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/887/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/886
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/886/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/886/comments
https://api.github.com/repos/gedoor/legado/issues/886/events
https://github.com/gedoor/legado/issues/886
827,205,249
MDU6SXNzdWU4MjcyMDUyNDk=
886
针对中文的断行排版处理是啥意思?
{ "login": "iseeyo", "id": 7778828, "node_id": "MDQ6VXNlcjc3Nzg4Mjg=", "avatar_url": "https://avatars.githubusercontent.com/u/7778828?v=4", "gravatar_id": "", "url": "https://api.github.com/users/iseeyo", "html_url": "https://github.com/iseeyo", "followers_url": "https://api.github.com/users/iseeyo/followers", "following_url": "https://api.github.com/users/iseeyo/following{/other_user}", "gists_url": "https://api.github.com/users/iseeyo/gists{/gist_id}", "starred_url": "https://api.github.com/users/iseeyo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/iseeyo/subscriptions", "organizations_url": "https://api.github.com/users/iseeyo/orgs", "repos_url": "https://api.github.com/users/iseeyo/repos", "events_url": "https://api.github.com/users/iseeyo/events{/privacy}", "received_events_url": "https://api.github.com/users/iseeyo/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[ "排版为了迁就标点不放在行首和行尾,会导致字符拉很大。开这个能减少字符间距,给强迫症用的。。。" ]
"2021-03-10T06:30:49"
"2021-06-10T10:30:53"
"2021-06-10T10:30:53"
NONE
null
小说不都是中文吗,断行又是啥意思呢,有没有小哥哥小姐姐能解释下这个功能是什么意思呢。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/886/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/886/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/885
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/885/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/885/comments
https://api.github.com/repos/gedoor/legado/issues/885/events
https://github.com/gedoor/legado/pull/885
825,663,902
MDExOlB1bGxSZXF1ZXN0NTg3NzM1NjM0
885
更新
{ "login": "guibiaoguo", "id": 4557446, "node_id": "MDQ6VXNlcjQ1NTc0NDY=", "avatar_url": "https://avatars.githubusercontent.com/u/4557446?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guibiaoguo", "html_url": "https://github.com/guibiaoguo", "followers_url": "https://api.github.com/users/guibiaoguo/followers", "following_url": "https://api.github.com/users/guibiaoguo/following{/other_user}", "gists_url": "https://api.github.com/users/guibiaoguo/gists{/gist_id}", "starred_url": "https://api.github.com/users/guibiaoguo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guibiaoguo/subscriptions", "organizations_url": "https://api.github.com/users/guibiaoguo/orgs", "repos_url": "https://api.github.com/users/guibiaoguo/repos", "events_url": "https://api.github.com/users/guibiaoguo/events{/privacy}", "received_events_url": "https://api.github.com/users/guibiaoguo/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-09T10:10:25"
"2021-03-09T23:59:03"
"2021-03-09T23:59:03"
NONE
null
更新
{ "url": "https://api.github.com/repos/gedoor/legado/issues/885/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/885/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/885", "html_url": "https://github.com/gedoor/legado/pull/885", "diff_url": "https://github.com/gedoor/legado/pull/885.diff", "patch_url": "https://github.com/gedoor/legado/pull/885.patch", "merged_at": null }
true
https://api.github.com/repos/gedoor/legado/issues/884
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/884/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/884/comments
https://api.github.com/repos/gedoor/legado/issues/884/events
https://github.com/gedoor/legado/issues/884
823,636,307
MDU6SXNzdWU4MjM2MzYzMDc=
884
[Feature Request] epub分章节解析,整本epub解析下来再分页显示耗时比较长。
{ "login": "YumikoAzu", "id": 13196251, "node_id": "MDQ6VXNlcjEzMTk2MjUx", "avatar_url": "https://avatars.githubusercontent.com/u/13196251?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YumikoAzu", "html_url": "https://github.com/YumikoAzu", "followers_url": "https://api.github.com/users/YumikoAzu/followers", "following_url": "https://api.github.com/users/YumikoAzu/following{/other_user}", "gists_url": "https://api.github.com/users/YumikoAzu/gists{/gist_id}", "starred_url": "https://api.github.com/users/YumikoAzu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YumikoAzu/subscriptions", "organizations_url": "https://api.github.com/users/YumikoAzu/orgs", "repos_url": "https://api.github.com/users/YumikoAzu/repos", "events_url": "https://api.github.com/users/YumikoAzu/events{/privacy}", "received_events_url": "https://api.github.com/users/YumikoAzu/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "只会加载全书的目录吧,获取章节只获取当前章和前后章的。\r\n不过我发现有些书加载目录也要几S时间。要看看啥原因。", "> 只会加载全书的目录吧,获取章节只获取当前章和前后章的。\r\n> 不过我发现有些书加载目录也要几S时间。要看看啥原因。\r\n要是那个章节字数比较多(差不多十万字以上吧)加载挺慢,可以改成跟多看阅读那样(分页的时候先分几页出来让用户看到,然后在后台继续分页)。\r\n\r\n", "新版已修复,epub基本秒开。" ]
"2021-03-06T12:24:47"
"2021-06-10T10:31:08"
"2021-06-10T10:31:08"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 原先的加载策略是:解析完所有章节(xhtml)后再进行显示(EPub格式的书籍里每一章对应一个xhtml页面) 修改目标为:先只解析用户上次阅读所在的章节,快速打开显示,随后在后台进行全部章节的加载 ### 期望实现方式(阅读应该如何实现该功能) > ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/884/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/884/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/883
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/883/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/883/comments
https://api.github.com/repos/gedoor/legado/issues/883/events
https://github.com/gedoor/legado/pull/883
823,621,734
MDExOlB1bGxSZXF1ZXN0NTg2MDQzMjc1
883
1.修复漫画崩溃问题;2.修复书签溢出屏幕问题;3.epub书籍增加本地cache,加速加载速度
{ "login": "hoodie13", "id": 74173949, "node_id": "MDQ6VXNlcjc0MTczOTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/74173949?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hoodie13", "html_url": "https://github.com/hoodie13", "followers_url": "https://api.github.com/users/hoodie13/followers", "following_url": "https://api.github.com/users/hoodie13/following{/other_user}", "gists_url": "https://api.github.com/users/hoodie13/gists{/gist_id}", "starred_url": "https://api.github.com/users/hoodie13/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/hoodie13/subscriptions", "organizations_url": "https://api.github.com/users/hoodie13/orgs", "repos_url": "https://api.github.com/users/hoodie13/repos", "events_url": "https://api.github.com/users/hoodie13/events{/privacy}", "received_events_url": "https://api.github.com/users/hoodie13/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-06T11:05:19"
"2021-03-06T14:42:25"
"2021-03-06T14:42:25"
NONE
null
1.问题1是图片cache没保护好,看漫画切目录切书籍很容易signal 11崩溃,建议合并。 2.问题2不知道是不是我手机的问题,书签内容显示过多时按钮会溢出屏幕无法按,修改为锁定内容行数。看看要不要合并。 3.问题3主要是一些epub书籍加载速度很慢(比如一个html文件有N个章节)。章节内容解析后存在本地,可以加速2次打开速度。看看要不要合并。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/883/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/883/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/883", "html_url": "https://github.com/gedoor/legado/pull/883", "diff_url": "https://github.com/gedoor/legado/pull/883.diff", "patch_url": "https://github.com/gedoor/legado/pull/883.patch", "merged_at": "2021-03-06T14:42:25" }
true
https://api.github.com/repos/gedoor/legado/issues/882
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/882/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/882/comments
https://api.github.com/repos/gedoor/legado/issues/882/events
https://github.com/gedoor/legado/issues/882
821,631,195
MDU6SXNzdWU4MjE2MzExOTU=
882
[Feature Request] 关于精确搜索
{ "login": "zmn001125", "id": 52020688, "node_id": "MDQ6VXNlcjUyMDIwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/52020688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zmn001125", "html_url": "https://github.com/zmn001125", "followers_url": "https://api.github.com/users/zmn001125/followers", "following_url": "https://api.github.com/users/zmn001125/following{/other_user}", "gists_url": "https://api.github.com/users/zmn001125/gists{/gist_id}", "starred_url": "https://api.github.com/users/zmn001125/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zmn001125/subscriptions", "organizations_url": "https://api.github.com/users/zmn001125/orgs", "repos_url": "https://api.github.com/users/zmn001125/repos", "events_url": "https://api.github.com/users/zmn001125/events{/privacy}", "received_events_url": "https://api.github.com/users/zmn001125/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" } ]
closed
false
null
[]
null
[ "好的", "最新版已优化该功能,如有问题可重新开issues,感谢支持" ]
"2021-03-04T00:22:23"
"2021-06-10T10:32:49"
"2021-06-10T10:32:49"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 目前的精确搜索太过精确,如要搜索的书名为《xxxx》,只会搜出为xxxx的书,不会出现xxxx[重生]这种带后缀的,导致部分书籍无法搜出。 ### 期望实现方式(阅读应该如何实现该功能) > 如要保存该方式的搜索方法,希望再增添一个部分匹配的搜索方法,实现只要包含搜索关键词就显示【之前的阅读版本是这样】 ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/882/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/882/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/881
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/881/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/881/comments
https://api.github.com/repos/gedoor/legado/issues/881/events
https://github.com/gedoor/legado/issues/881
820,898,704
MDU6SXNzdWU4MjA4OTg3MDQ=
881
[Feature Request] 能否增加每天阅读章节数量限制?
{ "login": "flyisland", "id": 547085, "node_id": "MDQ6VXNlcjU0NzA4NQ==", "avatar_url": "https://avatars.githubusercontent.com/u/547085?v=4", "gravatar_id": "", "url": "https://api.github.com/users/flyisland", "html_url": "https://github.com/flyisland", "followers_url": "https://api.github.com/users/flyisland/followers", "following_url": "https://api.github.com/users/flyisland/following{/other_user}", "gists_url": "https://api.github.com/users/flyisland/gists{/gist_id}", "starred_url": "https://api.github.com/users/flyisland/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/flyisland/subscriptions", "organizations_url": "https://api.github.com/users/flyisland/orgs", "repos_url": "https://api.github.com/users/flyisland/repos", "events_url": "https://api.github.com/users/flyisland/events{/privacy}", "received_events_url": "https://api.github.com/users/flyisland/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 2527776325, "node_id": "MDU6TGFiZWwyNTI3Nzc2MzI1", "url": "https://api.github.com/repos/gedoor/legado/labels/%E5%86%B7%E9%97%A8", "name": "冷门", "color": "6d7dce", "default": false, "description": "F3.这个需求面向的用户很少" } ]
closed
false
null
[]
null
[ "这个需求有什么意义吗?只会增加软件的复杂度。\r\n这个限制加在自己内心即可。" ]
"2021-03-03T08:58:28"
"2021-05-18T18:44:32"
"2021-05-18T18:44:32"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 例如设置每本书每天阅读章节数量为10,那么当天阅读章节10章后,则无法再打开这本书。可以全局设置,也可以每本书单独设置。
{ "url": "https://api.github.com/repos/gedoor/legado/issues/881/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/881/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/880
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/880/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/880/comments
https://api.github.com/repos/gedoor/legado/issues/880/events
https://github.com/gedoor/legado/issues/880
819,618,171
MDU6SXNzdWU4MTk2MTgxNzE=
880
[Feature Request] 阅读排版增加竖排
{ "login": "akschy", "id": 44605406, "node_id": "MDQ6VXNlcjQ0NjA1NDA2", "avatar_url": "https://avatars.githubusercontent.com/u/44605406?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akschy", "html_url": "https://github.com/akschy", "followers_url": "https://api.github.com/users/akschy/followers", "following_url": "https://api.github.com/users/akschy/following{/other_user}", "gists_url": "https://api.github.com/users/akschy/gists{/gist_id}", "starred_url": "https://api.github.com/users/akschy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akschy/subscriptions", "organizations_url": "https://api.github.com/users/akschy/orgs", "repos_url": "https://api.github.com/users/akschy/repos", "events_url": "https://api.github.com/users/akschy/events{/privacy}", "received_events_url": "https://api.github.com/users/akschy/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "我这里只是提供了一个设置的排版,实际上我没有专门去做文字竖排的效果。竖排主要想在看古典文学的时候能够看的仔细一些。", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-03-02T05:00:44"
"2022-05-26T02:34:52"
"2022-03-28T02:05:21"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) > 阅读界面设置增加排版方向,可以选择竖向、横向,从左向右、从右向左,保持现有的翻页动画(覆盖、滑动、仿真、滚动、无动画) ### 期望实现方式(阅读应该如何实现该功能) > 界面设置中增加单独排版设置,将字号、字距、行距、段距以及排版方向、阅读方向统一放入。颜色和排版分离,增加“预设”栏。替代原来的“文字颜色和背景(长按自定义)” ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >这是我自己设计的一版 ![image](https://user-images.githubusercontent.com/44605406/109599897-0d461500-7b57-11eb-9bd2-bbc1e19eff23.png)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/880/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/880/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/879
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/879/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/879/comments
https://api.github.com/repos/gedoor/legado/issues/879/events
https://github.com/gedoor/legado/issues/879
819,612,095
MDU6SXNzdWU4MTk2MTIwOTU=
879
[BUG] 息屏听书自动亮屏
{ "login": "ef6", "id": 17763501, "node_id": "MDQ6VXNlcjE3NzYzNTAx", "avatar_url": "https://avatars.githubusercontent.com/u/17763501?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ef6", "html_url": "https://github.com/ef6", "followers_url": "https://api.github.com/users/ef6/followers", "following_url": "https://api.github.com/users/ef6/following{/other_user}", "gists_url": "https://api.github.com/users/ef6/gists{/gist_id}", "starred_url": "https://api.github.com/users/ef6/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ef6/subscriptions", "organizations_url": "https://api.github.com/users/ef6/orgs", "repos_url": "https://api.github.com/users/ef6/repos", "events_url": "https://api.github.com/users/ef6/events{/privacy}", "received_events_url": "https://api.github.com/users/ef6/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "换成在线朗读引擎后没有复现这个问题。\r\n\r\n大概率锁定是系统语音引擎的问题了。\r\n![Screenshot_2021-03-02-16-37-02-778_com absinthe libchecker](https://user-images.githubusercontent.com/17763501/109621137-4ef7a100-7b00-11eb-9d94-d4136d2bf166.jpg)\r\n", "回退到小爱引擎1.2.2版本后修复此问题" ]
"2021-03-02T04:50:18"
"2021-03-03T04:00:24"
"2021-03-03T04:00:24"
NONE
null
### 机型(如Redmi K30 Pro) > Redmi K30 Pro ### 安卓版本(如Android 7.1.1) > 安卓11(miui12.5) ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) > 3.21.022720 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) > ### 问题描述(简要描述发生的问题) > 息屏听书自动亮屏,间隔时间大约为息屏后10-15秒 ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > 打开听书,然后息屏 ### 日志提交(问题截图或者日志) > ![Screenshot_2021-03-02-12-42-26-642_com coolapk market](https://user-images.githubusercontent.com/17763501/109599001-10ea8500-7ae0-11eb-9337-90e593c440b5.jpg)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/879/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/879/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/878
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/878/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/878/comments
https://api.github.com/repos/gedoor/legado/issues/878/events
https://github.com/gedoor/legado/pull/878
819,173,536
MDExOlB1bGxSZXF1ZXN0NTgyMzE2NTYw
878
Update zh-TW translation
{ "login": "david082321", "id": 7046617, "node_id": "MDQ6VXNlcjcwNDY2MTc=", "avatar_url": "https://avatars.githubusercontent.com/u/7046617?v=4", "gravatar_id": "", "url": "https://api.github.com/users/david082321", "html_url": "https://github.com/david082321", "followers_url": "https://api.github.com/users/david082321/followers", "following_url": "https://api.github.com/users/david082321/following{/other_user}", "gists_url": "https://api.github.com/users/david082321/gists{/gist_id}", "starred_url": "https://api.github.com/users/david082321/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/david082321/subscriptions", "organizations_url": "https://api.github.com/users/david082321/orgs", "repos_url": "https://api.github.com/users/david082321/repos", "events_url": "https://api.github.com/users/david082321/events{/privacy}", "received_events_url": "https://api.github.com/users/david082321/received_events", "type": "User", "site_admin": false }
[]
closed
false
null
[]
null
[]
"2021-03-01T19:21:43"
"2021-03-02T03:46:27"
"2021-03-02T03:46:27"
CONTRIBUTOR
null
{ "url": "https://api.github.com/repos/gedoor/legado/issues/878/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/878/timeline
null
null
false
{ "url": "https://api.github.com/repos/gedoor/legado/pulls/878", "html_url": "https://github.com/gedoor/legado/pull/878", "diff_url": "https://github.com/gedoor/legado/pull/878.diff", "patch_url": "https://github.com/gedoor/legado/pull/878.patch", "merged_at": "2021-03-02T03:46:27" }
true
https://api.github.com/repos/gedoor/legado/issues/877
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/877/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/877/comments
https://api.github.com/repos/gedoor/legado/issues/877/events
https://github.com/gedoor/legado/issues/877
818,472,281
MDU6SXNzdWU4MTg0NzIyODE=
877
[Feature Request] webdav备份只保留一定时间内的备份文件,清除过期备份
{ "login": "zhongfly", "id": 11155705, "node_id": "MDQ6VXNlcjExMTU1NzA1", "avatar_url": "https://avatars.githubusercontent.com/u/11155705?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhongfly", "html_url": "https://github.com/zhongfly", "followers_url": "https://api.github.com/users/zhongfly/followers", "following_url": "https://api.github.com/users/zhongfly/following{/other_user}", "gists_url": "https://api.github.com/users/zhongfly/gists{/gist_id}", "starred_url": "https://api.github.com/users/zhongfly/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zhongfly/subscriptions", "organizations_url": "https://api.github.com/users/zhongfly/orgs", "repos_url": "https://api.github.com/users/zhongfly/repos", "events_url": "https://api.github.com/users/zhongfly/events{/privacy}", "received_events_url": "https://api.github.com/users/zhongfly/received_events", "type": "User", "site_admin": false }
[ { "id": 2527770654, "node_id": "MDU6TGFiZWwyNTI3NzcwNjU0", "url": "https://api.github.com/repos/gedoor/legado/labels/%E9%9C%80%E6%B1%82", "name": "需求", "color": "006b75", "default": false, "description": "F.用户提出的功能意见" }, { "id": 3895981457, "node_id": "LA_kwDOCzQSM87oN_WR", "url": "https://api.github.com/repos/gedoor/legado/labels/Stale", "name": "Stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "这个功能挺好的。我的webDav也是定期清理一次。建议不按照时间清理,而是只保留最近20个记录。这样是不是合理点。", "> 这个功能挺好的。我的webDav也是定期清理一次。建议不按照时间清理,而是只保留最近20个记录。这样是不是合理点。\r\n\r\n是一回事,备份是每天只有一个记录。你从来没注意过备份文件名吧?", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。", "依旧缺失此类功能…", "由于长期没有状态更新,该问题将于5天后自动关闭。如有需要可重新打开。" ]
"2021-03-01T05:20:27"
"2022-04-23T03:20:30"
"2022-04-23T03:20:30"
NONE
null
### 功能描述(请清晰的、详细的描述你想要的功能) 目前每天都会生成一个备份文件保存在webdav上,长久来看会使得备份数量越来越多,并且时间久远的备份通常来说也不会再用于恢复(个人看法)。 因此希望能够只保留一段时间内的备份,并删除之前的过期备份 ### 期望实现方式(阅读应该如何实现该功能) > 增加备份保留的时间期限,如一周/一个月/三个月/永久等选项
{ "url": "https://api.github.com/repos/gedoor/legado/issues/877/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/877/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/876
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/876/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/876/comments
https://api.github.com/repos/gedoor/legado/issues/876/events
https://github.com/gedoor/legado/issues/876
818,252,285
MDU6SXNzdWU4MTgyNTIyODU=
876
[BUG] 播放音频后,手势返回,自动停止播放
{ "login": "baizhi1989", "id": 10275590, "node_id": "MDQ6VXNlcjEwMjc1NTkw", "avatar_url": "https://avatars.githubusercontent.com/u/10275590?v=4", "gravatar_id": "", "url": "https://api.github.com/users/baizhi1989", "html_url": "https://github.com/baizhi1989", "followers_url": "https://api.github.com/users/baizhi1989/followers", "following_url": "https://api.github.com/users/baizhi1989/following{/other_user}", "gists_url": "https://api.github.com/users/baizhi1989/gists{/gist_id}", "starred_url": "https://api.github.com/users/baizhi1989/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/baizhi1989/subscriptions", "organizations_url": "https://api.github.com/users/baizhi1989/orgs", "repos_url": "https://api.github.com/users/baizhi1989/repos", "events_url": "https://api.github.com/users/baizhi1989/events{/privacy}", "received_events_url": "https://api.github.com/users/baizhi1989/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "这个不能算是bug吧,朗读的时候在阅读内点击`后台`的图标才可以退回书架并保持朗读,最多只能算是操作逻辑需要优化 \r\n![Screenshot](https://user-images.githubusercontent.com/41824074/109762930-51571980-7c2c-11eb-93c5-59aa11df2907.jpg)\r\n\r\n" ]
"2021-02-28T16:56:33"
"2021-03-03T13:43:56"
"2021-03-03T13:43:56"
NONE
null
### 机型(如Redmi K30 Pro) > ### 安卓版本(如Android 7.1.1) >一加5T 9.0.9 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) >3.21.022720 ### 网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..) >电信 ### 问题描述(简要描述发生的问题) > ### 使用书源(填写URL或者JSON) > ```json ``` ### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现) > ### 日志提交(问题截图或者日志) >
{ "url": "https://api.github.com/repos/gedoor/legado/issues/876/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/876/timeline
null
completed
null
null
false
https://api.github.com/repos/gedoor/legado/issues/874
https://api.github.com/repos/gedoor/legado
https://api.github.com/repos/gedoor/legado/issues/874/labels{/name}
https://api.github.com/repos/gedoor/legado/issues/874/comments
https://api.github.com/repos/gedoor/legado/issues/874/events
https://github.com/gedoor/legado/issues/874
817,913,304
MDU6SXNzdWU4MTc5MTMzMDQ=
874
[BUG] 文字显示错误“猛”显示为“勐”
{ "login": "fhwhite", "id": 47919090, "node_id": "MDQ6VXNlcjQ3OTE5MDkw", "avatar_url": "https://avatars.githubusercontent.com/u/47919090?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fhwhite", "html_url": "https://github.com/fhwhite", "followers_url": "https://api.github.com/users/fhwhite/followers", "following_url": "https://api.github.com/users/fhwhite/following{/other_user}", "gists_url": "https://api.github.com/users/fhwhite/gists{/gist_id}", "starred_url": "https://api.github.com/users/fhwhite/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fhwhite/subscriptions", "organizations_url": "https://api.github.com/users/fhwhite/orgs", "repos_url": "https://api.github.com/users/fhwhite/repos", "events_url": "https://api.github.com/users/fhwhite/events{/privacy}", "received_events_url": "https://api.github.com/users/fhwhite/received_events", "type": "User", "site_admin": false }
[ { "id": 2527747384, "node_id": "MDU6TGFiZWwyNTI3NzQ3Mzg0", "url": "https://api.github.com/repos/gedoor/legado/labels/BUG", "name": "BUG", "color": "d93f0b", "default": false, "description": "B.软件未按预期的功能运行" } ]
closed
false
null
[]
null
[ "你是不是开了简繁转换?\r\n开 2021/02/27, 星期六 20:39:58, fhwhite <notifications@github.com> 写到:\r\n机型(如Redmi K30 Pro)\r\n雷电模拟器和荣耀9\r\n阅读Legdao版本(我的-关于-版本,如3.20.112220)\r\nlegado_app_3.21.022715最新版和以前的版本\r\n问题描述(简要描述发生的问题)\r\n“猛”字显示为“勐”,无论是手机还是模拟器都一样,以前发现过,但因为是书源,以为网站本身的问题,今天看手机本地txt也这样,刚刚用模拟器试了一下,同样问题,已经关闭净化规则(曾试过把“勐”替换为“猛”,还是显示勐)\r\n日志提交(问题截图或者日志)\r\n[无标题] [https://user-images.githubusercontent.com/47919090/109387253-3f7b2b00-793b-11eb-94b2-2c53729c3039.png]\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub [https://github.com/gedoor/legado/issues/874], or unsubscribe [https://github.com/notifications/unsubscribe-auth/ACCIK5E47PPCCHH7HMQ4IRTTBDRZZANCNFSM4YJ446ZQ].", "没有啊,图中是我手动新建的txt文本,还是显示错误", "以为是字体问题,换成系统内置字体也一样", "等等。。。简繁体转换。。我找找", "。。。。。这个问题能删除吗。。。太丢人了" ]
"2021-02-27T12:39:44"
"2021-02-27T12:46:10"
"2021-02-27T12:46:10"
NONE
null
### 机型(如Redmi K30 Pro) >雷电模拟器和荣耀9 ### 阅读Legdao版本(我的-关于-版本,如3.20.112220) >legado_app_3.21.022715最新版和以前的版本 ### 问题描述(简要描述发生的问题) >“猛”字显示为“勐”,无论是手机还是模拟器都一样,以前发现过,但因为是书源,以为网站本身的问题,今天看手机本地txt也这样,刚刚用模拟器试了一下,同样问题,已经关闭净化规则(曾试过把“勐”替换为“猛”,还是显示勐) ### 日志提交(问题截图或者日志) > ![无标题](https://user-images.githubusercontent.com/47919090/109387253-3f7b2b00-793b-11eb-94b2-2c53729c3039.png)
{ "url": "https://api.github.com/repos/gedoor/legado/issues/874/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/gedoor/legado/issues/874/timeline
null
completed
null
null
false