Add ToshiWaYume (#1760)

This commit is contained in:
Chopper 2024-03-08 07:05:57 -03:00 committed by Draff
parent 085efa9fa4
commit 8ec772ebbe
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Toshi wa Yume'
extClass = '.ToshiWaYume'
themePkg = 'foolslide'
baseUrl = 'https://leitoronline.toshiwayume.com.br'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.pt.toshiwayume
import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide
class ToshiWaYume : FoolSlide(
"Toshi wa Yume",
"https://leitoronline.toshiwayume.com.br",
"pt-BR",
)