TruyenVN: Update domain (#4056)

Update domain
This commit is contained in:
Chopper 2024-07-17 07:06:36 -03:00 committed by Draff
parent b83956c970
commit 8c648b7a74
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'TruyenVN'
extClass = '.TruyenVN'
themePkg = 'madara'
baseUrl = 'https://truyenvn.me'
overrideVersionCode = 2
baseUrl = 'https://truyenvn.cam'
overrideVersionCode = 3
isNsfw = true
}

View File

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