Add Spmanhwa (#2284)
* Add Spmanhwa * Replace icons * Remove redudant date format * Fix no unused imports
This commit is contained in:
parent
c088f3fabb
commit
ed0912d0d6
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Spmanhwa'
|
||||
extClass = '.Spmanhwa'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://spmanhwa.online'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,5 @@
|
|||
package eu.kanade.tachiyomi.extension.en.spmanhwa
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class Spmanhwa : Madara("Spmanhwa", "https://spmanhwa.online", "en")
|
Loading…
Reference in New Issue