mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 02:32:21 +08:00
feat(Taptap): 添加一个开屏广告规则, 从而避免触发全局开屏广告规则的误触 (#3923)
* Update com.taptap.ts * Update com.taptap.ts
This commit is contained in:
parent
b5a5bb8dd2
commit
0779bf59a4
|
@ -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: '游戏浏览界面-推荐广告',
|
||||
|
|
Loading…
Reference in New Issue
Block a user