Catharsis World: Update domain and logo (#9045)

update domain and logo
This commit is contained in:
bapeey 2025-05-31 21:37:33 -05:00 committed by Draff
parent a3532119f8
commit 62212e931d
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Catharsis World'
extClass = '.CatharsisWorld'
themePkg = 'madara'
baseUrl = 'https://catharsisworld.dig-it.info'
overrideVersionCode = 3
baseUrl = 'https://catharsisworld.justep.me'
overrideVersionCode = 4
isNsfw = true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -9,7 +9,7 @@ import org.jsoup.nodes.Element
class CatharsisWorld : Madara(
"Catharsis World",
"https://catharsisworld.dig-it.info",
"https://catharsisworld.justep.me",
"es",
) {
override val versionId = 2