* Add TruyenTranh3Q * fix: improve null safety for next.js image URL decoding * fix(search): combine filters with search queries the website backend supports filters parameters being used alongside search queries despite the UI not showing filter control during text search, this matches actual API behavior observed through direct URL teseting * remove URLDecoder part * remove non-null assert for date_upload * use absUrl * use build() * remove try/catch for parseRelativeDate
10 lines
191 B
Groovy
10 lines
191 B
Groovy
ext {
|
|
extName = 'TruyenTranh3Q'
|
|
extClass = '.TruyenTranh3Q'
|
|
baseUrl = 'https://truyentranh3q.com'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|