fix: rules

This commit is contained in:
Gabe
2025-10-22 01:56:47 +08:00
parent 60b9653fd3
commit 74290eb52b

View File

@@ -197,9 +197,9 @@ export const DEFAULT_OW_RULE = {
// todo: 校验几个内置规则 // todo: 校验几个内置规则
const RULES_MAP = { const RULES_MAP = {
"www.google.com/search": { // "www.google.com/search": {
rootsSelector: `#rcnt`, // rootsSelector: `#rcnt`,
}, // },
"en.wikipedia.org": { "en.wikipedia.org": {
ignoreSelector: `.button, code, footer, form, mark, pre, .mwe-math-element, .mw-editsection`, ignoreSelector: `.button, code, footer, form, mark, pre, .mwe-math-element, .mw-editsection`,
}, },