mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
Add IchiroManga (#4992)
This commit is contained in:
parent
f5a2803d85
commit
ec47b8d29c
9
src/id/ichiromanga/build.gradle
Normal file
9
src/id/ichiromanga/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'IchiroManga'
|
||||
extClass = '.IchiroManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://ichiromanga.my.id'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/id/ichiromanga/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/ichiromanga/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
src/id/ichiromanga/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/ichiromanga/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/id/ichiromanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/ichiromanga/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
src/id/ichiromanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/ichiromanga/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/id/ichiromanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/ichiromanga/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.id.ichiromanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class IchiroManga : MangaThemesia("IchiroManga", "https://ichiromanga.my.id", "id") {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(4)
|
||||
.build()
|
||||
|
||||
override val hasProjectPage = false
|
||||
}
|
Loading…
Reference in New Issue
Block a user