add source Scans 4u "ar" (#4732)

* add source Scans 4u "ar"

* Update build.gradle
This commit is contained in:
mohamedotaku 2024-08-25 03:14:32 +01:00 committed by Draff
parent d571f6b6d8
commit 8a8eaf675e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Scans 4u'
extClass = '.Scans4u'
themePkg = 'keyoapp'
baseUrl = 'https://4uscans.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.ar.scans4u
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class Scans4u : Keyoapp("Scans 4u", "https://4uscans.com", "ar")