TruyenVN: Update domain (#5958)

Update domain
This commit is contained in:
are-are-are 2024-11-11 14:26:21 +07:00 committed by GitHub
parent 7f0c68affb
commit 2a223c8a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.blog'
overrideVersionCode = 5
baseUrl = 'https://truyenvn.wiki'
overrideVersionCode = 6
isNsfw = true
}

View File

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