mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
@@ -11,8 +11,11 @@ export default defineAppConfig({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[text*="跳过"][text.length<=10]',
|
rules: '@LinearLayout > [text*="跳过"][text.length<=10]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13497753',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13497753',
|
||||||
|
'https://i.gkd.li/import/13668997',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
@@ -22,8 +25,13 @@ export default defineAppConfig({
|
|||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.gvsoft.gofun.module.home.activity.HomeActivity',
|
activityIds: 'com.gvsoft.gofun.module.home.activity.HomeActivity',
|
||||||
rules:
|
rules: [
|
||||||
'[id="com.gvsoft.gofun:id/cardView"] + [id="com.gvsoft.gofun:id/iv_close"]',
|
{
|
||||||
|
action: 'clickCenter',
|
||||||
|
matches:
|
||||||
|
'[id="com.gvsoft.gofun:id/cardView"] + [id="com.gvsoft.gofun:id/iv_close"]',
|
||||||
|
},
|
||||||
|
],
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13497777',
|
snapshotUrls: 'https://i.gkd.li/import/13497777',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user