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'
extClass = '.Hwago'
themePkg = 'madara'
baseUrl = 'https://hwago01.xyz'
overrideVersionCode = 2
baseUrl = 'https://01.hwago.xyz'
overrideVersionCode = 3
isNsfw = false
}

View File

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