MysticMoon: Update domain (#7717)

* Revert "Remove Mystic Moon - parked"

This reverts commit 3b3739f14589353baaded72ce07e81239f5078db.

* Update domain

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
This commit is contained in:
Chopper 2025-02-22 04:25:09 -03:00 committed by Draff
parent 574c64db71
commit 82536cc63a
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Mystic Moon'
extClass = '.MysticMoon'
themePkg = 'madara'
baseUrl = 'https://mysticmagic.com.br'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.pt.mysticmoon
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class MysticMoon : Madara(
"Mystic Moon",
"https://mysticmagic.com.br",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {
override val useNewChapterEndpoint: Boolean = true
}