Update domain LKDTT (#14602)

This commit is contained in:
are-are-are 2022-12-20 00:13:18 +07:00 committed by GitHub
parent 6aaf790747
commit 733555b9b3
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://lkdttne.com", "vi") {
class LKDTT : MyMangaCMS("LKDTT", "https://lkdttzz.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://lkdttne.com", "vi", true, overrideVersionCode = 2)
SingleLang("LKDTT", "https://lkdttzz.com", "vi", true, overrideVersionCode = 3)
)
companion object {