feat(GoFun APP): 开屏, 弹窗 (#3166)

close #3163
This commit is contained in:
walklty
2023-12-15 20:27:59 +08:00
committed by GitHub
parent 391fec8c9e
commit d11bf28155

View File

@@ -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:
rules: [
{
action: 'clickCenter',
matches:
'[id="com.gvsoft.gofun:id/cardView"] + [id="com.gvsoft.gofun:id/iv_close"]',
},
],
snapshotUrls: 'https://i.gkd.li/import/13497777',
},
],