[cocomanga]Fix: Change domain (#8826)

* bump version

* fix domain
This commit is contained in:
u2shana 2021-08-25 18:20:18 +08:00 committed by GitHub
parent 07463198d3
commit 5f83861b9b
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 = 'CoCoManhua (OhManhua)'
pkgNameSuffix = 'zh.onemanhua'
extClass = '.Onemanhua'
extVersionCode = 9
extVersionCode = 10
libVersion = '1.2'
}

View File

@ -32,7 +32,7 @@ class Onemanhua : ConfigurableSource, ParsedHttpSource() {
override val lang = "zh"
override val supportsLatest = true
override val name = "COCO漫画 (OH漫画)"
override val baseUrl = "https://www.cocomanhua.com/"
override val baseUrl = "https://www.cocomanga.com/"
// Preference setting
private val preferences: SharedPreferences by lazy {