rename Manga-TX to MangaEmpress (#1736)

Manga-TX -> MangaEmpress
This commit is contained in:
AwkwardPeak7 2024-03-08 14:59:26 +05:00 committed by Draff
parent 635f732acf
commit 20db7af324
8 changed files with 16 additions and 16 deletions

View File

@ -1,9 +1,9 @@
ext { ext {
extName = 'Manga-TX' extName = 'Manga Empress'
extClass = '.Mangatxunoriginal' extClass = '.MangaEmpress'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://manga-tx.com' baseUrl = 'https://mangaempress.com'
overrideVersionCode = 0 overrideVersionCode = 1
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.mangatxunoriginal
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaEmpress : Madara(
"Manga Empress",
"https://mangaempress.com",
"en",
) {
// formally Manga-TX
override val id = 3683271326486389724
}

View File

@ -1,12 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangatxunoriginal
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Mangatxunoriginal : Madara(
"Manga-TX",
"https://manga-tx.com",
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US),
)