pull/35/head
kunfei 5 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 {
arrayListOf(
"@", "&", "|", "%", "/", ":", "[", "]", "{", "}", "<", ">",
"\\", "$", "#", "!", ".", "href", "src", "textNodes", "xpath",
"json", "css", "id", "class", "tag"
"@", "&", "|", "%", "/", ":", "[", "]", "{", "}", "<", ">", "\\", "$", "#", "!", ".",
"href", "src", "textNodes", "xpath", "json", "css", "id", "class", "tag"
)
}

Loading…
Cancel
Save