SamuraiScan: Update domain (#7680)

Update domain
This commit is contained in:
Chopper 2025-02-17 09:25:55 -03:00 committed by Draff
parent 69268fc1e3
commit b347869525
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'SamuraiScan' extName = 'SamuraiScan'
extClass = '.SamuraiScan' extClass = '.SamuraiScan'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://latan.visorsmr.com' baseUrl = 'https://samuraiscan.cookni.net'
overrideVersionCode = 11 overrideVersionCode = 12
isNsfw = false isNsfw = false
} }

View File

@ -8,7 +8,7 @@ import java.util.Locale
class SamuraiScan : Madara( class SamuraiScan : Madara(
"SamuraiScan", "SamuraiScan",
"https://latan.visorsmr.com", "https://samuraiscan.cookni.net",
"es", "es",
SimpleDateFormat("dd MMMM, yyyy", Locale("es")), SimpleDateFormat("dd MMMM, yyyy", Locale("es")),
) { ) {