Change some Domain (#11091)

Change some URL

Change url from:
- ManhwaLand.mom
- ManhwaDesu
This commit is contained in:
TheKingTermux 2025-10-16 19:09:24 +07:00 committed by Draff
parent 89c380c808
commit e3449dfb65
Signed by: Draff
GPG Key ID: E8A89F3211677653
4 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'ManhwaDesu'
extClass = '.ManhwaDesu'
themePkg = 'mangathemesia'
baseUrl = 'https://manhwadesu.ws'
overrideVersionCode = 7
baseUrl = 'https://manhwadesu.io'
overrideVersionCode = 8
isNsfw = true
}

View File

@ -9,7 +9,7 @@ import java.util.Locale
class ManhwaDesu : MangaThemesia(
"ManhwaDesu",
"https://manhwadesu.ws",
"https://manhwadesu.io",
"id",
"/komik",
SimpleDateFormat("MMMM dd, yyyy", Locale("id")),

View File

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

View File

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