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 GitHub
parent 90410c44ce
commit 3b5bc1f953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Hwago'
extClass = '.Hwago'
themePkg = 'madara'
baseUrl = 'https://hwago.org'
overrideVersionCode = 0
baseUrl = 'https://hwago.site'
overrideVersionCode = 1
isNsfw = false
}

View File

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