pull/32/head
parent
6dea502771
commit
245d168598
@ -1,5 +1,23 @@ |
|||||||
package io.legado.app.model.webbook |
package io.legado.app.model.webbook |
||||||
|
|
||||||
|
import io.legado.app.data.entities.Book |
||||||
|
import io.legado.app.data.entities.BookChapter |
||||||
|
import io.legado.app.data.entities.BookSource |
||||||
|
import io.legado.app.model.analyzeRule.AnalyzeUrl |
||||||
|
import retrofit2.Response |
||||||
|
|
||||||
object BookContent { |
object BookContent { |
||||||
|
|
||||||
|
fun analyzeContent( |
||||||
|
response: Response<String>, |
||||||
|
book: Book, |
||||||
|
bookChapter: BookChapter, |
||||||
|
bookSource: BookSource, |
||||||
|
analyzeUrl: AnalyzeUrl |
||||||
|
): String { |
||||||
|
|
||||||
|
|
||||||
|
return "" |
||||||
|
} |
||||||
|
|
||||||
} |
} |
Loading…
Reference in new issue