Lunar Scans [FR] (#2669)

add lunar scans
This commit is contained in:
kana-shii 2024-04-30 02:39:18 -03:00 committed by Draff
parent 97cab8fc8f
commit 19532c2f33
7 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Lunar Scans'
extClass = '.LunarScans'
themePkg = 'mangathemesia'
baseUrl = 'https://gloryscans.fr'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.fr.lunarscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class LunarScans : MangaThemesia("Lunar Scans", "https://gloryscans.fr", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))