update hwago domain (#5945)
This commit is contained in:
parent
6aedf4e884
commit
bcda90b107
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue