Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fix: 移除 "关闭"
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jan 3, 2024
1 parent 2b6237a commit 791a37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globalGroups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })),
Expand Down

0 comments on commit 791a37e

Please sign in to comment.