mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Jimanga -> S2Manga.io: update domain (#5273)
This commit is contained in:
parent
f2e50f203d
commit
5bca1c1230
@ -1,9 +1,10 @@
|
||||
ext {
|
||||
extName = 'Jimanga'
|
||||
extClass = '.Jimanga'
|
||||
extName = 'S2Manga.io'
|
||||
extClass = '.S2MangaIo'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://jimanga.com'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://s2manga.io'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
BIN
src/en/jimanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/jimanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
src/en/jimanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/jimanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
src/en/jimanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/jimanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
BIN
src/en/jimanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/jimanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
src/en/jimanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/jimanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
@ -1,8 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.en.jimanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class Jimanga : Madara("Jimanga", "https://jimanga.com", "en") {
|
||||
override val useNewChapterEndpoint = false
|
||||
override val filterNonMangaItems = false
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.en.jimanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class S2MangaIo : Madara("S2Manga.io", "https://s2manga.io", "en") {
|
||||
override val id = 4144734547277607826
|
||||
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = true
|
||||
override val filterNonMangaItems = false
|
||||
}
|
Loading…
Reference in New Issue
Block a user