Update AppConst.kt

添加动态链接指令快捷输入
pull/1052/head
bushixuanqi 3 years ago committed by GitHub
parent da3fb420f2
commit 5eeeb2ae8b
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(
"", "@css:", "<js></js>", "{{}}", "&&", "%%", "||", "//", "$.", "@",
"\\", ":", "class", "id", "href", "textNodes", "ownText", "all", "html",
"[", "]", "<", ">", "#", "!", ".", "+", "-", "*", "="
"[", "]", "<", ">", "##", "!", ".", "+", "-", "*", "=",",{\"webView\":true}"
)
}

Loading…
Cancel
Save