Roumanwu: update URL (#146)
This commit is contained in:
parent
defa788dd5
commit
34c46abf9d
|
@ -6,7 +6,7 @@ ext {
|
||||||
extName = 'Roumanwu'
|
extName = 'Roumanwu'
|
||||||
pkgNameSuffix = 'zh.roumanwu'
|
pkgNameSuffix = 'zh.roumanwu'
|
||||||
extClass = '.Roumanwu'
|
extClass = '.Roumanwu'
|
||||||
extVersionCode = 6
|
extVersionCode = 7
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -116,7 +116,7 @@ class Roumanwu : HttpSource(), ConfigurableSource {
|
||||||
private const val MIRROR_PREF_SUMMARY = "使用镜像网址。重启软件生效。"
|
private const val MIRROR_PREF_SUMMARY = "使用镜像网址。重启软件生效。"
|
||||||
|
|
||||||
// 地址: https://rou.pub/dizhi
|
// 地址: https://rou.pub/dizhi
|
||||||
private val MIRRORS = arrayOf("https://rouman5.com", "https://roum2.xyz")
|
private val MIRRORS = arrayOf("https://rouman5.com", "https://roum10.xyz")
|
||||||
private val MIRRORS_DESC = arrayOf("主站", "镜像")
|
private val MIRRORS_DESC = arrayOf("主站", "镜像")
|
||||||
private const val MIRROR_DEFAULT = 1.toString() // use mirror
|
private const val MIRROR_DEFAULT = 1.toString() // use mirror
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue