mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
@@ -11,8 +11,16 @@ export default defineAppConfig({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: 'TextView[id="com.dubox.drive:id/tv_skip"]',
|
rules: [
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13200574',
|
{
|
||||||
|
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,
|
key: 1,
|
||||||
@@ -22,5 +30,14 @@ export default defineAppConfig({
|
|||||||
rules: 'ImageView[id="com.dubox.drive:id/ivClose"]',
|
rules: 'ImageView[id="com.dubox.drive:id/ivClose"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13200577',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user