TruyenVN: Update domain (#3456)
This commit is contained in:
parent
13f372bd12
commit
9945575661
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'TruyenVN'
|
||||
extClass = '.TruyenVN'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://truyenvn.xyz'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://truyenvn.me'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||
|
||||
class TruyenVN : Madara(
|
||||
"TruyenVN",
|
||||
"https://truyenvn.xyz",
|
||||
"https://truyenvn.me",
|
||||
"vi",
|
||||
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue