Merge branch 'gedoor:master' into master

pull/1118/head
bushixuanqi 3 years ago committed by GitHub
commit 31be81239b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/src/main/assets/updateLog.md
  2. 2
      app/src/main/java/io/legado/app/model/analyzeRule/AnalyzeByJSoup.kt

@ -14,6 +14,7 @@
* 禁止在js里通过geClass反射
* 禁止在js里创建File对象
* 禁止在js里获取Packages scope
2. 优化并修复bug
**2021/07/10**
1. 阅读界面长按菜单改回原来样式

@ -245,7 +245,7 @@ class AnalyzeByJSoup(doc: Any) {
val url = element.attr(lastRule)
if(url.isEmpty() || textS.contains(url)) break
if (url.isBlank() || textS.contains(url)) continue
textS.add(url)
}

Loading…
Cancel
Save