Scan Hentai Menu -> X-Manga: Update logo and domain (#2487)
Scan Hentai Menu: Update logo and domain
This commit is contained in:
parent
848168f3ae
commit
653b4af574
src/fr/scanhentaimenu
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/fr/scanhentaimenu
|
@ -1,9 +1,9 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Scan Hentai Menu'
|
extName = 'X-Manga'
|
||||||
extClass = '.ScanHentaiMenu'
|
extClass = '.XManga'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://scan.hentai.menu'
|
baseUrl = 'https://x-manga.net'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 2.6 KiB After ![]() (image error) Size: 2.7 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.4 KiB After ![]() (image error) Size: 1.5 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 3.8 KiB After ![]() (image error) Size: 3.7 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 7.1 KiB After ![]() (image error) Size: 6.7 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 11 KiB After ![]() (image error) Size: 9.3 KiB ![]() ![]() |
|
@ -1,7 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.fr.scanhentaimenu
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class ScanHentaiMenu : Madara("Scan Hentai Menu", "https://scan.hentai.menu", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.fr.scanhentaimenu
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class XManga : Madara("X-Manga", "https://x-manga.net", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH)) {
|
||||||
|
// Scan Hentai Menu -> X-Manga
|
||||||
|
override val id = 4153742697148883998
|
||||||
|
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
Reference in New Issue