ManhwaLandMom: Update domain and icons (#3860)

Update domain and icons
This commit is contained in:
Chopper 2024-07-05 05:54:40 -03:00 committed by Draff
parent 6047e02345
commit 3c60b13b82
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'ManhwaLand.mom'
extClass = '.ManhwaLandMom'
themePkg = 'mangathemesia'
baseUrl = 'https://manhwaland.lat'
overrideVersionCode = 5
baseUrl = 'https://www.manhwaland.space'
overrideVersionCode = 6
isNsfw = true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -8,7 +8,7 @@ import java.util.Locale
class ManhwaLandMom : MangaThemesia(
"ManhwaLand.mom",
"https://manhwaland.lat",
"https://www.manhwaland.space",
"id",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
) {