Update Comanhua URL (#6869)

* Update CoManhua.kt

* Update build.gradle
This commit is contained in:
haruki-takeshi 2024-12-29 13:48:55 +07:00 committed by Draff
parent 696f4f2bc9
commit 5a3e302137
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'CoManhua' extName = 'CoManhua'
extClass = '.CoManhua' extClass = '.CoManhua'
themePkg = 'wpcomics' themePkg = 'wpcomics'
baseUrl = 'https://comanhuaz.com' baseUrl = 'https://comanhuaw.com'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = false isNsfw = false
} }

View File

@ -19,7 +19,7 @@ import java.util.TimeZone
class CoManhua : WPComics( class CoManhua : WPComics(
"CoManhua", "CoManhua",
"https://comanhuaz.com", "https://comanhuaw.com",
"vi", "vi",
gmtOffset = null, gmtOffset = null,
) { ) {