update hwago domain (#5945)

This commit is contained in:
Lefan 2024-11-08 04:30:56 -05:00 committed by Draff
parent 6aedf4e884
commit bcda90b107
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.site' baseUrl = 'https://hwago01.xyz'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = false isNsfw = false
} }

View File

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