SummerToon: update domain (#3893)

This commit is contained in:
Vetle Ledaal 2024-07-07 14:15:46 +02:00 committed by Draff
parent a916c6a4a1
commit 75fe6a5d71
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 = 'SummerToon' extName = 'SummerToon'
extClass = '.SummerToon' extClass = '.SummerToon'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://summertoon.me' baseUrl = 'https://summertoon.biz'
overrideVersionCode = 2 overrideVersionCode = 3
isNsfw = false isNsfw = false
} }

View File

@ -7,7 +7,7 @@ import java.util.Locale
class SummerToon : MangaThemesia( class SummerToon : MangaThemesia(
"SummerToon", "SummerToon",
"https://summertoon.me", "https://summertoon.biz",
"tr", "tr",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
) { ) {