mirror of
https://github.com/tachiyomiorg/website.git
synced 2025-01-04 22:41:58 +01:00
Add Preview description (#429)
Co-authored-by: Soitora <simon.mattila@protonmail.com>
This commit is contained in:
parent
3b0a47003e
commit
fdb8235898
@ -74,8 +74,14 @@ export default {
|
|||||||
this.$swal({
|
this.$swal({
|
||||||
icon: "warning",
|
icon: "warning",
|
||||||
title: "Are you sure?",
|
title: "Are you sure?",
|
||||||
html:
|
html: `
|
||||||
"<strong>Tachiyomi Preview</strong> is not recommended if you're not willing to test for – and endure – issues.",
|
<strong>Tachiyomi Preview</strong> is not recommended if you're not willing to test for – and endure – issues.
|
||||||
|
<div class="note">
|
||||||
|
<p>
|
||||||
|
Read more about Tachiyomi Preview
|
||||||
|
<a href="../help/faq/#what-is-tachiyomi-preview" rel="help">here</a>.
|
||||||
|
</p>
|
||||||
|
</div>`,
|
||||||
confirmButtonText: "I am sure.",
|
confirmButtonText: "I am sure.",
|
||||||
showCloseButton: true,
|
showCloseButton: true,
|
||||||
showCancelButton: false,
|
showCancelButton: false,
|
||||||
@ -85,6 +91,9 @@ export default {
|
|||||||
hideClass: {
|
hideClass: {
|
||||||
popup: "animate__animated animate__faster animate__zoomOut",
|
popup: "animate__animated animate__faster animate__zoomOut",
|
||||||
},
|
},
|
||||||
|
customClass: {
|
||||||
|
content: "swal2-downloadPreview_content",
|
||||||
|
},
|
||||||
// eslint-disable-next-line no-shadow
|
// eslint-disable-next-line no-shadow
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
if (result.value) {
|
if (result.value) {
|
||||||
@ -152,4 +161,9 @@ export default {
|
|||||||
.el-button
|
.el-button
|
||||||
width 8.2em
|
width 8.2em
|
||||||
padding 12px 28px
|
padding 12px 28px
|
||||||
|
.swal2-
|
||||||
|
&downloadPreview_
|
||||||
|
&content
|
||||||
|
.note
|
||||||
|
text-align center
|
||||||
</style>
|
</style>
|
||||||
|
@ -103,6 +103,11 @@ You can change language by going to <Navigation item="more"/> → <Navigation it
|
|||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
||||||
|
#### What is Tachiyomi Preview?
|
||||||
|
It's a weekly updated version of the app. It contains features that can be added to Tachiyomi in the future, but there is a higher chance for bugs. Tachiyomi Preview is used by developers and contributors to test the app and find bugs.
|
||||||
|
|
||||||
|
If you are willing to use Tachiyomi Preview, be sure to [turn on auto-backup](/help/guides/creating-backups/#turning-on-auto-backups) to prevent losing your library due to potential bugs.
|
||||||
|
|
||||||
#### Why can't I uninstall Tachiyomi?
|
#### Why can't I uninstall Tachiyomi?
|
||||||
|
|
||||||
On **Android 10**, a bug was introduced which prevented users from uninstalling the app if the phone had a MicroSD card. To fix the issue, please remove the MicroSD card from the phone first, then uninstall Tachiyomi.
|
On **Android 10**, a bug was introduced which prevented users from uninstalling the app if the phone had a MicroSD card. To fix the issue, please remove the MicroSD card from the phone first, then uninstall Tachiyomi.
|
||||||
|
Loading…
Reference in New Issue
Block a user