LumosKomik: Update domain (#10891)

Update domain
This commit is contained in:
Chopper 2025-10-05 06:03:58 -03:00 committed by Draff
parent 92a0ada358
commit 5ef2e36997
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'LumosKomik' extName = 'LumosKomik'
extClass = '.LumosKomik' extClass = '.LumosKomik'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://go.lumos01.com' baseUrl = 'https://01.lumosgg.com'
overrideVersionCode = 2 overrideVersionCode = 3
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class LumosKomik : Madara( class LumosKomik : Madara(
"LumosKomik", "LumosKomik",
"https://go.lumos01.com", "https://01.lumosgg.com",
"id", "id",
dateFormat = SimpleDateFormat("dd MMMM yyyy", Locale("en")), dateFormat = SimpleDateFormat("dd MMMM yyyy", Locale("en")),
) { ) {