[CI SKIP] Fix incorrect info (#3531)
* [CI SKIP] Fix incorrect info * Update CONTRIBUTING.md Co-authored-by: arkon <arkon@users.noreply.github.com>
This commit is contained in:
parent
8ba04e1ba3
commit
e5a55452d2
|
@ -167,7 +167,7 @@ a.k.a. the "Latest" source entry point in the app.
|
|||
- When user opens a chapter, `fetchPageList` will be called and it will return a list of `Page`s.
|
||||
- While a chapter is open the reader will call `fetchImageUrl` to get URLs for each page of the manga.
|
||||
- Chapter pages start from `0`.
|
||||
- If `Page.imageUrl`s are available immediately, you should pass them here. Otherwise, you can set `page.url` to a empty string and override `imageUrlParse` to fill those `imageUrl`s.
|
||||
- If `Page.imageUrl`s are available immediately, you should pass them here. Otherwise, you should set `page.url` to a page that contains them and override `imageUrlParse` to fill those `imageUrl`s.
|
||||
|
||||
### Misc notes
|
||||
|
||||
|
|
Loading…
Reference in New Issue