Nocturne Summer: update domain (#1933)

This commit is contained in:
Vetle Ledaal 2024-03-17 02:28:14 +00:00 committed by GitHub
parent 282ed0c101
commit dfb59ebae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Nocturne Summer'
extClass = '.NocturneSummer'
themePkg = 'madara'
baseUrl = 'https://nocsummer.com.br'
overrideVersionCode = 0
baseUrl = 'https://nocfsb.com'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class NocturneSummer : Madara(
"Nocturne Summer",
"https://nocsummer.com.br",
"https://nocfsb.com",
"pt-BR",
SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR")),
) {