diff --git a/src/components/cards/SiteCard.vue b/src/components/cards/SiteCard.vue index 5c9f7584..4b9781e5 100644 --- a/src/components/cards/SiteCard.vue +++ b/src/components/cards/SiteCard.vue @@ -654,7 +654,7 @@ onMounted(() => { - 下载种子 + 下载种子文件 diff --git a/src/components/cards/TorrentCard.vue b/src/components/cards/TorrentCard.vue index a9593f1d..b7e97fbd 100644 --- a/src/components/cards/TorrentCard.vue +++ b/src/components/cards/TorrentCard.vue @@ -176,7 +176,7 @@ onMounted(() => { - 下载种子 + 下载种子文件 diff --git a/src/components/cards/TorrentItem.vue b/src/components/cards/TorrentItem.vue new file mode 100644 index 00000000..238546a3 --- /dev/null +++ b/src/components/cards/TorrentItem.vue @@ -0,0 +1,249 @@ + + + diff --git a/src/views/discover/TorrentCardListView.vue b/src/views/discover/TorrentCardListView.vue index fd149660..0f6f252c 100644 --- a/src/views/discover/TorrentCardListView.vue +++ b/src/views/discover/TorrentCardListView.vue @@ -216,8 +216,8 @@ const dataList = computed(() => {
diff --git a/src/views/discover/TorrentRowListView.vue b/src/views/discover/TorrentRowListView.vue index 44be307a..65d95b58 100644 --- a/src/views/discover/TorrentRowListView.vue +++ b/src/views/discover/TorrentRowListView.vue @@ -1,20 +1,243 @@ diff --git a/tailwind.config.js b/tailwind.config.js index 35bb8a84..5b47e6d8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,7 +12,6 @@ module.exports = { }, plugins: [ require('@tailwindcss/aspect-ratio'), - // ... ], }