Add Lolivault (#1592)

* Add Lolivault

* Use FoolSlide theme
This commit is contained in:
Fermín Cirella 2024-02-28 12:41:36 -03:00 committed by Draff
parent be407aa637
commit 18fab95708
7 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Lolivault'
extClass = '.Lolivault'
themePkg = 'foolslide'
baseUrl = 'https://lector.lolivault.net'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.es.lolivault
import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide
class Lolivault : FoolSlide("Lolivault", "https://lector.lolivault.net", "es")