fix(Siyahmelek): Domain Change (#7777)

Co-authored-by: Kon <k@a.a>
This commit is contained in:
Corvidae 2025-02-24 15:07:58 +01:00 committed by Draff
parent 43bd7342e7
commit 0239463aa8
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 = 'Gri Melek' extName = 'Gri Melek'
extClass = '.Siyahmelek' extClass = '.Siyahmelek'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://grimelek.love' baseUrl = 'https://grimelek.online'
overrideVersionCode = 11 overrideVersionCode = 12
isNsfw = true isNsfw = true
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class Siyahmelek : Madara( class Siyahmelek : Madara(
"Gri Melek", "Gri Melek",
"https://grimelek.love", "https://grimelek.online",
"tr", "tr",
SimpleDateFormat("dd MMM yyyy", Locale("tr")), SimpleDateFormat("dd MMM yyyy", Locale("tr")),
) { ) {