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' extName = 'ManhwaDesu'
extClass = '.ManhwaDesu' extClass = '.ManhwaDesu'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://manhwadesu.ws' baseUrl = 'https://manhwadesu.io'
overrideVersionCode = 7 overrideVersionCode = 8
isNsfw = true isNsfw = true
} }

View File

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

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.asia' baseUrl = 'https://02.manhwaland.land'
overrideVersionCode = 8 overrideVersionCode = 9
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.asia", "https://02.manhwaland.land",
"id", "id",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")), dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
) { ) {