change domain hiperdex (#8711)

change domain
This commit is contained in:
Creepler13 2025-05-02 23:36:18 +02:00 committed by Draff
parent ecb1dd6899
commit 06c8247f12
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 = 'Hiperdex' extName = 'Hiperdex'
extClass = '.Hiperdex' extClass = '.Hiperdex'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://hipertoon.com' baseUrl = 'https://hiperdex.com'
overrideVersionCode = 17 overrideVersionCode = 18
isNsfw = true isNsfw = true
} }

View File

@ -15,7 +15,7 @@ import keiyoushi.utils.getPreferences
class Hiperdex : class Hiperdex :
Madara( Madara(
"Hiperdex", "Hiperdex",
"https://hipertoon.com", "https://hiperdex.com",
"en", "en",
), ),
ConfigurableSource { ConfigurableSource {