mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
parent
9a0644e935
commit
3c97bd20c6
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Fenix Project'
|
||||
extClass = '.FenixProject'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://fenixproject.xyz'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://fenixproject.site'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,7 @@ import java.util.Locale
|
||||
|
||||
class FenixProject : Madara(
|
||||
"Fenix Project",
|
||||
"https://fenixproject.xyz",
|
||||
"https://fenixproject.site",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user