Add IgnisComic (#6999)
* Add IgnisComic * Change from MangaThemesiaAlt to MangaThmesia
This commit is contained in:
parent
d328389cc7
commit
aa06c5631f
9
src/en/igniscomic/build.gradle
Normal file
9
src/en/igniscomic/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Ignis Comic'
|
||||
extClass = '.IgnisComic'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://igniscomic.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/igniscomic/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/igniscomic/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
src/en/igniscomic/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/igniscomic/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
src/en/igniscomic/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/igniscomic/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/igniscomic/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/igniscomic/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
src/en/igniscomic/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/igniscomic/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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…
x
Reference in New Issue
Block a user