Skip to content

Commit

Permalink
docs: up selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 28, 2024
1 parent 3b2abc4 commit 758c8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- 选择器

```txt
[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text~="(?is).*skip.*")) || (vid~="(?is).*skip.*" && text!="取消") || id$="tt_splash_skip_btn" || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]
[childCount=0][visibleToUser=true][(text.length<10 && (text*="跳过" || text*="跳過" || text~="(?is).*skip.*")) || (vid~="(?is).*skip.*" && text!="帮助" && text!="取消") || id$="tt_splash_skip_btn" || (desc.length<10 && (desc*="跳过" || desc*="跳過" || desc~="(?is).*skip.*"))]
```

### 字节开屏广告
Expand Down

0 comments on commit 758c8a3

Please sign in to comment.