TempleScanES Domain Change (#10065)
Closes #9833 The automatic domain lookup system is not working.
This commit is contained in:
parent
2f21fcf8f7
commit
6b87ca01d3
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Temple Scan'
|
extName = 'Temple Scan'
|
||||||
extClass = '.TempleScanEsp'
|
extClass = '.TempleScanEsp'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://templescanesp.justep.me'
|
baseUrl = 'https://aedexnox.vxviral.xyz'
|
||||||
overrideVersionCode = 4
|
overrideVersionCode = 5
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ import java.util.Locale
|
|||||||
class TempleScanEsp :
|
class TempleScanEsp :
|
||||||
Madara(
|
Madara(
|
||||||
"Temple Scan",
|
"Temple Scan",
|
||||||
"https://templescanesp.justep.me",
|
"https://aedexnox.vxviral.xyz",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user