Add ManhuaTop (#2817)
This commit is contained in:
parent
38cf9505d2
commit
91ed215f0b
10
src/en/manhuatop/build.gradle
Normal file
10
src/en/manhuatop/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'ManhuaTop'
|
||||||
|
extClass = '.ManhuaTop'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://manhuatop.org'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/manhuatop/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/manhuatop/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
BIN
src/en/manhuatop/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/manhuatop/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/en/manhuatop/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/manhuatop/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/en/manhuatop/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/manhuatop/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
src/en/manhuatop/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/manhuatop/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -0,0 +1,18 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.manhuatop
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class ManhuaTop : Madara(
|
||||||
|
"ManhuaTop",
|
||||||
|
"https://manhuatop.org",
|
||||||
|
"en",
|
||||||
|
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
|
||||||
|
override val mangaSubString = "manhua"
|
||||||
|
override val filterNonMangaItems = false
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user