Add Void Scans (#4552)
This commit is contained in:
parent
9ee1be41b8
commit
b1f0d14217
10
src/en/voidscans/build.gradle
Normal file
10
src/en/voidscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Void Scans'
|
||||
extClass = '.VoidScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://voidscans.co'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/voidscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/voidscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
BIN
src/en/voidscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/voidscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
src/en/voidscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/voidscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/en/voidscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/voidscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
src/en/voidscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/voidscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.en.voidscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class VoidScans : MangaThemesia(
|
||||
"Void Scans",
|
||||
"https://voidscans.co",
|
||||
"en",
|
||||
) {
|
||||
override val seriesStatusSelector = ".status-value"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user