fix(es-manhuaonline): update domain to samuraiscan.com (#10501)

fix(es-manhuaonline): update baseUrl to samuraiscan.com; bump version code
This commit is contained in:
Korodjouma Junior Fofana Coulibaly 2025-09-13 16:05:21 +02:00 committed by Draff
parent 347ef46ffc
commit b1adb8d810
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'SamuraiScan'
extClass = '.SamuraiScan'
themePkg = 'madara'
baseUrl = 'https://samurai.rzword.xyz'
overrideVersionCode = 14
baseUrl = 'https://samuraiscan.com'
overrideVersionCode = 15
isNsfw = false
}

View File

@ -11,7 +11,7 @@ import java.util.Locale
class SamuraiScan : Madara(
"SamuraiScan",
"https://samurai.rzword.xyz",
"https://samuraiscan.com",
"es",
SimpleDateFormat("dd MMMM, yyyy", Locale("es")),
) {