mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
fix: 移除 "关闭"
This commit is contained in:
@@ -42,7 +42,7 @@ const globalGroups: RawGlobalGroup[] = [
|
||||
{
|
||||
key: -1,
|
||||
matches:
|
||||
'[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳過"||text*="skip"||text*="Skip"||text^="关闭")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down") || desc*="跳过" || desc*="skip"]',
|
||||
'[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳過"||text*="skip"||text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down") || desc*="跳过" || desc*="skip"]',
|
||||
},
|
||||
],
|
||||
apps: diabledAppIds.map((id) => ({ id, enable: false })),
|
||||
|
||||
Reference in New Issue
Block a user