Add Spmanhwa (#2284)

* Add Spmanhwa

* Replace icons

* Remove redudant date format

* Fix no unused imports
This commit is contained in:
Chopper 2024-04-07 01:36:54 -03:00 committed by Draff
parent c088f3fabb
commit ed0912d0d6
7 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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")