Add Mangas Scans (#2581)
This commit is contained in:
parent
6f8cae7f96
commit
226766fdd0
9
src/fr/mangasscans/build.gradle
Normal file
9
src/fr/mangasscans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Mangas Scans'
|
||||
extClass = '.MangasScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://mangas-scans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/fr/mangasscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/fr/mangasscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
src/fr/mangasscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/fr/mangasscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
src/fr/mangasscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/fr/mangasscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/fr/mangasscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/fr/mangasscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
src/fr/mangasscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/fr/mangasscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
7
src/fr/mangasscans/src/MangasScans.kt
Normal file
7
src/fr/mangasscans/src/MangasScans.kt
Normal file
@ -0,0 +1,7 @@
|
||||
package eu.kanade.tachiyomi.extension.fr.mangasscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MangasScans : MangaThemesia("Mangas Scans", "https://mangas-scans.com", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))
|
Loading…
x
Reference in New Issue
Block a user