Lunascans domain change (#4720)

This commit is contained in:
Creepler13 2024-08-23 07:55:03 +02:00 committed by Draff
parent 6457e349f5
commit e11ebc5fd0
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 = 'Luna Scans' extName = 'Luna Scans'
extClass = '.LunaScans' extClass = '.LunaScans'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://lunascans.fun' baseUrl = 'https://lunascans.org'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -8,7 +8,7 @@ import java.util.Locale
class LunaScans : Madara( class LunaScans : Madara(
"Luna Scans", "Luna Scans",
"https://lunascans.fun", "https://lunascans.org",
"tr", "tr",
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")), dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
) { ) {