Add Zinmanga.ms (#2935)
This commit is contained in:
parent
008f348d38
commit
14c1195ff3
10
src/en/zinmangams/build.gradle
Normal file
10
src/en/zinmangams/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Zinmanga.ms'
|
||||||
|
extClass = '.ZinmangaMs'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://zinmanga.ms'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/zinmangams/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangams/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
BIN
src/en/zinmangams/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangams/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/en/zinmangams/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangams/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/zinmangams/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangams/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
src/en/zinmangams/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangams/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.zinmangams
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
|
class ZinmangaMs : Madara(
|
||||||
|
"Zinmanga.ms",
|
||||||
|
"https://zinmanga.ms",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
|
||||||
|
override val mangaSubString = "manga-1"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user