Add MysticMoon (#7169)
This commit is contained in:
parent
7ae3695832
commit
87c6e30551
10
src/pt/mysticmoon/build.gradle
Normal file
10
src/pt/mysticmoon/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Mystic Moon'
|
||||||
|
extClass = '.MysticMoon'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://mysticmoon.lat'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
BIN
src/pt/mysticmoon/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/mysticmoon/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
src/pt/mysticmoon/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/mysticmoon/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/pt/mysticmoon/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/mysticmoon/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
BIN
src/pt/mysticmoon/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/mysticmoon/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/pt/mysticmoon/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/mysticmoon/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -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://mysticmoon.lat",
|
||||||
|
"pt-BR",
|
||||||
|
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint: Boolean = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user