Add TruyenVN (#2692)
This commit is contained in:
parent
2ffb3930d2
commit
5670bb6899
10
src/vi/truyenvn/build.gradle
Normal file
10
src/vi/truyenvn/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'TruyenVN'
|
||||||
|
extClass = '.TruyenVN'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://truyenvn.lol'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/vi/truyenvn/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/vi/truyenvn/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/vi/truyenvn/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/vi/truyenvn/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
BIN
src/vi/truyenvn/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/vi/truyenvn/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
src/vi/truyenvn/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/vi/truyenvn/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
src/vi/truyenvn/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/vi/truyenvn/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
@ -0,0 +1,17 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.vi.truyenvn
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class TruyenVN : Madara(
|
||||||
|
"TruyenVN",
|
||||||
|
"https://truyenvn.lol",
|
||||||
|
"vi",
|
||||||
|
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
|
override val mangaSubString = "truyen-tranh"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user