Added torrent file upload support

This commit is contained in:
2025-10-31 13:53:07 +03:30
parent 616614cf30
commit 906eb10eb2
8 changed files with 378 additions and 85 deletions
+13
View File
@@ -0,0 +1,13 @@
<template>
<div class="hero">
<div class="hero-content text-center">
<div class="max-w-md">
<h1 class="text-5xl font-bold drop-shadow-xl">TorrentMax</h1>
<p class="py-6">
Paste a magnet link below and TorrentMax will enrich it with
additional trackers
</p>
</div>
</div>
</div>
</template>