Change URL Hayalistic (#11405) (#11489)

* Change URL Hayalistic (#11405)

* Remove trailing slash

* Remove yet another trailing slash
This commit is contained in:
anewadventure 2025-11-12 12:38:06 +07:00 committed by Draff
parent 5e88baecd1
commit 64cdf418ce
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Hayalistic'
extClass = '.Hayalistic'
themePkg = 'madara'
baseUrl = 'https://hayalistic.com.tr'
overrideVersionCode = 2
baseUrl = 'https://hayalistic.net'
overrideVersionCode = 3
isNsfw = false
}

View File

@ -6,7 +6,7 @@ import java.util.Locale
class Hayalistic : Madara(
"Hayalistic",
"https://hayalistic.com.tr",
"https://hayalistic.net",
"tr",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ENGLISH),
)