MangaShiina: Update baseUrl and rebrand (#2495)

* Update baseUrl and rebrand

* Add isNsfw

* Fix source name

* Keeps package name
This commit is contained in:
Chopper 2024-04-21 04:10:24 -03:00 committed by Draff
parent c7b5b45670
commit 0bc65ac48a
7 changed files with 11 additions and 8 deletions

View File

@ -1,9 +1,10 @@
ext {
extName = 'MangaShiina'
extClass = '.MangaShiina'
extName = 'Manga Mukai'
extClass = '.MangaMukai'
themePkg = 'mangathemesia'
baseUrl = 'https://mangashiina.com'
overrideVersionCode = 0
baseUrl = 'https://mangamukai.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -4,9 +4,11 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangaShiina : MangaThemesia(
"MangaShiina",
"https://mangashiina.com",
class MangaMukai : MangaThemesia(
"Manga Mukai",
"https://mangamukai.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
)
) {
override val id: Long = 711368877221654433
}