mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(探探): 开屏广告(优化规则) (#2051)
This commit is contained in:
@@ -7,9 +7,15 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.p1.mobile.putong.account.ui.welcome.SplashAct',
|
quickFind: true,
|
||||||
rules: '@LinearLayout > TextView[text="跳过"]',
|
matchTime: 10000,
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12866488',
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[text^="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/12866488',
|
||||||
|
'https://i.gkd.li/import/13324185',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user