From 9123b34c822c571869d21870f693f5d5fb84bf32 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 15 Jun 2024 21:20:29 +0800 Subject: [PATCH] =?UTF-8?q?add=20COOKIECLOUD=5FBLACKLIST=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/AccountSettingSite.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/setting/AccountSettingSite.vue b/src/views/setting/AccountSettingSite.vue index 95116c60..4d0ace71 100644 --- a/src/views/setting/AccountSettingSite.vue +++ b/src/views/setting/AccountSettingSite.vue @@ -25,6 +25,7 @@ const cookieCloudSetting = ref({ COOKIECLOUD_INTERVAL: 0, USER_AGENT: '', COOKIECLOUD_ENABLE_LOCAL: '', + COOKIECLOUD_BLACKLIST: '', }) // 种子优先规则下拉框 @@ -100,6 +101,7 @@ async function loadCookieCloudSettings() { COOKIECLOUD_INTERVAL, USER_AGENT, COOKIECLOUD_ENABLE_LOCAL, + COOKIECLOUD_BLACKLIST, } = result.data cookieCloudSetting.value = { COOKIECLOUD_HOST, @@ -108,6 +110,7 @@ async function loadCookieCloudSettings() { COOKIECLOUD_INTERVAL, USER_AGENT, COOKIECLOUD_ENABLE_LOCAL, + COOKIECLOUD_BLACKLIST, } } } catch (error) { @@ -191,7 +194,16 @@ onMounted(() => { persistent-hint /> - + + + +