Add WinterSun (#1693)
This commit is contained in:
parent
cf4a208d08
commit
e78bd29133
10
src/pt/wintersun/build.gradle
Normal file
10
src/pt/wintersun/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Winter Sun'
|
||||||
|
extClass = '.WinterSun'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://wintersunscan.xyz'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/wintersun/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/wintersun/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
src/pt/wintersun/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/wintersun/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
src/pt/wintersun/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/wintersun/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
BIN
src/pt/wintersun/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/wintersun/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/pt/wintersun/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/wintersun/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.pt.wintersun
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class WinterSun : Madara(
|
||||||
|
"Winter Sun",
|
||||||
|
"https://wintersunscan.xyz",
|
||||||
|
"pt-BR",
|
||||||
|
SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR")),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user