Add DxdScans (#7616)

DxD

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
This commit is contained in:
mrtear 2025-02-15 07:19:43 +05:00 committed by Draff
parent 86cdc76645
commit a670f5d4ec
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions

View File

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

View File

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