WeLoveMangaOne → Love4u: update domain, icon (#11731)
This commit is contained in:
parent
d97622117c
commit
ac21e59f0d
@ -1,9 +1,9 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'WeLoveMangaOne'
|
extName = 'Love4u'
|
||||||
extClass = '.WeLoveMangaOne'
|
extClass = '.Love4u'
|
||||||
themePkg = 'fmreader'
|
themePkg = 'fmreader'
|
||||||
baseUrl = 'https://welovemanga.one'
|
baseUrl = 'https://love4u.net'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
src/ja/welovemangaone/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/ja/welovemangaone/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
BIN
src/ja/welovemangaone/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/ja/welovemangaone/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
src/ja/welovemangaone/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/ja/welovemangaone/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
src/ja/welovemangaone/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/ja/welovemangaone/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
src/ja/welovemangaone/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/ja/welovemangaone/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@ -10,7 +10,9 @@ import okhttp3.Request
|
|||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
import java.util.Calendar
|
import java.util.Calendar
|
||||||
|
|
||||||
class WeLoveMangaOne : FMReader("WeLoveMangaOne", "https://welovemanga.one", "ja") {
|
class Love4u : FMReader("Love4u", "https://love4u.net", "ja") {
|
||||||
|
override val id = 1647179844716143786
|
||||||
|
|
||||||
override fun latestUpdatesRequest(page: Int) =
|
override fun latestUpdatesRequest(page: Int) =
|
||||||
GET("$baseUrl/manga-list.html?page=$page&sort=last_update")
|
GET("$baseUrl/manga-list.html?page=$page&sort=last_update")
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user