mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 23:51:58 +01:00
add min android version to all forks pages. (#388)
This commit is contained in:
parent
7e07f26ba3
commit
3e32dd3b36
@ -6,6 +6,8 @@
|
|||||||
<button class="githubForkButton" :style="githubForkStyle" :onclick="githubForkLink">
|
<button class="githubForkButton" :style="githubForkStyle" :onclick="githubForkLink">
|
||||||
{{ githubForkLabel }}
|
{{ githubForkLabel }}
|
||||||
</button>
|
</button>
|
||||||
|
<br>
|
||||||
|
<span class="versionNotice">Requires <strong>Android {{androidVersion}}</strong> or higher.</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -42,6 +44,10 @@ export default {
|
|||||||
type: String,
|
type: String,
|
||||||
default: "",
|
default: "",
|
||||||
},
|
},
|
||||||
|
androidVersion: {
|
||||||
|
type: String,
|
||||||
|
default: "5.0",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
@ -16,7 +16,7 @@ sidebar: false
|
|||||||
|
|
||||||
# <img class="headerLogo" :src="$withBase('/assets/forks_logo-neko.png')"> Neko
|
# <img class="headerLogo" :src="$withBase('/assets/forks_logo-neko.png')"> Neko
|
||||||
|
|
||||||
<ForkButtons forkName="Neko" downloadForkLink="https://api.github.com/repos/CarlosEsco/Neko/releases/latest" downloadForkStyle="background-color:#3DDA83;color:#000000;" githubForkLink="window.open('https://github.com/CarlosEsco/Neko')"/>
|
<ForkButtons forkName="Neko" downloadForkLink="https://api.github.com/repos/CarlosEsco/Neko/releases/latest" downloadForkStyle="background-color:#3DDA83;color:#000000;" githubForkLink="window.open('https://github.com/CarlosEsco/Neko')" androidVersion="7.0"/>
|
||||||
|
|
||||||
## About
|
## 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 extensions (aka other sources), custom covers, and local manga.
|
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 extensions (aka other sources), custom covers, and local manga.
|
||||||
|
@ -16,7 +16,7 @@ sidebar: false
|
|||||||
|
|
||||||
# <img class="headerLogo" :src="$withBase('/assets/forks_logo-j2k.png')"> TachiyomiJ2K
|
# <img class="headerLogo" :src="$withBase('/assets/forks_logo-j2k.png')"> TachiyomiJ2K
|
||||||
|
|
||||||
<ForkButtons forkName="TachiyomiJ2K" downloadForkLink="https://api.github.com/repos/Jays2Kings/tachiyomiJ2K/releases/latest" githubForkLink="window.open('https://github.com/Jays2Kings/tachiyomiJ2K')"/>
|
<ForkButtons forkName="TachiyomiJ2K" downloadForkLink="https://api.github.com/repos/Jays2Kings/tachiyomiJ2K/releases/latest" githubForkLink="window.open('https://github.com/Jays2Kings/tachiyomiJ2K')" androidVersion="6.0"/>
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
**TachiyomiJ2K** is maintained by **[Jays2Kings](https://github.com/Jays2Kings)**.
|
**TachiyomiJ2K** is maintained by **[Jays2Kings](https://github.com/Jays2Kings)**.
|
||||||
|
Loading…
Reference in New Issue
Block a user