parent
28e1753d75
commit
f438e31b5d
|
@ -4,6 +4,7 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion(Config.compileSdk)
|
compileSdkVersion(Config.compileSdk)
|
||||||
|
buildToolsVersion(Config.buildTools)
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion(Config.minSdk)
|
minSdkVersion(Config.minSdk)
|
||||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Manhuadui'
|
extName = 'Manhuadui'
|
||||||
pkgNameSuffix = 'zh.manhuadui'
|
pkgNameSuffix = 'zh.manhuadui'
|
||||||
extClass = '.Manhuadui'
|
extClass = '.Manhuadui'
|
||||||
extVersionCode = 14
|
extVersionCode = 15
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -120,7 +120,7 @@ class Manhuadui : ParsedHttpSource() {
|
||||||
if (imgStr.startsWith("http://images.dmzj.com")) {
|
if (imgStr.startsWith("http://images.dmzj.com")) {
|
||||||
Page(i, "", "https://img01.eshanyao.com/showImage.php?url=$imgStr")
|
Page(i, "", "https://img01.eshanyao.com/showImage.php?url=$imgStr")
|
||||||
} else {
|
} else {
|
||||||
Page(i, "", if (imgStr.indexOf("http") == -1) "${imageServer[0]}/$imgStr" else imgStr)
|
Page(i, "", if (imgStr.indexOf("http") == -1) "${imageServer[0]}$imgStr" else imgStr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue