SummerToon: update domain (#3893)
This commit is contained in:
parent
a916c6a4a1
commit
75fe6a5d71
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'SummerToon'
|
||||
extClass = '.SummerToon'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://summertoon.me'
|
||||
overrideVersionCode = 2
|
||||
baseUrl = 'https://summertoon.biz'
|
||||
overrideVersionCode = 3
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import java.util.Locale
|
|||
|
||||
class SummerToon : MangaThemesia(
|
||||
"SummerToon",
|
||||
"https://summertoon.me",
|
||||
"https://summertoon.biz",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue