add Ryumanga (#10082)

This commit is contained in:
AwkwardPeak7 2025-08-11 07:50:37 +05:00 committed by Draff
parent a4967cb732
commit ad871734f3
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Ryumanga'
extClass = '.Ryumanga'
themePkg = 'keyoapp'
baseUrl = 'https://ryumanga.org'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.ryumanga
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class Ryumanga : Keyoapp("Ryumanga", "https://ryumanga.org", "en")