perf: 优化全局规则

This commit is contained in:
AIsouler
2024-03-13 16:21:20 +08:00
parent dd0e2cf609
commit 4081f4fcca

View File

@@ -113,7 +113,7 @@ const globalGroups: RawGlobalGroup[] = [
{
key: 1,
matches:
'[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text*="skip" || text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || desc*="跳过" || desc*="skip" || (vid*="count" && vid*="down" && vid!*="countdown" && vid!*="load" && vid!*="add" && vid!*="ead")]',
'[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text*="skip" || text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || desc*="跳过" || desc*="skip" || (vid*="count" && vid*="down" && vid!*="countdown" && vid!*="load" && vid!*="add" && vid!*="ead" && vid!*="time")]',
},
],
apps: [...uniqueAppIdsAD].map((id) => ({ id, enable: false })),