Add MangKomik (#11794)
* Added MangKomik Added MangKomik source * Create MangKomik.kt * Create web_hi_res_512.png * Add files via upload * Create ic_launcher.png * Add files via upload * Create ic_launcher.png * Add files via upload * Create ic_launcher.png * Add files via upload * Create ic_launcher.png * Add files via upload * Create ic_launcher.png * Add files via upload * Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/wpmangareader/WPMangaReaderGenerator.kt Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com> Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
This commit is contained in:
parent
bd1839c20b
commit
b2a4649fec
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
@ -0,0 +1,7 @@
|
||||
package eu.kanade.tachiyomi.extension.id.mangkomik
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||
|
||||
class MangKomik : WPMangaReader("MangKomik", "https://mangkomik.com", "id") {
|
||||
override val hasProjectPage = true
|
||||
}
|
@ -28,6 +28,8 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Martial Manga", "https://martialmanga.com", "es"),
|
||||
SingleLang("Mode Scanlator", "https://modescanlator.com", "pt-BR", overrideVersionCode = 7),
|
||||
SingleLang("Ngomik", "https://ngomik.net", "id", overrideVersionCode = 1),
|
||||
SingleLang("MangKomik", "https://mangkomik.com", "id"),
|
||||
SingleLang("Sekaikomik", "https://www.sekaikomik.site", "id", isNsfw = true, overrideVersionCode = 8),
|
||||
SingleLang("Sekaikomik", "https://www.sekaikomik.live", "id", isNsfw = true, overrideVersionCode = 9),
|
||||
SingleLang("Davey Scans", "https://daveyscans.com", "id", overrideVersionCode = 1),
|
||||
SingleLang("Mangasusu", "https://mangasusu.co.in", "id", isNsfw = true, overrideVersionCode = 1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user