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

Commit

Permalink
feat(Taptap): 添加一个开屏广告规则, 从而避免触发全局开屏广告规则的误触 (#3923)
Browse files Browse the repository at this point in the history
* Update com.taptap.ts

* Update com.taptap.ts
  • Loading branch information
DabengBa authored Jan 28, 2024
1 parent b5a5bb8 commit 0779bf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/apps/com.taptap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ export default defineAppConfig({
id: 'com.taptap',
name: 'TapTap',
groups: [
{
key: 1,
name: '开屏广告', //占位,避免和全局开屏广告规则误触
rules: [
{
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: ['https://i.gkd.li/import/13946250'],
},
],
},
{
key: 2,
name: '游戏浏览界面-推荐广告',
Expand Down

0 comments on commit 0779bf5

Please sign in to comment.