mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -7,9 +7,20 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.mm.android.lc.login.LCAdvertActivity',
|
||||
rules: '[id="com.mm.android.lc:id/advert_skip_view"][text^="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12774801',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.mm.android.lc:id/advert_skip_view"][text^="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12774801',
|
||||
},
|
||||
{
|
||||
quickFind: true,
|
||||
matches: '[id="com.mm.android.lc:id/advert_countdown_view"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13454719',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user