TruyenVN: Update domain (#4953)
* TruyenVN: Bump versionCode * TruyenVN: Update baseUrl
This commit is contained in:
parent
a4aea82374
commit
68f096e7c8
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'TruyenVN'
|
extName = 'TruyenVN'
|
||||||
extClass = '.TruyenVN'
|
extClass = '.TruyenVN'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://truyenvn.cam'
|
baseUrl = 'https://truyenvn.mobi'
|
||||||
overrideVersionCode = 3
|
overrideVersionCode = 4
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class TruyenVN : Madara(
|
class TruyenVN : Madara(
|
||||||
"TruyenVN",
|
"TruyenVN",
|
||||||
"https://truyenvn.cam",
|
"https://truyenvn.mobi",
|
||||||
"vi",
|
"vi",
|
||||||
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue