mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
add min android version to all forks pages. (#388)
This commit is contained in:
parent
7e07f26ba3
commit
3e32dd3b36
@ -6,7 +6,9 @@
|
||||
<button class="githubForkButton" :style="githubForkStyle" :onclick="githubForkLink">
|
||||
{{ githubForkLabel }}
|
||||
</button>
|
||||
</div>
|
||||
<br>
|
||||
<span class="versionNotice">Requires <strong>Android {{androidVersion}}</strong> or higher.</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@ -42,6 +44,10 @@ export default {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
androidVersion: {
|
||||
type: String,
|
||||
default: "5.0",
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
@ -16,7 +16,7 @@ sidebar: false
|
||||
|
||||
# <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
|
||||
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
|
||||
|
||||
<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
|
||||
**TachiyomiJ2K** is maintained by **[Jays2Kings](https://github.com/Jays2Kings)**.
|
||||
|
Loading…
Reference in New Issue
Block a user