HentaiVNPlus: Update domain (#10900)

HentaiVNPlus update domain
This commit is contained in:
are-are-are 2025-10-06 02:47:59 +07:00 committed by Draff
parent a4c4090301
commit 2bc7dad385
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'HentaiVN.plus'
extClass = '.HentaiVNPlus'
themePkg = 'madara'
baseUrl = 'https://hentaivn.cx'
overrideVersionCode = 12
baseUrl = 'https://hentaivn.ceo'
overrideVersionCode = 13
isNsfw = true
}

View File

@ -12,9 +12,9 @@ import java.util.Locale
class HentaiVNPlus :
Madara(
"HentaiVN.plus",
"https://hentaivn.cx",
"https://hentaivn.ceo",
"vi",
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
),
ConfigurableSource {
override val useLoadMoreRequest = LoadMoreStrategy.Never