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