parent
2a44520bbe
commit
30e7a06b74
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue