Add Philia Scan (#6223)

This commit is contained in:
dngonz 2024-11-23 11:09:01 +01:00 committed by Draff
parent a424ae756f
commit 639c9821ae
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Philia Scans'
extClass = '.PhiliaScans'
themePkg = 'iken'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.philiascans
import eu.kanade.tachiyomi.multisrc.iken.Iken
class PhiliaScans : Iken(
"Philia Scans",
"en",
"https://philiascans.com",
)