Add KomikLovers (#2731)

This commit is contained in:
Chopper 2024-05-01 22:03:53 -03:00 committed by Draff
parent 126a586a21
commit e84664029d
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Komik Lovers'
extClass = '.KomikLovers'
themePkg = 'mangathemesia'
baseUrl = 'https://komiklovers.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.id.komiklovers
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class KomikLovers : MangaThemesia(
"Komik Lovers",
"https://komiklovers.com",
"id",
"/komik",
) {
override val hasProjectPage = true
}