Add Zinmanga.cc (#2939)
This commit is contained in:
parent
64fe0ecdf5
commit
a7178fc20e
10
src/en/zinmangacc/build.gradle
Normal file
10
src/en/zinmangacc/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Zinmanga.cc'
|
||||
extClass = '.ZinmangaCc'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://zinmanga.cc'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/zinmangacc/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacc/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
src/en/zinmangacc/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacc/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
src/en/zinmangacc/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacc/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/en/zinmangacc/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacc/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
src/en/zinmangacc/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/zinmangacc/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
@ -0,0 +1,12 @@
|
||||
package eu.kanade.tachiyomi.extension.en.zinmangacc
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class ZinmangaCc : Madara(
|
||||
"Zinmanga.cc",
|
||||
"https://zinmanga.cc",
|
||||
"en",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user