mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Add reading progress and enhance guide
This commit is contained in:
parent
e281d8217e
commit
5035b26a27
5
package-lock.json
generated
5
package-lock.json
generated
@ -10598,6 +10598,11 @@
|
||||
"markdown-it-container": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"vuepress-plugin-reading-progress": {
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/vuepress-plugin-reading-progress/-/vuepress-plugin-reading-progress-1.0.7.tgz",
|
||||
"integrity": "sha512-XFnD42/Xt4ZQ3G0j1ViF2WmBJM7f+zYJLKfD2ZEkIq3Ar38c3FKR/LU94aENaWRGnfDMDmAMEYjLrcmR4uq49g=="
|
||||
},
|
||||
"watchpack": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
|
||||
|
@ -22,6 +22,7 @@
|
||||
"iso-639-1": "^2.1.0",
|
||||
"lodash.groupby": "^4.6.0",
|
||||
"lodash.sortby": "^4.7.0",
|
||||
"vuepress-plugin-container": "^2.0.2"
|
||||
"vuepress-plugin-container": "^2.0.2",
|
||||
"vuepress-plugin-reading-progress": "^1.0.7"
|
||||
}
|
||||
}
|
||||
|
@ -34,6 +34,9 @@ module.exports = {
|
||||
'@vuepress/back-to-top'
|
||||
],
|
||||
[
|
||||
'reading-progress'
|
||||
],
|
||||
[
|
||||
'@vuepress/google-analytics',
|
||||
{ 'ga': 'UA-148212082-1' }
|
||||
],
|
||||
|
@ -60,7 +60,7 @@ then press `Uninstall`.
|
||||
|
||||
### Why don't I have extensions or any sources in the catalog?
|
||||
|
||||
**A:** Tachiyomi `0.8.4` and above no longer have pre-installed extensions,
|
||||
**A:** `Tachiyomi 0.8.4` and above no longer have pre-installed extensions,
|
||||
so when upgrading or installing versions above this, installing the extensions
|
||||
you use will be required to install extensions from the extensions menu
|
||||
(the one with the puzzle piece).
|
||||
|
@ -5,10 +5,12 @@ lang: en-US
|
||||
|
||||
## Installation
|
||||
|
||||
Download the latest stable release of Tachiyomi from
|
||||
[GitHub](https://github.com/inorichi/tachiyomi/releases/latest).
|
||||
[![github](https://img.shields.io/github/release/inorichi/tachiyomi.svg?style=for-the-badge&maxAge=600)](https://github.com/inorichi/tachiyomi/releases/latest) [![github downloads](https://img.shields.io/github/downloads/inorichi/tachiyomi/total.svg?style=for-the-badge&maxAge=600)](http://www.somsubhra.com/github-release-stats/?username=inorichi&repository=tachiyomi)
|
||||
|
||||
You can download the latest version of `Tachiyomi` from the [GitHub releases](https://github.com/inorichi/tachiyomi/releases/latest).
|
||||
|
||||
<Badge text="tachiyomi-vX.Y.Z.apk"/>
|
||||
|
||||
`tachiyomi-vX.Y.Z.apk`
|
||||
|
||||
If you want to try new features before they get to the stable release,
|
||||
you can download the dev version [here](http://tachiyomi.kanade.eu/latest).
|
||||
|
Loading…
Reference in New Issue
Block a user