parent
ca386889d5
commit
e1879e0528
10
src/id/kishisan/build.gradle
Normal file
10
src/id/kishisan/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Kishisan'
|
||||
extClass = '.Kishisan'
|
||||
themePkg = 'zeistmanga'
|
||||
baseUrl = 'https://www.kishisan.site'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/id/kishisan/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/kishisan/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
src/id/kishisan/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/kishisan/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/id/kishisan/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/kishisan/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/id/kishisan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/kishisan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
src/id/kishisan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/kishisan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1,10 @@
|
||||
package eu.kanade.tachiyomi.extension.id.kishisan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
|
||||
class Kishisan : ZeistManga("Kishisan", "https://www.kishisan.site", "id") {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(2)
|
||||
.build()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user