chore: update globalGroups matches

This commit is contained in:
lisonge
2023-12-25 21:49:36 +08:00
parent 2985909726
commit b5a4b74767

View File

@@ -36,7 +36,7 @@ const globalGroups: RawGlobalGroup[] = [
{ {
key: 1, key: 1,
matches: matches:
'[id*="skip"||((text*="跳过"||text*="skip")&&text.length<10)||desc*="skip"||desc*="跳过"][editable=false]', '[(text.length<10&&(text*="跳过"||text*="skip")) || id$="tt_splash_skip_btn" || desc*="跳过" || desc*="skip"]',
action: 'clickCenter', action: 'clickCenter',
}, },
], ],