Portal Yaoi: update url (#9795)

update portal yaoi url
This commit is contained in:
whitebeardhelper 2025-07-25 13:03:56 -03:00 committed by Draff
parent 25f2ab773d
commit 88749bec9f
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Portal Yaoi'
extClass = '.PortalYaoi'
themePkg = 'madara'
baseUrl = 'https://portalyaoi.com'
overrideVersionCode = 0
baseUrl = 'https://lerboyslove.com'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class PortalYaoi : Madara(
"Portal Yaoi",
"https://portalyaoi.com",
"https://lerboyslove.com",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {