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'
extClass = '.Hwago'
themePkg = 'madara'
baseUrl = 'https://hwago.site'
overrideVersionCode = 1
baseUrl = 'https://hwago01.xyz'
overrideVersionCode = 2
isNsfw = false
}

View File

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