Add MonteTai (#6884)
This commit is contained in:
parent
31fff66ff8
commit
059e3267af
9
src/pt/montetai/build.gradle
Normal file
9
src/pt/montetai/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Monte Tai'
|
||||
extClass = '.MonteTai'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://montetaiscanlator.xyz'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/montetai/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/montetai/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
BIN
src/pt/montetai/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/montetai/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
src/pt/montetai/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/montetai/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/pt/montetai/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/montetai/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
src/pt/montetai/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/montetai/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.pt.montetai
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MonteTai : Madara(
|
||||
"Monte Tai",
|
||||
"https://montetaiscanlator.xyz",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user