Update domains (#8856)

Update domain
This commit is contained in:
Chopper 2025-05-18 02:34:31 -03:00 committed by Draff
parent 067d4a6bec
commit 69d400b0ef
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
4 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Tres Daos Scan'
extClass = '.TresDaosScan'
themePkg = 'mangathemesia'
baseUrl = 'https://tresdaos.com'
overrideVersionCode = 8
baseUrl = 'https://3daos.mewingzone.com'
overrideVersionCode = 9
isNsfw = false
}

View File

@ -7,7 +7,7 @@ import java.util.Locale
class TresDaosScan : MangaThemesia(
"Tres Daos Scan",
"https://tresdaos.com",
"https://3daos.mewingzone.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {

View File

@ -2,8 +2,8 @@ ext {
extName = 'ManhwaLand.mom'
extClass = '.ManhwaLandMom'
themePkg = 'mangathemesia'
baseUrl = 'https://www.manhwaland.ink'
overrideVersionCode = 7
baseUrl = 'https://www.manhwaland.asia'
overrideVersionCode = 8
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class ManhwaLandMom : MangaThemesia(
"ManhwaLand.mom",
"https://www.manhwaland.ink",
"https://www.manhwaland.asia",
"id",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
) {