ManhuaOnline: Add logo and change mangaSubString ()

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
src/es/manhuaonline
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/es/manhuaonline

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

Binary file not shown.

After

(image error) Size: 6.6 KiB

Binary file not shown.

After

(image error) Size: 3.6 KiB

Binary file not shown.

After

(image error) Size: 9.1 KiB

Binary file not shown.

After

(image error) Size: 16 KiB

Binary file not shown.

After

(image error) Size: 22 KiB

@ -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)