From 497b3ab9ed73e23f53291cc34a040953ee39d078 Mon Sep 17 00:00:00 2001 From: satori Date: Mon, 16 Dec 2024 10:02:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=90=9C=E7=B4=A2=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.js b/main.js index 3d49f3b..a6c71ea 100644 --- a/main.js +++ b/main.js @@ -160,6 +160,12 @@ export function main() { } return } + + // 处理搜索日志 + if (item.request.uri.startsWith('/api?query=')) { + console.log(item.request.uri) + return + } }) // 日志尾部事件监听