mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:42:20 +08:00
feat(快手极速版): 开屏广告-规则优化; 青少年弹窗跳过 (#1532)
* feat(快手极速版):青少年弹窗跳过 快手极速版,青少年弹窗跳过 * Update com.kuaishou.nebula.ts * Update com.kuaishou.nebula.ts * feat(快手极速版): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
parent
7c23af9d1d
commit
0993eb2837
|
@ -7,9 +7,20 @@ export default defineAppConfig({
|
|||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.yxcorp.gifshow.HomeActivity',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[id="com.kuaishou.nebula:id/splash_skip_text"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12519389',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '青少年弹窗',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.yxcorp.gifshow.HomeActivity',
|
||||
rules: '[id="com.kuaishou.nebula:id/positive"][text="我知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13196316',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user