6Manhua: update URL (#15839)

This commit is contained in:
stevenyomi 2023-03-26 00:35:44 +08:00 committed by GitHub
parent 2511bef68c
commit a2633d97fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = '6Manhua / Qixi Manhua'
pkgNameSuffix = 'zh.sixmh'
extClass = '.SixMH'
extVersionCode = 6
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"

View File

@ -208,7 +208,7 @@ class SixMH : HttpSource(), ConfigurableSource {
const val MIRROR_PREF = "MIRROR"
/** Note: mirror index affects [chapterListParse] */
val MIRRORS get() = arrayOf("6mh66.com", "qiximh3.com")
val MIRRORS get() = arrayOf("6mh67.com", "qiximh3.com")
val MIRROR_NAMES get() = arrayOf("6漫画", "七夕漫画")
private val isNewDateLogic = AppInfo.getVersionCode() >= 81