Source request: Manhuanext (#7080)
* Source request: Manhuanext * icon updated * useNewChapterEndpoint true added
This commit is contained in:
parent
91b1c3e65e
commit
3bea2c543e
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Manhuanext'
|
||||
extClass = '.Manhuanext'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manhuanext.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -0,0 +1,11 @@
|
|||
package eu.kanade.tachiyomi.extension.en.manhuanext
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class Manhuanext : Madara(
|
||||
"Manhuanext",
|
||||
"https://manhuanext.com",
|
||||
"en",
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue