Add MyShojo (#5100)

This commit is contained in:
Dani 2024-09-18 15:10:01 +02:00 committed by GitHub
parent dbd98ea94e
commit cde1660677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'MyShojo'
extClass = '.MyShojo'
themePkg = 'mangathemesia'
baseUrl = 'https://myshojo.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.myshojo
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class MyShojo : MangaThemesia("MyShojo", "https://myshojo.com", "en")