From d402b7f512639e1f4de66238ebef4b03c2c203a2 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Thu, 30 Oct 2025 22:29:39 +0330 Subject: [PATCH] Minor improvements --- app/app.vue | 21 +++++++++++ app/components/MagnetCard.vue | 68 +++++++++++++++++++++++----------- nuxt.config.ts | 65 ++++++++++++++++++++++++++++++-- public/favicon.ico | Bin 4286 -> 4286 bytes server/api/magnet.ts | 1 + 5 files changed, 131 insertions(+), 24 deletions(-) create mode 100644 app/app.vue diff --git a/app/app.vue b/app/app.vue new file mode 100644 index 0000000..df2889d --- /dev/null +++ b/app/app.vue @@ -0,0 +1,21 @@ + + diff --git a/app/components/MagnetCard.vue b/app/components/MagnetCard.vue index e7bd225..741558e 100644 --- a/app/components/MagnetCard.vue +++ b/app/components/MagnetCard.vue @@ -17,7 +17,7 @@ function copyMagnet() {