Rackus(PMScans): Migrate theme and rebranding (#5311)

* Migrate theme

* Rebranding
This commit is contained in:
Chopper 2024-10-04 04:48:16 -03:00 committed by Draff
parent 4125032228
commit a145f79f35
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
8 changed files with 15 additions and 19 deletions

View File

@ -1,9 +1,9 @@
ext { ext {
extName = 'PMScans' extName = 'Rackus'
extClass = '.PMScans' extClass = '.Rackus'
themePkg = 'madara' themePkg = 'mangathemesia'
baseUrl = 'https://rackusreads.com' baseUrl = 'https://rackusreads.com'
overrideVersionCode = 0 overrideVersionCode = 7
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -1,15 +0,0 @@
package eu.kanade.tachiyomi.extension.en.pmscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class PMScans : Madara(
"PMScans",
"https://rackusreads.com",
"en",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
override val versionId = 2
override val useNewChapterEndpoint = true
}

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.pmscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class Rackus : MangaThemesia(
"Rackus",
"https://rackusreads.com",
"en",
) {
override val versionId = 3
}