Update domain (#6933)

Update domain TopTruyen and DocTruyen3Q
This commit is contained in:
Fioren 2025-01-03 14:47:51 +07:00 committed by Draff
parent 280ae02b9b
commit 0c56c453f5
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
4 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'DocTruyen3Q'
extClass = '.DocTruyen3Q'
themePkg = 'wpcomics'
baseUrl = 'https://doctruyen3qk.pro'
overrideVersionCode = 0
baseUrl = 'https://doctruyen3q3.net'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -17,7 +17,7 @@ import java.util.TimeZone
class DocTruyen3Q : WPComics(
"DocTruyen3Q",
"https://doctruyen3qk.pro",
"https://doctruyen3q3.net",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.ROOT).apply {
timeZone = TimeZone.getTimeZone("Asia/Ho_Chi_Minh")

View File

@ -2,8 +2,8 @@ ext {
extName = 'Top Truyen'
extClass = '.TopTruyen'
themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyenpro1.com'
overrideVersionCode = 4
baseUrl = 'https://www.toptruyen28.net'
overrideVersionCode = 5
isNsfw = true
}

View File

@ -16,7 +16,7 @@ import java.util.Locale
class TopTruyen : WPComics(
"Top Truyen",
"https://www.toptruyenpro1.com",
"https://www.toptruyen28.net",
"vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.getDefault()),
gmtOffset = null,