Add RuaHapChanhDay ()

This commit is contained in:
Chopper 2024-11-14 03:20:43 -03:00 committed by Draff
parent c70d6a710b
commit 21beafbf88
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 26 additions and 0 deletions
src/vi/ruahapchanhday
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/vi/ruahapchanhday

View File

@ -0,0 +1,10 @@
ext {
extName = 'Rua Hap Chanh Day'
extClass = '.RuaHapChanhDay'
themePkg = 'madara'
baseUrl = 'https://ruahapchanhday.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 6.1 KiB

Binary file not shown.

After

(image error) Size: 3.1 KiB

Binary file not shown.

After

(image error) Size: 9.6 KiB

Binary file not shown.

After

(image error) Size: 19 KiB

Binary file not shown.

After

(image error) Size: 31 KiB

View File

@ -0,0 +1,16 @@
package eu.kanade.tachiyomi.extension.vi.ruahapchanhday
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class RuaHapChanhDay : Madara(
"Rua Hap Chanh Day",
"https://ruahapchanhday.com",
"vi",
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
override val useNewChapterEndpoint = true
override val useLoadMoreRequest = LoadMoreStrategy.Always
}