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