From 7070eb8a7dc3808ecc95c28544e85f55b91015e3 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 1 Jul 2025 17:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=B5=81=E5=AA=92=E4=BD=93?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E7=9A=84=E6=BA=90=E8=8A=AF=E7=89=87=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/TorrentCard.vue | 2 +- src/components/cards/TorrentItem.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cards/TorrentCard.vue b/src/components/cards/TorrentCard.vue index 2d1a40e9..2c9e825b 100644 --- a/src/components/cards/TorrentCard.vue +++ b/src/components/cards/TorrentCard.vue @@ -418,7 +418,7 @@ onMounted(() => { } .chip-web-source { - background-color: #ff2d00; + background-color: #8000FF; color: white; } diff --git a/src/components/cards/TorrentItem.vue b/src/components/cards/TorrentItem.vue index e278a9de..8a67e536 100644 --- a/src/components/cards/TorrentItem.vue +++ b/src/components/cards/TorrentItem.vue @@ -266,7 +266,7 @@ onMounted(() => { } .chip-web-source { - background-color: #ff2d00; + background-color: #8000ff; color: white; }