From a9a5a84070a4b05866f98260a06b19c505a2bf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=B6=E6=80=9D=28=E2=B8=9D=E2=B8=9D=E2=80=A2=E2=80=A7?= =?UTF-8?q?=CC=AB=E2=80=A2=E2=B8=9D=E2=B8=9D=29?= <57740735+fmz200@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20weibo=5Fads.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/weibo/weibo_ads.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/weibo/weibo_ads.js b/Scripts/weibo/weibo_ads.js index a21d9d30..43c5da6f 100644 --- a/Scripts/weibo/weibo_ads.js +++ b/Scripts/weibo/weibo_ads.js @@ -12,6 +12,7 @@ try { // 1、首次点击发现按钮 if (url.includes("/search/finder?")) { console.log('进入发现页...'); + console.log(body); resp_data.channelInfo.channels[0].titleInfo.style.selectTextColor = "#333333"; processPayload(resp_data.channelInfo.channels[0].payload); removeChannelsTabs(resp_data.channelInfo.channels);