mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(Taptap): 添加一个开屏广告规则, 从而避免触发全局开屏广告规则的误触 (#3923)
* Update com.taptap.ts * Update com.taptap.ts
This commit is contained in:
@@ -4,6 +4,16 @@ export default defineAppConfig({
|
|||||||
id: 'com.taptap',
|
id: 'com.taptap',
|
||||||
name: 'TapTap',
|
name: 'TapTap',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '开屏广告', //占位,避免和全局开屏广告规则误触
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13946250'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '游戏浏览界面-推荐广告',
|
name: '游戏浏览界面-推荐广告',
|
||||||
|
|||||||
Reference in New Issue
Block a user