feat(Taptap): 添加一个开屏广告规则, 从而避免触发全局开屏广告规则的误触 (#3923)

* Update com.taptap.ts

* Update com.taptap.ts
This commit is contained in:
walklty 2024-01-28 13:39:35 +08:00 committed by GitHub
parent b5a5bb8dd2
commit 0779bf59a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: '游戏浏览界面-推荐广告',