Pupu Manhua: change baseUrl (#12871)

This commit is contained in:
stevenyomi 2022-08-07 05:31:22 +08:00 committed by GitHub
parent c074104d7c
commit 9bab299aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,9 +28,9 @@ class MCCMSGenerator : ThemeSourceGenerator {
name = "Haomanwu (www)", baseUrl = "https://www.haomanwu.com", lang = "zh",
className = "Haomanwu_www", sourceName = "好漫屋 (网页)", overrideVersionCode = 0
),
SingleLang( // 与 app.manhuaorg.com 相同部分渠道记为“好漫2”
name = "Pupu Manhua", baseUrl = "https://www.manhuaorg.com", lang = "zh",
className = "Manhuaorg", sourceName = "朴朴漫画", overrideVersionCode = 0
SingleLang(
name = "Pupu Manhua", baseUrl = "https://app.manhuaorg.com", lang = "zh",
className = "Manhuaorg", sourceName = "朴朴漫画", overrideVersionCode = 1
),
)