change domain cat300 (#8707)

* change domain

* version
This commit is contained in:
Creepler13 2025-05-02 23:35:59 +02:00 committed by Draff
parent d4e960700e
commit 5d8df09535
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 = 'Cat300'
extClass = '.Cat300'
themePkg = 'madara'
baseUrl = 'https://cat300.net'
overrideVersionCode = 2
baseUrl = 'https://cat-300.com'
overrideVersionCode = 3
isNsfw = true
}

View File

@ -2,4 +2,4 @@ package eu.kanade.tachiyomi.extension.th.cat300
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Cat300 : Madara("Cat300", "https://cat300.net", "th")
class Cat300 : Madara("Cat300", "https://cat-300.com", "th")