Add IgnisComic (#6999)

* Add IgnisComic

* Change from MangaThemesiaAlt to MangaThmesia
This commit is contained in:
Chopper 2025-01-06 10:28:10 -03:00 committed by Draff
parent d328389cc7
commit aa06c5631f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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",
)