Scan Hentai Menu -> X-Manga: Update logo and domain (#2487)

Scan Hentai Menu: Update logo and domain
This commit is contained in:
KirinRaikage 2024-04-19 15:55:30 +02:00 committed by Draff
parent 848168f3ae
commit 653b4af574
8 changed files with 16 additions and 11 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Scan Hentai Menu'
extClass = '.ScanHentaiMenu'
extName = 'X-Manga'
extClass = '.XManga'
themePkg = 'madara'
baseUrl = 'https://scan.hentai.menu'
overrideVersionCode = 1
baseUrl = 'https://x-manga.net'
overrideVersionCode = 2
isNsfw = true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

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

View File

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