diff --git a/src/.vuepress/components/ForkButtons.vue b/src/.vuepress/components/ForkButtons.vue index 4ed52374..a6180ac8 100644 --- a/src/.vuepress/components/ForkButtons.vue +++ b/src/.vuepress/components/ForkButtons.vue @@ -1,10 +1,10 @@ @@ -18,21 +18,29 @@ export default { type: String, required: true }, - downloadLabel: { + downloadForkLabel: { type: String, default: "Download" }, - downloadLink: { + downloadForkLink: { type: String, required: true }, - githubLabel: { + downloadForkStyle: { + type: String, + default: "" + }, + githubForkLabel: { type: String, default: "GitHub" }, - githubLink: { + githubForkLink: { type: String, required: true + }, + githubForkStyle: { + type: String, + default: "" } }, data() { @@ -43,7 +51,7 @@ export default { }, async mounted() { - const { data } = await axios.get(this.$props.downloadLink); + const { data } = await axios.get(this.$props.downloadForkLink); // Maybe eventually some release has more than the apk in assets. const apkAsset = data.assets.find(a => a.name.includes(".apk")); // Set the values. @@ -73,7 +81,7 @@ export default { } }); window.location.assign( - this.$data.browserDownloadUrl || this.$props.downloadLink + this.$data.browserDownloadUrl || this.$props.downloadForkLink ); window.ga("send", "event", "Action", "Download", this.$props.forkName); } diff --git a/src/.vuepress/public/assets/media/fork-Neko-banner.png b/src/.vuepress/public/assets/media/fork-Neko-banner.png index c4eb8ebd..85c847b9 100644 Binary files a/src/.vuepress/public/assets/media/fork-Neko-banner.png and b/src/.vuepress/public/assets/media/fork-Neko-banner.png differ diff --git a/src/.vuepress/public/assets/media/fork-Neko-icon.png b/src/.vuepress/public/assets/media/fork-Neko-icon.png index d28ecb70..34ff4bcc 100644 Binary files a/src/.vuepress/public/assets/media/fork-Neko-icon.png and b/src/.vuepress/public/assets/media/fork-Neko-icon.png differ diff --git a/src/forks/Neko.md b/src/forks/Neko.md index d5b5ea00..79337bdb 100644 --- a/src/forks/Neko.md +++ b/src/forks/Neko.md @@ -6,30 +6,42 @@ sidebar: false # Neko - + -## Introduction -**Neko** is maintained by **[CarlosEsco](https://github.com/CarlosEsco)**. - -This **MangaDex** focused fork enhances your reading with native integration and recommendations. +## About +This is a [MangaDex](https://mangadex.org/) specific fork of **Tachiyomi** and [TachiyomiJ2K](/forks/TachiyomiJ2K). This contains features specific to **MangaDex** that those versions cannot offer. It also features almost every feature that **J2K** has except for other sources and local sources. +## Screenshots -## Features -::: aside-guide -For a full list of features, visit the GitHub page. -::: +## Mangadex specific features: +- Supports native login to **MangaDex** and supports 2FA +- MDList support +- Similar Manga recommendations +- Manually sync of Manga to and from **MangaDex** follows list -- **Features a recommendations tab** -- **Built-in login with 2FA support** -- **Flags for source language in manga info page** -- **All the MangaDex statuses** -- **Sort library by date added** -- **View MDList follows** -- **Improved Download queue** - - This includes reordering and cancelling downloads. -- **Ability to skip chapters that are hidden or read** -- **Manga covers update when a manga info update is triggered** -- **Tri-state filter when filtering in library** -- **Range Select for Library and Chapters** - - *Long Press* on an item then long press on another to select everything in between. +## Credits +- [Inorichi](https://github.com/inorichi/) for making the original **Tachiyomi** +- [Jays2King](https://github.com/Jays2Kings/) for the wonderful new UI of **J2K** + +## License + + Copyright 2015 Javier Tomás + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Modifications copyright (C) 2019 Carlos Escobedo + +## Disclaimer + +The developer of this application does not have any affiliation with the content providers available. \ No newline at end of file diff --git a/src/forks/TachiyomiAZ.md b/src/forks/TachiyomiAZ.md index 2fadcf01..bb77d435 100644 --- a/src/forks/TachiyomiAZ.md +++ b/src/forks/TachiyomiAZ.md @@ -6,7 +6,7 @@ sidebar: false # TachiyomiAZ - + ## Introduction **TachiyomiAZ** is maintained by **[az4521](https://github.com/az4521)** and [Syer10](https://github.com/jobobby04). diff --git a/src/forks/TachiyomiEH.md b/src/forks/TachiyomiEH.md index 5067594e..ef9aa009 100644 --- a/src/forks/TachiyomiEH.md +++ b/src/forks/TachiyomiEH.md @@ -6,7 +6,7 @@ sidebar: false # TachiyomiEH - + ## Introduction **TachiyomiEH** is maintained by **[NerdNumber9](https://github.com/NerdNumber9)**. diff --git a/src/forks/TachiyomiJ2K.md b/src/forks/TachiyomiJ2K.md index 867ea4e8..0b0b6ef2 100644 --- a/src/forks/TachiyomiJ2K.md +++ b/src/forks/TachiyomiJ2K.md @@ -6,7 +6,7 @@ sidebar: false # TachiyomiJ2K - + ## Introduction **TachiyomiJ2K** is maintained by **[Jays2Kings](https://github.com/Jays2Kings)**.