pull/1090/head
gedoor 3 years ago
parent b2ef18b5a9
commit 740b5dfe55
  1. 2
      app/src/main/java/io/legado/app/constant/AppConst.kt

@ -38,7 +38,7 @@ object AppConst {
val keyboardToolChars: List<String> by lazy { val keyboardToolChars: List<String> by lazy {
arrayListOf( arrayListOf(
"", "@css:", "<js></js>", "{{}}", "##", "&&", "%%", "||", "//", "$.", "", "@css:", "<js></js>", "{{}}", "##", "&&", "%%", "||", "//", "\\", "$.",
"@", ":", "class", "text", "href", "textNodes", "ownText", "all", "html", "@", ":", "class", "text", "href", "textNodes", "ownText", "all", "html",
"[", "]", "<", ">", "#", "!", ".", "+", "-", "*", "=", "{'webView': true}" "[", "]", "<", ">", "#", "!", ".", "+", "-", "*", "=", "{'webView': true}"
) )

Loading…
Cancel
Save