Add MyShojo (#5100)
This commit is contained in:
parent
660f49ee96
commit
ec8a7f0190
|
@ -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 |
|
@ -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")
|
Loading…
Reference in New Issue