mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Add Truyen tranh dam my (#2946)
This commit is contained in:
parent
034499ee73
commit
29d210f64d
10
src/vi/truyentranhdammy/build.gradle
Normal file
10
src/vi/truyentranhdammy/build.gradle
Normal file
@ -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"
|
BIN
src/vi/truyentranhdammy/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/vi/truyentranhdammy/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
src/vi/truyentranhdammy/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/vi/truyentranhdammy/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
src/vi/truyentranhdammy/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/vi/truyentranhdammy/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/vi/truyentranhdammy/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/vi/truyentranhdammy/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
src/vi/truyentranhdammy/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/vi/truyentranhdammy/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user