From 74290eb52b617e3ca94e9ab741bf40870ccaf636 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 22 Oct 2025 01:56:47 +0800 Subject: [PATCH] fix: rules --- src/config/rules.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/rules.js b/src/config/rules.js index cb3bab2..45a74ce 100644 --- a/src/config/rules.js +++ b/src/config/rules.js @@ -197,9 +197,9 @@ export const DEFAULT_OW_RULE = { // todo: 校验几个内置规则 const RULES_MAP = { - "www.google.com/search": { - rootsSelector: `#rcnt`, - }, + // "www.google.com/search": { + // rootsSelector: `#rcnt`, + // }, "en.wikipedia.org": { ignoreSelector: `.button, code, footer, form, mark, pre, .mwe-math-element, .mw-editsection`, },