mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +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"
|
"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": {
|
"watchpack": {
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
"iso-639-1": "^2.1.0",
|
"iso-639-1": "^2.1.0",
|
||||||
"lodash.groupby": "^4.6.0",
|
"lodash.groupby": "^4.6.0",
|
||||||
"lodash.sortby": "^4.7.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'
|
'@vuepress/back-to-top'
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
'reading-progress'
|
||||||
|
],
|
||||||
|
[
|
||||||
'@vuepress/google-analytics',
|
'@vuepress/google-analytics',
|
||||||
{ 'ga': 'UA-148212082-1' }
|
{ 'ga': 'UA-148212082-1' }
|
||||||
],
|
],
|
||||||
|
@ -60,7 +60,7 @@ then press `Uninstall`.
|
|||||||
|
|
||||||
### Why don't I have extensions or any sources in the catalog?
|
### 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
|
so when upgrading or installing versions above this, installing the extensions
|
||||||
you use will be required to install extensions from the extensions menu
|
you use will be required to install extensions from the extensions menu
|
||||||
(the one with the puzzle piece).
|
(the one with the puzzle piece).
|
||||||
|
@ -5,10 +5,12 @@ lang: en-US
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Download the latest stable release of Tachiyomi from
|
[![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)
|
||||||
[GitHub](https://github.com/inorichi/tachiyomi/releases/latest).
|
|
||||||
|
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,
|
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).
|
you can download the dev version [here](http://tachiyomi.kanade.eu/latest).
|
||||||
|
Loading…
Reference in New Issue
Block a user