Hwago: Domain URL Updated (#5539)

* KomikIndoCo: URL changed

* Hwago: URL Changed
This commit is contained in:
Eddiesti 2024-10-16 12:52:31 +07:00 committed by Draff
parent 3d060492e6
commit 6605a0af10
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 = 'Hwago' extName = 'Hwago'
extClass = '.Hwago' extClass = '.Hwago'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://hwago.org' baseUrl = 'https://hwago.site'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class Hwago : Madara( class Hwago : Madara(
"Hwago", "Hwago",
"https://hwago.org", "https://hwago.site",
"id", "id",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("en")), dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("en")),
) { ) {