add two new sources to madara (#8533)

* icons

* Create LaraManga.kt

* Create MangaQueen.kt

* Update MadaraGenerator.kt
This commit is contained in:
CVIUS 2021-08-12 19:34:32 +08:00 committed by GitHub
parent a3b5dda817
commit cdd8cd69a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 26 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.laramanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class LaraManga : Madara(
"Lara Manga",
"https://laramanga.com",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.mangaqueen
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class MangaQueen : Madara(
"Manga Queen",
"https://mangaqueen.net",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
)

View File

@ -126,6 +126,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Kokomanga", "https://kokomanga.com", "en"),
SingleLang("Kombatch", "https://kombatch.com", "id"),
SingleLang("Kun Manga", "https://kunmanga.com", "en", overrideVersionCode = 1),
SingleLang("Lara Manga", "https://laramanga.com", "en"),
SingleLang("Latest Manga", "https://latestmanga.net", "en"),
SingleLang("Levelerscans", "https://levelerscans.xyz", "en", overrideVersionCode = 1),
SingleLang("Leviatan Scans X", "https://xxx.leviatanscans.com", "en", isNsfw = true),
@ -159,6 +160,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manga Nine", "https://manganine.com", "en", overrideVersionCode = 1),
SingleLang("Manga Online Team", "https://mangaonlineteam.com", "en"),
SingleLang("Manga Oubarab", "https://mangaoubarab.com", "ar"),
SingleLang("Manga Queen", "https://mangaqueen.net", "en"),
SingleLang("Manga Read", "https://mangaread.co", "en", overrideVersionCode = 1),
SingleLang("Manga Rock Team", "https://mangarockteam.com", "en", overrideVersionCode = 1),
SingleLang("Manga Rocky", "https://mangarocky.com", "en", overrideVersionCode = 1),