TruyenVN: Update domain (#3239)

Update domain
This commit is contained in:
Chopper 2024-05-26 04:59:36 -03:00 committed by Draff
parent d7b79fcc0f
commit c900e6c0a0
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.lol' baseUrl = 'https://truyenvn.xyz'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

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