TruyenVN: Update domain (#4953)

* TruyenVN: Bump versionCode

* TruyenVN: Update baseUrl
This commit is contained in:
Smol Ame 2024-09-07 20:32:24 -07:00 committed by Draff
parent a4aea82374
commit 68f096e7c8
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.cam'
overrideVersionCode = 3
baseUrl = 'https://truyenvn.mobi'
overrideVersionCode = 4
isNsfw = true
}

View File

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