Sekaikomik: update domain (#2075)

This commit is contained in:
Vetle Ledaal 2024-03-24 04:25:32 +00:00 committed by GitHub
parent 72bed526c4
commit 5ea18ed7de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Sekaikomik' extName = 'Sekaikomik'
extClass = '.Sekaikomik' extClass = '.Sekaikomik'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://sekaikomik.bio' baseUrl = 'https://sekaikomik.guru'
overrideVersionCode = 11 overrideVersionCode = 12
isNsfw = true isNsfw = true
} }

View File

@ -8,7 +8,7 @@ import java.util.Locale
class Sekaikomik : MangaThemesia( class Sekaikomik : MangaThemesia(
"Sekaikomik", "Sekaikomik",
"https://sekaikomik.bio", "https://sekaikomik.guru",
"id", "id",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
) { ) {