TruyenVN: Update domain (#5958)

Update domain
This commit is contained in:
are-are-are 2024-11-11 14:26:21 +07:00 committed by Draff
parent 85d977e407
commit a038b718b1
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' extName = 'TruyenVN'
extClass = '.TruyenVN' extClass = '.TruyenVN'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://truyenvn.blog' baseUrl = 'https://truyenvn.wiki'
overrideVersionCode = 5 overrideVersionCode = 6
isNsfw = true isNsfw = true
} }

View File

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