Roumanwu: Update Domain ()

Update Roumanwu URL
This commit is contained in:
mrtear 2024-12-30 20:41:41 +05:00 committed by Draff
parent ae7fd918dd
commit a83f7d4f97
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions
src/zh/roumanwu
build.gradle
src/eu/kanade/tachiyomi/extension/zh/roumanwu

@ -1,7 +1,7 @@
ext { ext {
extName = 'Roumanwu' extName = 'Roumanwu'
extClass = '.Roumanwu' extClass = '.Roumanwu'
extVersionCode = 13 extVersionCode = 14
isNsfw = true isNsfw = true
} }

@ -168,7 +168,7 @@ class Roumanwu : ParsedHttpSource(), ConfigurableSource {
private const val MIRROR_PREF_SUMMARY = "使用鏡像網址。重啟軟體生效。" private const val MIRROR_PREF_SUMMARY = "使用鏡像網址。重啟軟體生效。"
// 地址: https://rou.pub/dizhi // 地址: https://rou.pub/dizhi
private val MIRRORS get() = arrayOf("https://rouman5.com", "https://roum18.xyz") private val MIRRORS get() = arrayOf("https://rouman5.com", "https://roum20.xyz")
private val MIRRORS_DESC get() = arrayOf("主站", "鏡像") private val MIRRORS_DESC get() = arrayOf("主站", "鏡像")
private const val MIRROR_DEFAULT = 1.toString() // use mirror private const val MIRROR_DEFAULT = 1.toString() // use mirror