mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 10:32:21 +08:00
parent
5618fe2b90
commit
30b186b808
|
@ -11,8 +11,16 @@ export default defineAppConfig({
|
|||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: 'TextView[id="com.dubox.drive:id/tv_skip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13200574',
|
||||
rules: [
|
||||
{
|
||||
matches: 'TextView[id="com.dubox.drive:id/tv_skip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13200574',
|
||||
},
|
||||
{
|
||||
matches: ['[id="inmobi-ad"]', '[id="com.dubox.drive:id/ivClose"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/import/13688384',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
@ -22,5 +30,14 @@ export default defineAppConfig({
|
|||
rules: 'ImageView[id="com.dubox.drive:id/ivClose"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13200577',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '通知权限',
|
||||
quickFind: true,
|
||||
activityIds: 'com.dubox.drive.permission.view.PermissionDialogActivity',
|
||||
rules:
|
||||
'[text="Authorize"] - [id="com.dubox.drive:id/dialog_button_cancel"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13688406',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user