Add Truyen tranh dam my (#2946)
This commit is contained in:
parent
b81469035f
commit
56a10df09d
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Truyen tranh dam my'
|
||||
extClass = '.TruyenTranhDamMy'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://truyentranhdammyy.top'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
|
@ -0,0 +1,37 @@
|
|||
package eu.kanade.tachiyomi.extension.vi.truyentranhdammy
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.DateFormatSymbols
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
@SuppressLint("SimpleDateFormat")
|
||||
class TruyenTranhDamMy : Madara(
|
||||
"Truyện tranh đam mỹ",
|
||||
"https://truyentranhdammyy.top",
|
||||
"vi",
|
||||
dateFormat = SimpleDateFormat(
|
||||
"MMMM d, yyyy",
|
||||
DateFormatSymbols(Locale("vi")).apply {
|
||||
// Month One, Month Two, ...
|
||||
months = arrayOf(
|
||||
"Tháng Một",
|
||||
"Tháng Hai",
|
||||
"Tháng Ba",
|
||||
"Tháng Tư",
|
||||
"Tháng Năm",
|
||||
"Tháng Sáu",
|
||||
"Tháng Bảy",
|
||||
"Tháng Tám",
|
||||
"Tháng Chín",
|
||||
"Tháng Mười",
|
||||
"Tháng Mười Một",
|
||||
"Tháng Mười Hai",
|
||||
)
|
||||
},
|
||||
),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|
Loading…
Reference in New Issue