Skip to content

Commit

Permalink
Add TecnoScans (#4314)
Browse files Browse the repository at this point in the history
  • Loading branch information
choppeh authored and cuong-tran committed Jul 29, 2024
1 parent d7adc55 commit c609736
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/en/tecnoscans/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ext {
extName = 'Tecno Scans'
extClass = '.TecnoScans'
themePkg = 'mangathemesia'
baseUrl = 'http://tecnoscans.xyz'
overrideVersionCode = 0
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/tecnoscans/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/en/tecnoscans/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.tecnoscans

import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit

class TecnoScans : MangaThemesia(
"Tecno Scans",
"http://tecnoscans.xyz",
"en",
) {
override val client = super.client.newBuilder()
.rateLimit(3)
.build()
}

0 comments on commit c609736

Please sign in to comment.