Update content
Before Width: | Height: | Size: 268 KiB |
Before Width: | Height: | Size: 683 KiB |
Before Width: | Height: | Size: 461 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 898 KiB |
Before Width: | Height: | Size: 894 KiB |
Before Width: | Height: | Size: 438 KiB |
Before Width: | Height: | Size: 474 KiB |
@ -41,18 +41,6 @@
|
||||
<h2>{{ feature.title }}</h2>
|
||||
<p>{{ feature.details }}</p>
|
||||
</div>
|
||||
<section class="feature__Animation">
|
||||
<img
|
||||
class="feature__Animation--dark"
|
||||
alt="Feature image (Dark theme)"
|
||||
:src="$withBase('/assets/home_' + feature.image + '-dark.png')"
|
||||
/>
|
||||
<img
|
||||
class="feature__Animation--light"
|
||||
alt="Feature image (Light theme)"
|
||||
:src="$withBase('/assets/home_' + feature.image + '-light.png')"
|
||||
/>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -186,24 +174,6 @@ export default {
|
||||
color $textColor
|
||||
p
|
||||
color $textColorLight
|
||||
&__Animation
|
||||
display block
|
||||
position relative
|
||||
&--light
|
||||
&--dark
|
||||
border-radius 6px
|
||||
max-height 38em
|
||||
max-width 100%
|
||||
margin-left auto
|
||||
margin-right auto
|
||||
left 0
|
||||
right 0
|
||||
&--light
|
||||
animation fade 2s ease-in-out 2s infinite alternate
|
||||
box-shadow 0 10px 50px 0px #ddd
|
||||
&--dark
|
||||
position absolute
|
||||
box-shadow 0 10px 50px 0px #ddd
|
||||
footer
|
||||
position relative
|
||||
.footer
|
||||
@ -232,16 +202,6 @@ export default {
|
||||
width 1em
|
||||
height 1em
|
||||
|
||||
@keyframes fade
|
||||
0%
|
||||
opacity 1
|
||||
25%
|
||||
opacity 1
|
||||
75%
|
||||
opacity 0
|
||||
100%
|
||||
opacity 0
|
||||
|
||||
@media (max-width: $MQNarrow)
|
||||
.home
|
||||
.feature
|
||||
|
@ -12,11 +12,8 @@ buttonGuidesLink: /help/guides/getting-started
|
||||
features:
|
||||
- title: Tracking
|
||||
details: Automatically keep track of your manga with MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi
|
||||
image: library
|
||||
- title: Extensions
|
||||
details: Online and offline reading from hundred of different sources
|
||||
image: browse
|
||||
- title: Customization
|
||||
details: A configurable reader with multiple reading modes, custom color filters, and other settings
|
||||
image: manga
|
||||
---
|
||||
|
@ -21,9 +21,6 @@ sidebar: false
|
||||
## 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.
|
||||
|
||||
## Screenshots
|
||||
<img class="zoomable" :src="$withBase('/assets/forks_banner-neko.png')"/>
|
||||
|
||||
## Mangadex specific features:
|
||||
- Supports native login to **MangaDex** and supports 2FA
|
||||
- MDList support
|
||||
|
@ -25,8 +25,6 @@ This fork adds features that enhances the hentai experience with integrations to
|
||||
|
||||
At the moment, it is **deprecated** as the developer does not have time to maintain it. Use [TachiyomiAZ](/forks/TachiyomiAZ) instead.
|
||||
|
||||
<img class="zoomable" :src="$withBase('/assets/forks_banner-eh.png')"/>
|
||||
|
||||
## Features
|
||||
::: videolink
|
||||
For a full list of features, visit the GitHub page.
|
||||
|
@ -23,8 +23,6 @@ sidebar: false
|
||||
|
||||
This fork takes a new approach to the design of the base app along with several other enhancements.
|
||||
|
||||
<img class="zoomable" :src="$withBase('/assets/forks_banner-j2k.png')"/>
|
||||
|
||||
## Features
|
||||
::: videolink
|
||||
For a full list of features, visit the GitHub page.
|
||||
|
@ -21,9 +21,6 @@ sidebar: false
|
||||
## About
|
||||
This fork is based off of [TachiyomiAZ](/forks/TachiyomiAZ) and adds quite a few custom unique features, it also has new features from the latest **Tachiyomi** version as well as from other forks such as [TachiyomiJ2K](/forks/TachiyomiJ2K).
|
||||
|
||||
## Screenshots
|
||||
<img class="zoomable" :src="$withBase('/assets/forks_banner-sy.png')"/>
|
||||
|
||||
## Features
|
||||
- Uses the new **Tachiyomi** UI
|
||||
- Enhanced pages for certain sources
|
||||
|