diff --git a/.gitignore b/.gitignore index 57f7179a..ed1c2a11 100644 --- a/.gitignore +++ b/.gitignore @@ -15,5 +15,6 @@ npm-debug.log # Compiled site /public/ -# Custom VSC workspace -*.code-workspace \ No newline at end of file +# Ignore Visual Studio Code files +*.code-workspace +.vscode/launch.json diff --git a/package-lock.json b/package-lock.json index a440208e..45f9c679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10961,6 +10961,11 @@ } } }, + "sweetalert2": { + "version": "9.7.1", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-9.7.1.tgz", + "integrity": "sha512-ytBEyqRmZQsEFuPsYcuEXpruj9AgT32ELEBWGnioflsqbxHMMM8/Ghm1+hi4hsZ1PU7cp9TFFWe06WveGfwWKw==" + }, "table": { "version": "5.4.6", "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", @@ -11773,6 +11778,14 @@ "loader-utils": "^1.0.2" } }, + "vue-sweetalert2": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-3.0.1.tgz", + "integrity": "sha512-njjJeqvwX/lQSVRcteafD/0VV5C66RT5awbZELfet93o71+HnYrQY4n3eU8DB8WYaSBvCKtgaoEjlk3lqHYM4w==", + "requires": { + "sweetalert2": "9.x" + } + }, "vue-template-compiler": { "version": "2.6.11", "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz", diff --git a/package.json b/package.json index 8ce94cf6..3284ac06 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "iso-639-1": "^2.1.0", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "material-design-icons": "^3.0.1" + "material-design-icons": "^3.0.1", + "vue-sweetalert2": "^3.0.1" } } diff --git a/src/.vuepress/components/DownloadButtons.vue b/src/.vuepress/components/DownloadButtons.vue index 1c0ab2ce..5294afe7 100644 --- a/src/.vuepress/components/DownloadButtons.vue +++ b/src/.vuepress/components/DownloadButtons.vue @@ -14,8 +14,8 @@
- {{ data.tagline || $description || 'Welcome to your VuePress site' }} + {{ + data.tagline || + $description || + "Free and open source manga reader for Android." + }}
-
-
+
+ Download ↓
+
+
{{ feature.details }}
+