mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
Add ArcticScan (#5840)
This commit is contained in:
parent
967416bbe9
commit
9f4a6139cd
9
src/pt/arcticscan/build.gradle
Normal file
9
src/pt/arcticscan/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Arctic Scan'
|
||||
extClass = '.ArcticScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://arcticscan.top'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/arcticscan/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/arcticscan/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
src/pt/arcticscan/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/arcticscan/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
src/pt/arcticscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/arcticscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
src/pt/arcticscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/arcticscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
src/pt/arcticscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/arcticscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.pt.arcticscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class ArcticScan : Madara(
|
||||
"Arctic Scan",
|
||||
"https://arcticscan.top",
|
||||
"pt-BR",
|
||||
dateFormat = SimpleDateFormat("yyyy-MM-dd", Locale.ROOT),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue
Block a user