Add Zin-Manga.com (#2936)
This commit is contained in:
parent
14c1195ff3
commit
cdb5b6f488
10
src/en/zinmangacom/build.gradle
Normal file
10
src/en/zinmangacom/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Zin-Manga.com'
|
||||
extClass = '.ZinMangaCom'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://zin-manga.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/zinmangacom/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacom/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
BIN
src/en/zinmangacom/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacom/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
src/en/zinmangacom/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacom/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/en/zinmangacom/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacom/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
src/en/zinmangacom/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacom/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.en.zinmangacom
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class ZinMangaCom : Madara(
|
||||
"Zin-Manga.com",
|
||||
"https://zin-manga.com",
|
||||
"en",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val filterNonMangaItems = false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user