ManhuaOnline: Add logo and change mangaSubString (#2418)
Add logo and change mangaSubString
This commit is contained in:
parent
f0d8933cf8
commit
26ddebcc20
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.ManhuaOnline'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manhuaonline.org'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
BIN
src/es/manhuaonline/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaonline/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
src/es/manhuaonline/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaonline/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
src/es/manhuaonline/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaonline/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
BIN
src/es/manhuaonline/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaonline/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
src/es/manhuaonline/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaonline/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user