From afb4c19a6f8f49c4ca527dc392fac25125fa4204 Mon Sep 17 00:00:00 2001 From: luckiestone Date: Wed, 7 Dec 2022 16:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9CFree=E6=A0=87=E7=AD=BE=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sites/world-in-hd.net/getSearchResult.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/sites/world-in-hd.net/getSearchResult.js b/resource/sites/world-in-hd.net/getSearchResult.js index 4d4149c5a..eeca87f9f 100644 --- a/resource/sites/world-in-hd.net/getSearchResult.js +++ b/resource/sites/world-in-hd.net/getSearchResult.js @@ -181,8 +181,8 @@ if (!"".getQueryString) { let result = row.find(item.selector); if (result.length) { tags.push({ - name: item.name, - color: item.color + name: "Free", + color: "blue" }); return true; }