Updating Hwago Indonesia extension url (#11653)

* Updating Hwago Indonesia extension url

* Remove the trailing slash
This commit is contained in:
Mohamed Waled Farag Youssef 2025-11-15 17:23:23 +02:00 committed by Draff
parent ef51432e8a
commit 6bced1de64
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Hwago' extName = 'Hwago'
extClass = '.Hwago' extClass = '.Hwago'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://hwago01.xyz' baseUrl = 'https://01.hwago.xyz'
overrideVersionCode = 2 overrideVersionCode = 3
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class Hwago : Madara( class Hwago : Madara(
"Hwago", "Hwago",
"https://hwago01.xyz", "https://01.hwago.xyz",
"id", "id",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("en")), dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("en")),
) { ) {