pull/35/head
kunfei 6 years ago
parent a58bbfbfce
commit 9414f5e82a
  1. 5
      app/src/main/java/io/legado/app/constant/AppConst.kt

@ -33,9 +33,8 @@ object AppConst {
val keyboardToolChars: List<String> by lazy { val keyboardToolChars: List<String> by lazy {
arrayListOf( arrayListOf(
"@", "&", "|", "%", "/", ":", "[", "]", "{", "}", "<", ">", "@", "&", "|", "%", "/", ":", "[", "]", "{", "}", "<", ">", "\\", "$", "#", "!", ".",
"\\", "$", "#", "!", ".", "href", "src", "textNodes", "xpath", "href", "src", "textNodes", "xpath", "json", "css", "id", "class", "tag"
"json", "css", "id", "class", "tag"
) )
} }

Loading…
Cancel
Save