Update domain LKDTT (#15750)

This commit is contained in:
are-are-are 2023-03-19 03:37:37 +07:00 committed by GitHub
parent 4c13a20634
commit 525ca1225e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import java.text.SimpleDateFormat
import java.util.Locale
import java.util.TimeZone
class LKDTT : MyMangaCMS("LKDTT", "https://lkdttzz.com", "vi") {
class LKDTT : MyMangaCMS("LKDTT", "https://lkdttee.com", "vi") {
override val dateFormatter = SimpleDateFormat("dd/MM/yy", Locale.US).apply {
timeZone = TimeZone.getTimeZone(super.timeZone)
}

View File

@ -26,7 +26,7 @@ class MyMangaCMSGenerator : ThemeSourceGenerator {
"PheManga",
"phemanga",
),
SingleLang("LKDTT", "https://lkdttzz.com", "vi", true, overrideVersionCode = 3),
SingleLang("LKDTT", "https://lkdttee.com", "vi", true, overrideVersionCode = 4),
)
companion object {