InariManga: Update domain (#2376)

update domain
This commit is contained in:
bapeey 2024-04-13 00:49:48 -05:00 committed by Draff
parent 2a81be31c1
commit 5a118fec87
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'InariManga'
extClass = '.InariManga'
themePkg = 'mangathemesia'
baseUrl = 'https://visorinari.com'
overrideVersionCode = 9
baseUrl = 'https://rukavinari.org'
overrideVersionCode = 10
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class InariManga : MangaThemesia(
"InariManga",
"https://visorinari.com",
"https://rukavinari.org",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
) {