-
-
-
-
-
-
-
-
- 查看详情
-
-
-
-
-
- 下载种子文件
-
-
-
-
+
+
+
+
+
+
+
+
+ {{ torrent?.title }}
+ ↑{{ torrent?.seeders }}
+ ↓{{ torrent?.peers }}
+
+
+ {{ torrent?.description }}
+
+
+
+ H&R
+
+
+ {{ torrent?.freedate_diff }}
+
+
+ {{ label }}
+
+
+ {{ meta?.edition }}
+
+
+ {{ meta?.resource_pix }}
+
+
+ {{ meta?.video_encode }}
+
+
+ {{ formatFileSize(torrent?.size) }}
+
+
+ {{ meta?.resource_team }}
+
+
+ {{ torrent?.volume_factor }}
+
-
-
+
+
+
+
+
+
+
+
+
+
+ 查看详情
+
+
+
+
+
+ 下载种子文件
+
+
+
+
+
+
+
+
+
diff --git a/src/components/dialog/AddDownloadDialog.vue b/src/components/dialog/AddDownloadDialog.vue
new file mode 100644
index 00000000..5d38350b
--- /dev/null
+++ b/src/components/dialog/AddDownloadDialog.vue
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+
+
+ 是否确认下载 {{ props.torrent?.site_name }} - {{ props.torrent?.title }},大小:
+ {{ formatFileSize(props.torrent?.size || 0) }} ?
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ buttonText }}
+
+
+
+
+
diff --git a/src/components/table/SiteTorrentTable.vue b/src/components/table/SiteTorrentTable.vue
index 599b53f9..51772115 100644
--- a/src/components/table/SiteTorrentTable.vue
+++ b/src/components/table/SiteTorrentTable.vue
@@ -1,10 +1,8 @@