Add DxdScans (#7616)
DxD Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
This commit is contained in:
parent
86cdc76645
commit
a670f5d4ec
10
src/en/dxdscans/build.gradle
Normal file
10
src/en/dxdscans/build.gradle
Normal 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"
|
BIN
src/en/dxdscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/dxdscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
BIN
src/en/dxdscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/dxdscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/en/dxdscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/dxdscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
BIN
src/en/dxdscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/dxdscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
src/en/dxdscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/dxdscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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…
x
Reference in New Issue
Block a user