perf: some rules

This commit is contained in:
AIsouler
2024-12-05 23:25:12 +08:00
parent 1c66e5c486
commit ec8cfa20a2
216 changed files with 2473 additions and 1654 deletions

View File

@@ -7,24 +7,30 @@ export default defineGkdApp({
{
key: 1,
name: '全屏广告-首页活动弹窗',
actionMaximum: 1,
resetMatch: 'app',
fastQuery: true,
matchTime: 10000,
rules: '[id="com.tencent.qt.sns:id/closebtn"]',
snapshotUrls: 'https://i.gkd.li/i/13497978',
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.tencent.qt.sns:id/closebtn"]',
snapshotUrls: 'https://i.gkd.li/i/13497978',
},
],
},
{
key: 2,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
fastQuery: true,
rules: '[text="版本更新"] +4 LinearLayout > [text="取消"]',
snapshotUrls: [
'https://i.gkd.li/i/13497984',
'https://i.gkd.li/i/13713478',
rules: [
{
activityIds: 'com.tencent.gamehelper.ui.main.MainActivity',
matches: '[text="版本更新"] +4 LinearLayout > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/13713478',
},
],
},
],