Change URL Manhuarm (#11430) (#11488)

This commit is contained in:
anewadventure 2025-11-09 07:07:40 +07:00 committed by Draff
parent a913bed9af
commit 8367f924ad
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manhuarm'
extClass = '.ManhuarmFactory'
themePkg = 'madara'
baseUrl = 'https://manhuarm.com'
overrideVersionCode = 3
baseUrl = 'https://manhuarmmtl.com'
overrideVersionCode = 4
isNsfw = true
}

View File

@ -38,7 +38,7 @@ class Manhuarm(
private val language: Language,
) : Madara(
"Manhuarm",
"https://manhuarm.com",
"https://manhuarmmtl.com",
language.lang,
),
ConfigurableSource {