Add TopManhua.net (#2837)
This commit is contained in:
parent
8c2d6c3e3e
commit
18ff934880
10
src/en/topmanhuanet/build.gradle
Normal file
10
src/en/topmanhuanet/build.gradle
Normal 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"
|
BIN
src/en/topmanhuanet/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/topmanhuanet/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
src/en/topmanhuanet/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/topmanhuanet/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/en/topmanhuanet/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/topmanhuanet/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/topmanhuanet/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/topmanhuanet/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
src/en/topmanhuanet/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/topmanhuanet/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user