mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
Some checks are pending
Test Build / prepare (push) Waiting to run
Test Build / build (app, release) (push) Blocked by required conditions
Test Build / build (app, releaseA) (push) Blocked by required conditions
Test Build / prerelease (push) Blocked by required conditions
Test Build / lanzou (push) Blocked by required conditions
Test Build / test_Branch (push) Blocked by required conditions
Test Build / telegram (push) Blocked by required conditions
Some checks are pending
Test Build / prepare (push) Waiting to run
Test Build / build (app, release) (push) Blocked by required conditions
Test Build / build (app, releaseA) (push) Blocked by required conditions
Test Build / prerelease (push) Blocked by required conditions
Test Build / lanzou (push) Blocked by required conditions
Test Build / test_Branch (push) Blocked by required conditions
Test Build / telegram (push) Blocked by required conditions
This commit is contained in:
@@ -372,9 +372,9 @@ class AnalyzeRule(
|
||||
Mode.XPath -> getAnalyzeByXPath(it).getElements(sourceRule.rule)
|
||||
else -> getAnalyzeByJSoup(it).getElements(sourceRule.rule)
|
||||
}
|
||||
if (sourceRule.replaceRegex.isNotEmpty()) {
|
||||
result = replaceRegex(result.toString(), sourceRule)
|
||||
}
|
||||
// if (sourceRule.replaceRegex.isNotEmpty()) {
|
||||
// result = replaceRegex(result.toString(), sourceRule)
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user