update yidan mirrors web (#8081)

* Update Yidan.kt

* Update build.gradle
This commit is contained in:
cumberjie 2025-03-15 15:12:02 +08:00 committed by Draff
parent d7c6574e87
commit 249ea8a3ad
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'Yidan Girl' extName = 'Yidan Girl'
extClass = '.Yidan' extClass = '.Yidan'
extVersionCode = 3 extVersionCode = 4
isNsfw = true isNsfw = true
} }

View File

@ -130,6 +130,6 @@ class Yidan : HttpSource(), ConfigurableSource {
companion object { companion object {
private const val MIRROR_PREF = "MIRROR" private const val MIRROR_PREF = "MIRROR"
private val MIRRORS get() = arrayOf("ydan.cc", "yidan.one", "yidan.in", "yidan.info") private val MIRRORS get() = arrayOf("yidan1.club", "yidan22.club", "yidan10.club", "yidan9.club")
} }
} }