Change domain: Milasub (#8832)

* chagne domain

* add subdomain
This commit is contained in:
Creepler13 2025-05-18 07:33:57 +02:00 committed by Draff
parent 16bda48c56
commit 6a6ea56420
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'MilaSub'
extClass = '.MilaSub'
themePkg = 'madara'
baseUrl = 'https://www.milascans.com'
overrideVersionCode = 1
baseUrl = 'https://www.milascan.com'
overrideVersionCode = 2
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class MilaSub : Madara(
"MilaSub",
"https://www.milascans.com",
"https://www.milascan.com",
"tr",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
) {