chore: some changes
parent
fcc28fb943
commit
ceb7bac937
@ -0,0 +1,10 @@
|
|||||||
|
import { type Ref, computed } from 'vue'
|
||||||
|
import { useData } from 'vitepress'
|
||||||
|
|
||||||
|
export interface Data {
|
||||||
|
lang: Ref<string>
|
||||||
|
}
|
||||||
|
|
||||||
|
const { lang }: Data = useData()
|
||||||
|
|
||||||
|
export const main_three_dots = computed<string>(() => (lang.value === 'ru') ? ('Переводчик') : ((lang.value === 'ua') ? ('Перекладач') : ('Translator')))
|
||||||
@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
title: Getting started
|
|
||||||
description: Essential information to help you get set up with Kotatsu.
|
|
||||||
---
|
|
||||||
|
|
||||||
<script setup lang="ts">
|
|
||||||
import { data as release } from "@theme/data/release.data"
|
|
||||||
</script>
|
|
||||||
|
|
||||||
# Getting started
|
|
||||||
|
|
||||||
Essential information to help you get set up with Kotatsu.
|
|
||||||
|
|
||||||
## Installation guide
|
|
||||||
|
|
||||||
### 1. Downloading Kotatsu
|
|
||||||
|
|
||||||
1. Visit our [download](/download/) page to get the latest version of **Kotatsu**.
|
|
||||||
1. After the download is complete, open the `kotatsu-{{ release.stable.tag_name }}-release.apk` file.
|
|
||||||
1. Proceed with the installation process.
|
|
||||||
|
|
||||||
### Trouble finding a specific series?
|
|
||||||
|
|
||||||
If you encounter difficulties while searching for a specific series, consider the following points:
|
|
||||||
|
|
||||||
* Double-check your spelling and try again, as some sources might use **Japanese romanized** titles instead of **English** ones.
|
|
||||||
> Example: **Boku no Hero Academia** instead of **My Hero Academia**.
|
|
||||||
|
|
||||||
* Some sources may use different spellings or wordings for titles.
|
|
||||||
> Example: **Bungo Stray Dogs** instead of **Bungou Stray Dogs**
|
|
||||||
|
|
||||||
> Example: **3-gatsu no Lion** instead of **Sangatsu no Lion**.
|
|
||||||
@ -0,0 +1,64 @@
|
|||||||
|
---
|
||||||
|
title: Getting started
|
||||||
|
description: Essential information to help you get set up with Kotatsu.
|
||||||
|
footer: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { data as release } from "@theme/data/release.data"
|
||||||
|
</script>
|
||||||
|
|
||||||
|
# Getting started
|
||||||
|
|
||||||
|
Essential information to help you get set up with Kotatsu.
|
||||||
|
|
||||||
|
## Installation guide
|
||||||
|
|
||||||
|
### Downloading Kotatsu
|
||||||
|
|
||||||
|
1. Visit our [download](/download/) page to get the latest version of **Kotatsu**.
|
||||||
|
1. After the download is complete, open the `kotatsu-{{ release.stable.tag_name }}-release.apk` file.
|
||||||
|
1. Proceed with the installation process.
|
||||||
|
|
||||||
|
### Selecting sources depending on languages
|
||||||
|
|
||||||
|
At the first launch, a dialog with a list of source languages available in the application will appear. By default, the languages that are on the Android system and multilingual sources will be enabled.
|
||||||
|
|
||||||
|
<img src="/manuals/guides/getting-started/welcome.png" alt="Welcome screen" width="500"/>
|
||||||
|
|
||||||
|
::: tip
|
||||||
|
You can organize the list of sources in <nav to="explore_manage_sources">
|
||||||
|
:::
|
||||||
|
|
||||||
|
### Adding series to your favourites
|
||||||
|
|
||||||
|
Here's how you can add series to your favourites:
|
||||||
|
|
||||||
|
1. Select the source you'd like to browse.
|
||||||
|
1. Once you've found the series that you want to add, tap on it for more details.
|
||||||
|
1. Press the heart button on toolbar, choose category or create new one, and the series will be added to your favourites.
|
||||||
|
|
||||||
|
<img src="/manuals/guides/getting-started/add-to-favourites.png" alt="Adding to favourites" width="500"/>
|
||||||
|
|
||||||
|
## Additional setup
|
||||||
|
|
||||||
|
### Series search options
|
||||||
|
|
||||||
|
If you want to search for series across all your sources, you can use the Global Search feature.
|
||||||
|
|
||||||
|
Follow these steps:
|
||||||
|
|
||||||
|
1. Go to the main section.
|
||||||
|
1. Use the search bar in the toolbar to find series from all available sources.
|
||||||
|
|
||||||
|
### Trouble finding a specific series?
|
||||||
|
|
||||||
|
If you encounter difficulties while searching for a specific series, consider the following points:
|
||||||
|
|
||||||
|
* Double-check your spelling and try again, as some sources might use **Japanese romanized** titles instead of **English** ones.
|
||||||
|
> Example: **Boku no Hero Academia** instead of **My Hero Academia**.
|
||||||
|
|
||||||
|
* Some sources may use different spellings or wordings for titles.
|
||||||
|
> Example: **Bungo Stray Dogs** instead of **Bungou Stray Dogs**
|
||||||
|
|
||||||
|
> Example: **3-gatsu no Lion** instead of **Sangatsu no Lion**.
|
||||||
Loading…
Reference in New Issue