Add PinkRosa (#8096)
This commit is contained in:
parent
74edbbae7d
commit
db2813a793
10
src/pt/pinkrosa/build.gradle
Normal file
10
src/pt/pinkrosa/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Pink Rosa'
|
||||||
|
extClass = '.PinkRosa'
|
||||||
|
themePkg = 'zeistmanga'
|
||||||
|
baseUrl = 'https://scanpinkrosa.blogspot.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/pinkrosa/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/pinkrosa/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
src/pt/pinkrosa/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/pinkrosa/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
src/pt/pinkrosa/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/pinkrosa/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
BIN
src/pt/pinkrosa/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/pinkrosa/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
src/pt/pinkrosa/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/pinkrosa/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.pt.pinkrosa
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
|
||||||
|
class PinkRosa : ZeistManga(
|
||||||
|
"Pink Rosa",
|
||||||
|
"https://scanpinkrosa.blogspot.com",
|
||||||
|
"pt-BR",
|
||||||
|
) {
|
||||||
|
override val client = super.client.newBuilder()
|
||||||
|
.rateLimit(3)
|
||||||
|
.build()
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user