mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
* 多页目录和正文添加并发访问限制
|
||||
* 阅读界面点击区域支持更多选项,中间区域也可设置
|
||||
* 朗读服务和音频服务添加唤醒锁配置
|
||||
* 发现不采用详情页url正则
|
||||
|
||||
**2022/10/22**
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ object BookList {
|
||||
val analyzeRule = AnalyzeRule(ruleData, bookSource)
|
||||
analyzeRule.setContent(body).setBaseUrl(baseUrl)
|
||||
analyzeRule.setRedirectUrl(baseUrl)
|
||||
bookSource.bookUrlPattern?.let {
|
||||
if (isSearch) bookSource.bookUrlPattern?.let {
|
||||
coroutineContext.ensureActive()
|
||||
if (baseUrl.matches(it.toRegex())) {
|
||||
Debug.log(bookSource.bookSourceUrl, "≡链接为详情页")
|
||||
|
||||
Reference in New Issue
Block a user