Updating Onma arabic extension url (#11591)

This commit is contained in:
Mohamed Waled Farag Youssef 2025-11-12 21:45:38 +02:00 committed by Draff
parent 7b11937c24
commit bd530edb7d
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Onma'
extClass = '.Onma'
themePkg = 'mmrcms'
baseUrl = 'https://onma.top'
overrideVersionCode = 2
baseUrl = 'https://onma.me'
overrideVersionCode = 3
isNsfw = false
}

View File

@ -6,7 +6,7 @@ import org.jsoup.nodes.Document
class Onma : MMRCMS(
"مانجا اون لاين",
"https://onma.top",
"https://onma.me",
"ar",
detailsTitleSelector = ".panel-heading",
) {