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'
extClass = '.TopTruyen'
themePkg = 'wpcomics'
baseUrl = 'https://www.toptruyentv.net'
overrideVersionCode = 6
baseUrl = 'https://www.toptruyen369.net'
overrideVersionCode = 7
isNsfw = true
}

View File

@ -17,7 +17,7 @@ import java.util.TimeZone
class TopTruyen : WPComics(
"Top Truyen",
"https://www.toptruyentv.net",
"https://www.toptruyen369.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 = 'TruyenVN'
extClass = '.TruyenVN'
themePkg = 'madara'
baseUrl = 'https://truyenvn.li'
overrideVersionCode = 11
baseUrl = 'https://truyenvn.tech'
overrideVersionCode = 12
isNsfw = true
}

View File

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