Add ManhwaHub (#2819)

This commit is contained in:
Vetle Ledaal 2024-05-04 17:38:55 +00:00 committed by Draff
parent 0c137fb39c
commit d3aa8adb8a
7 changed files with 19 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.manhwahub
import eu.kanade.tachiyomi.multisrc.manhwaz.ManhwaZ
class ManhwaHub : ManhwaZ(
"ManhwaHub",
"https://manhwahub.net",
"en",
)