mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -2,7 +2,7 @@ package io.legado.app.help
|
||||
|
||||
// 补全时忽略匹配规则
|
||||
val completeIgnore =
|
||||
Regex("""\\n|##|@js:|<js>|@Json:|\$.|(text|ownText|textNodes|href|content|html|alt|all|value|src)(\(\)|##.*)?\s*$""")
|
||||
Regex("""\\n|##|@js:|<js>|@Json:|\$.|(attr|text|ownText|textNodes|href|content|html|alt|all|value|src)(\(\)|##.*)?\s*$""")
|
||||
|
||||
// 补全时忽略匹配的规则(仅对详情页预处理规则生效)
|
||||
val completeIgnorePreRule = Regex("""^:|##|@js:|<js>|@Json:|\$.""")
|
||||
|
||||
Reference in New Issue
Block a user