mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 12:02:21 +08:00
parent
37ac820f81
commit
fbccdb6b06
|
@ -7,12 +7,26 @@ export default defineAppConfig({
|
|||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds:
|
||||
'com.showstartfans.activity.activitys.welcome.AdvertActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules: '[id="com.showstartfans.activity:id/txt_jump"]',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text$="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12894279',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds:
|
||||
'com.showstartfans.activity.activitys.maintab.newmain.MainNewActivity',
|
||||
quickFind: true,
|
||||
matches: '[id="com.showstartfans.activity:id/img_close_coupon"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13670432',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user