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' extName = 'Visor Inari'
extClass = '.VisorInari' extClass = '.VisorInari'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://vrinari.org' baseUrl = 'https://clubinari.org'
overrideVersionCode = 14 overrideVersionCode = 15
isNsfw = true isNsfw = true
} }

View File

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