feat(网易新闻): 开屏广告 (#2378)

close #2375
This commit is contained in:
walklty
2023-11-22 22:05:17 +08:00
committed by GitHub
parent b6f9c94a31
commit 9cf22244ab

View File

@@ -7,8 +7,11 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'com.netease.nr.biz.ad.newAd.AdActivity', matchTime: 10000,
rules: '[text="广告"] < LinearLayout - LinearLayout > [text="跳过"]', actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/12639864', snapshotUrls: 'https://i.gkd.li/import/12639864',
}, },
{ {