Update domain LKDTT (#14602)
This commit is contained in:
parent
6aaf790747
commit
733555b9b3
|
@ -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)
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue