|
|
@ -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}" |
|
|
|
) |
|
|
|
) |
|
|
|