ManhuaOnline: Add logo and change mangaSubString (#2418)

Add logo and change mangaSubString
This commit is contained in:
bapeey 2024-04-15 05:45:40 -05:00 committed by Draff
parent f0d8933cf8
commit 26ddebcc20
7 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ManhuaOnline'
themePkg = 'madara'
baseUrl = 'https://manhuaonline.org'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = false
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -15,7 +15,7 @@ class ManhuaOnline : Madara(
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val mangaDetailsSelectorTitle = "div.summary-content span.rate-title"
override val mangaSubString = "l"
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(3)