Add Crotpedia (#4489)
* Add CrotPedia This is my first Ext CMIIW * Update CrotPedia.kt
This commit is contained in:
parent
a27b852546
commit
2bab0cccdb
10
src/id/crotpedia/build.gradle
Normal file
10
src/id/crotpedia/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'CrotPedia'
|
||||||
|
extClass = '.CrotPedia'
|
||||||
|
themePkg = 'zmanga'
|
||||||
|
baseUrl = 'https://crotpedia.net'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/id/crotpedia/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/id/crotpedia/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/id/crotpedia/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/id/crotpedia/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
src/id/crotpedia/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/id/crotpedia/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
src/id/crotpedia/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/id/crotpedia/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/id/crotpedia/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/id/crotpedia/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,10 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.id.crotpedia
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.zmanga.ZManga
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class CrotPedia : ZManga("CrotPedia", "https://crotpedia.net", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id"))) {
|
||||||
|
|
||||||
|
override val hasProjectPage = false
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user