Truyenvn: Update url truyenvn (#6712)

update url truyenvn
This commit is contained in:
alberlandohc 2024-12-22 02:11:14 -03:00 committed by Draff
parent 2a44520bbe
commit 30e7a06b74
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.vin' baseUrl = 'https://truyenvn.live'
overrideVersionCode = 8 overrideVersionCode = 9
isNsfw = true isNsfw = true
} }

View File

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