change domain Onma (#8710)

change domain
This commit is contained in:
Creepler13 2025-05-02 23:36:09 +02:00 committed by Draff
parent 5d8df09535
commit ecb1dd6899
No known key found for this signature in database
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.me'
overrideVersionCode = 1
baseUrl = 'https://onma.top'
overrideVersionCode = 2
isNsfw = false
}

View File

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