Add DxdScans (#7616)
DxD Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
This commit is contained in:
parent
86cdc76645
commit
a670f5d4ec
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Dxd Scans'
|
||||
extClass = '.DxdScans'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://dxdscans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -0,0 +1,9 @@
|
|||
package eu.kanade.tachiyomi.extension.en.dxdscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class DxdScans : Keyoapp(
|
||||
"Dxd Scans",
|
||||
"https://dxdscans.com",
|
||||
"en",
|
||||
)
|
Loading…
Reference in New Issue