VisorInari: update domain (#6187)

This commit is contained in:
Bui Dai 2024-11-21 21:07:22 +07:00 committed by Draff
parent e762d3ecb2
commit a420b0e1f6
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 = 'Visor Inari'
extClass = '.VisorInari'
themePkg = 'mangathemesia'
baseUrl = 'https://vrinari.org'
overrideVersionCode = 14
baseUrl = 'https://clubinari.org'
overrideVersionCode = 15
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class VisorInari : MangaThemesia(
"Visor Inari",
"https://vrinari.org",
"https://clubinari.org",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {