Toptruyen & TruyenVN Update domain (#7664)

* TruyenVN update domain

* TopTruyen update domain
This commit is contained in:
are-are-are 2025-02-16 16:33:03 +07:00 committed by Draff
parent b7acdd9390
commit 7c55e0b5ae
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 = 'Top Truyen' extName = 'Top Truyen'
extClass = '.TopTruyen' extClass = '.TopTruyen'
themePkg = 'wpcomics' themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyentv.net' baseUrl = 'https://www.toptruyen369.net'
overrideVersionCode = 6 overrideVersionCode = 7
isNsfw = true isNsfw = true
} }

View File

@ -17,7 +17,7 @@ import java.util.TimeZone
class TopTruyen : WPComics( class TopTruyen : WPComics(
"Top Truyen", "Top Truyen",
"https://www.toptruyentv.net", "https://www.toptruyen369.net",
"vi", "vi",
dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.ROOT).apply { dateFormat = SimpleDateFormat("dd-MM-yyyy", Locale.ROOT).apply {
timeZone = TimeZone.getTimeZone("Asia/Ho_Chi_Minh") timeZone = TimeZone.getTimeZone("Asia/Ho_Chi_Minh")

View File

@ -2,8 +2,8 @@ ext {
extName = 'TruyenVN' extName = 'TruyenVN'
extClass = '.TruyenVN' extClass = '.TruyenVN'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://truyenvn.li' baseUrl = 'https://truyenvn.tech'
overrideVersionCode = 11 overrideVersionCode = 12
isNsfw = true isNsfw = true
} }

View File

@ -14,7 +14,7 @@ import java.util.Locale
class TruyenVN : class TruyenVN :
Madara( Madara(
"TruyenVN", "TruyenVN",
"https://truyenvn.li", "https://truyenvn.tech",
"vi", "vi",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT), dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
), ),