mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
explain there nothing upload to server and user can view files
This commit is contained in:
parent
da8e4be770
commit
2559a50042
7
app.vue
7
app.vue
@ -203,8 +203,11 @@ function stepUp(path: string) {
|
|||||||
<!-- v-icon for file -->
|
<!-- v-icon for file -->
|
||||||
<v-icon class="mx-auto" size="100">mdi-file</v-icon>
|
<v-icon class="mx-auto" size="100">mdi-file</v-icon>
|
||||||
<v-card-title>Drag and Drop Compressed Files</v-card-title>
|
<v-card-title>Drag and Drop Compressed Files</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text class="font-weight-bold">
|
||||||
Review them securely.
|
Extract and Explore compressed files online and securely.
|
||||||
|
<p class="text-subtitle-2 font-weight-regular text-medium-emphasis">
|
||||||
|
<v-icon class="mx-auto" size="1em" color="#007B4F">mdi-shield</v-icon> <strong>nothing</strong> leave your browser
|
||||||
|
</p>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|
||||||
<!-- file input -->
|
<!-- file input -->
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
app: {
|
app: {
|
||||||
head: {
|
head: {
|
||||||
title: 'Extractify - Extract compressed files online and securely',
|
title: 'Extractify - Extract and Explore compressed files online and securely',
|
||||||
titleTemplate: '%s - Extractify',
|
titleTemplate: '%s - Extractify',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user