Add IgnisComic (#6999)
* Add IgnisComic * Change from MangaThemesiaAlt to MangaThmesia
This commit is contained in:
parent
d328389cc7
commit
aa06c5631f
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Ignis Comic'
|
||||
extClass = '.IgnisComic'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://igniscomic.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -0,0 +1,9 @@
|
|||
package eu.kanade.tachiyomi.extension.en.igniscomic
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class IgnisComic : MangaThemesia(
|
||||
"Ignis Comic",
|
||||
"https://igniscomic.com",
|
||||
"en",
|
||||
)
|
Loading…
Reference in New Issue