Hentaicb: Fix domain (#8350)

fix domain
This commit is contained in:
dngonz 2025-04-04 09:13:20 +02:00 committed by Draff
parent 1e3a5d8906
commit f1fd001e3f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'CBHentai'
extClass = '.HentaiCB'
themePkg = 'madara'
baseUrl = 'https://hentaicb.lat'
overrideVersionCode = 14
baseUrl = 'https://hentaicb.bar'
overrideVersionCode = 15
isNsfw = true
}

View File

@ -24,7 +24,7 @@ import java.util.Locale
class HentaiCB :
Madara(
"CBHentai",
"https://hentaicb.lat",
"https://hentaicb.bar",
"vi",
SimpleDateFormat("dd/MM/yyyy", Locale("vi")),
),