fix: 换源数据

pull/95/head
kunfei 5 years ago
parent e9f9963fa0
commit 453264cd05
  1. 2
      app/src/main/java/io/legado/app/model/analyzeRule/AnalyzeByJSoup.kt

@ -51,7 +51,7 @@ class AnalyzeByJSoup {
val textS = getStringList(ruleStr)
return if (textS.isEmpty()) {
null
} else join(",", textS).trim { it <= ' ' }
} else join("\n", textS).trim { it <= ' ' }
}
/**

Loading…
Cancel
Save