MangaShiina: Update baseUrl and rebrand ()

* 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
src/es/mangashiina
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/es/mangashiina

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

(image error) Size: 6.7 KiB

After

(image error) Size: 8.1 KiB

Binary file not shown.

Before

(image error) Size: 3.4 KiB

After

(image error) Size: 3.9 KiB

Binary file not shown.

Before

(image error) Size: 11 KiB

After

(image error) Size: 13 KiB

Binary file not shown.

Before

(image error) Size: 21 KiB

After

(image error) Size: 26 KiB

Binary file not shown.

Before

(image error) Size: 35 KiB

After

(image error) 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
}