Merge pull request #1052 from bushixuanqi/patch-28

Update AppConst.kt
pull/1059/head
kunfei 3 years ago committed by GitHub
commit 297981fd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/io/legado/app/constant/AppConst.kt

@ -40,7 +40,7 @@ object AppConst {
arrayListOf( arrayListOf(
"", "@css:", "<js></js>", "{{}}", "&&", "%%", "||", "//", "$.", "@", "", "@css:", "<js></js>", "{{}}", "&&", "%%", "||", "//", "$.", "@",
"\\", ":", "class", "id", "href", "textNodes", "ownText", "all", "html", "\\", ":", "class", "id", "href", "textNodes", "ownText", "all", "html",
"[", "]", "<", ">", "#", "!", ".", "+", "-", "*", "=" "[", "]", "<", ">", "##", "!", ".", "+", "-", "*", "=",",{\"webView\":true}"
) )
} }

Loading…
Cancel
Save