This commit is contained in:
OncePunchedMan 2021-01-22 03:31:14 +00:00 committed by GitHub
parent 0ee4d3acab
commit b4c4ab214f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'QiXiManhua'
pkgNameSuffix = 'zh.qiximh'
extClass = '.Qiximh'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.2'
}

View File

@ -21,7 +21,7 @@ class Qiximh : HttpSource() {
override val lang = "zh"
override val supportsLatest = true
override val name = "七夕漫画"
override val baseUrl = "http://qiximh.com"
override val baseUrl = "http://qiximh1.com"
// This is hard limit by API
val maxPage = 5