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'
extClass = '.TruyenVN'
themePkg = 'madara'
baseUrl = 'https://truyenvn.lol'
overrideVersionCode = 0
baseUrl = 'https://truyenvn.xyz'
overrideVersionCode = 1
isNsfw = true
}

View File

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