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
Signed by: Draff
GPG Key ID: E8A89F3211677653
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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