mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
@@ -11,8 +11,34 @@ export default defineAppConfig({
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[id = "com.yingyonghui.market:id/splashAdvert_skipText"]',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id = "com.yingyonghui.market:id/splashAdvert_skipText"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13196213',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '@ImageView[clickable=true] + * > [text="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13538315',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '快手广告',
|
||||
activityIds: 'com.yingyonghui.market.ui.MainActivity',
|
||||
matches: [
|
||||
'ViewGroup[childCount=2] > ImageView + [text="广告"]',
|
||||
'ViewGroup[childCount=3] > TextView + TextView + ImageView',
|
||||
],
|
||||
snapshotUrls: 'https://i.gkd.li/import/13538316',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user