Add HentaiVN.plus (#2832)
This commit is contained in:
parent
496cc82ee4
commit
44964e777d
src/vi/hentaivnplus
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/vi/hentaivnplus
10
src/vi/hentaivnplus/build.gradle
Normal file
10
src/vi/hentaivnplus/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'HentaiVN.plus'
|
||||
extClass = '.HentaiVNPlus'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hentaivn.plus'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/vi/hentaivnplus/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/vi/hentaivnplus/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 7.2 KiB |
BIN
src/vi/hentaivnplus/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/vi/hentaivnplus/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 3.6 KiB |
BIN
src/vi/hentaivnplus/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/vi/hentaivnplus/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 11 KiB |
BIN
src/vi/hentaivnplus/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/vi/hentaivnplus/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 24 KiB |
BIN
src/vi/hentaivnplus/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/vi/hentaivnplus/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 40 KiB |
17
src/vi/hentaivnplus/src/eu/kanade/tachiyomi/extension/vi/hentaivnplus/HentaiVNPlus.kt
Normal file
17
src/vi/hentaivnplus/src/eu/kanade/tachiyomi/extension/vi/hentaivnplus/HentaiVNPlus.kt
Normal file
@ -0,0 +1,17 @@
|
||||
package eu.kanade.tachiyomi.extension.vi.hentaivnplus
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class HentaiVNPlus : Madara(
|
||||
"HentaiVN.plus",
|
||||
"https://hentaivn.plus",
|
||||
"vi",
|
||||
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = false
|
||||
|
||||
override val mangaSubString = "truyen-hentai"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user