pull/1705/head
kunfei 3 years ago
parent c0158bc925
commit 3793c681df
  1. 2
      app/src/main/java/io/legado/app/model/analyzeRule/RuleDataInterface.kt

@ -11,7 +11,7 @@ interface RuleDataInterface {
putBigVariable(key, value) putBigVariable(key, value)
true true
} }
value.length < 1000 -> { value.length < 10000 -> {
variableMap[key] = value variableMap[key] = value
true true
} }

Loading…
Cancel
Save