mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Add AsiaLotus (#5544)
This commit is contained in:
parent
5d85cf9684
commit
75c5d1b15e
10
src/es/asialotus/build.gradle
Normal file
10
src/es/asialotus/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Asia Lotus'
|
||||
extClass = '.AsiaLotus'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://asialotuss.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/es/asialotus/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/asialotus/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
src/es/asialotus/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/asialotus/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
src/es/asialotus/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/asialotus/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
src/es/asialotus/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/asialotus/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/es/asialotus/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/asialotus/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.es.asialotus
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
|
||||
class AsiaLotus : MangaThemesia(
|
||||
"Asia Lotus",
|
||||
"https://asialotuss.com",
|
||||
"es",
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(3)
|
||||
.build()
|
||||
}
|
Loading…
Reference in New Issue
Block a user