add the source icons & remove overrides from genkan (#6228)
|
@ -1,13 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.all.leviatanscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.genkan.Genkan
|
||||
import eu.kanade.tachiyomi.multisrc.genkan.GenkanOriginal
|
||||
import eu.kanade.tachiyomi.source.Source
|
||||
import eu.kanade.tachiyomi.source.SourceFactory
|
||||
|
||||
class LeviatanScansFactory : SourceFactory {
|
||||
override fun createSources(): List<Source> = listOf(
|
||||
Genkan("Leviatan Scans", "https://leviatanscans.com", "en"),
|
||||
GenkanOriginal("Leviatan Scans", "https://es.leviatanscans.com", "es"),
|
||||
)
|
||||
}
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
|
@ -234,9 +234,9 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Yuri Verso", "https://yuri.live", "pt-BR"),
|
||||
SingleLang("Zin Translator", "https://zinmanga.com", "en"),
|
||||
SingleLang("ZManga", "https://zmanga.org", "es"),
|
||||
SingleLang("Sleeping Knight Scans", "https://skscans.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Sleeping Knight Scans", "https://skscans.com", "en", overrideVersionCode = 2),
|
||||
MultiLang("Leviatan Scans", "https://leviatanscans.com", listOf("en", "es"),
|
||||
className = "LeviatanScansFactory", overrideVersionCode = 2),
|
||||
className = "LeviatanScansFactory", overrideVersionCode = 3),
|
||||
)
|
||||
|
||||
companion object {
|
||||
|
|