Manwa: update domain (#3785)
This commit is contained in:
parent
cdddaead3e
commit
fe13a3ac13
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Manwa'
|
||||
extClass = '.Manwa'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ class Manwa : ParsedHttpSource(), ConfigurableSource {
|
|||
override val name: String = "漫蛙"
|
||||
override val lang: String = "zh"
|
||||
override val supportsLatest: Boolean = true
|
||||
override val baseUrl = "https://manwa.me"
|
||||
override val baseUrl = "https://manwa.fun"
|
||||
private val json: Json by injectLazy()
|
||||
private val preferences: SharedPreferences =
|
||||
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)
|
||||
|
|
Loading…
Reference in New Issue