feat: 优化全局规则

This commit is contained in:
AIsouler
2024-03-03 19:21:20 +08:00
parent 70f39a9a51
commit ff7952f9df

View File

@@ -75,7 +75,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!*="load" && vid!*="hour" && vid!*="minute" && vid!*="second" && 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")]',
},
],
apps: diabledAppIds.map((id) => ({ id, enable: false })),