Add TopManhua.net ()

This commit is contained in:
Vetle Ledaal 2024-05-05 12:27:39 +00:00 committed by Draff
parent 8c2d6c3e3e
commit 18ff934880
7 changed files with 22 additions and 0 deletions
src/en/topmanhuanet
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/topmanhuanet

View File

@ -0,0 +1,10 @@
ext {
extName = 'TopManhua.net'
extClass = '.TopManhuaNet'
themePkg = 'madara'
baseUrl = 'https://topmanhua.net'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 7.8 KiB

Binary file not shown.

After

(image error) Size: 3.9 KiB

Binary file not shown.

After

(image error) Size: 12 KiB

Binary file not shown.

After

(image error) Size: 26 KiB

Binary file not shown.

After

(image error) Size: 42 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.topmanhuanet
import eu.kanade.tachiyomi.multisrc.madara.Madara
class TopManhuaNet : Madara(
"TopManhua.net",
"https://topmanhua.net",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
}