Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Jan 7, 2025
1 parent 3710e91 commit 47b657f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
// }
}
}
}
Expand Down

0 comments on commit 47b657f

Please sign in to comment.