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'
extClass = '.Siyahmelek'
themePkg = 'madara'
baseUrl = 'https://grimelek.love'
overrideVersionCode = 11
baseUrl = 'https://grimelek.online'
overrideVersionCode = 12
isNsfw = true
}

View File

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