mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
change URL and override mangaSubString (#1281)
This commit is contained in:
parent
c79011dbda
commit
007436c226
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Novels Town'
|
||||
extClass = '.NovelsTown'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://novelstown.cyou'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://novelstown.com'
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
BIN
src/ar/novelstown/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ar/novelstown/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
src/ar/novelstown/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ar/novelstown/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/ar/novelstown/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ar/novelstown/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
src/ar/novelstown/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ar/novelstown/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/ar/novelstown/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ar/novelstown/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -2,4 +2,6 @@ package eu.kanade.tachiyomi.extension.ar.novelstown
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class NovelsTown : Madara("Novels Town", "https://novelstown.cyou", "ar")
|
||||
class NovelsTown : Madara("Novels Town", "https://novelstown.com", "ar") {
|
||||
override val mangaSubString = "الاعمال"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user