perf: some rules

This commit is contained in:
AIsouler
2024-12-01 16:50:48 +08:00
parent 79cc6e038e
commit 6a5bf48d69
37 changed files with 252 additions and 116 deletions

View File

@@ -21,8 +21,13 @@ export default defineGkdApp({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="新版本"] +(2) [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/12706195',
rules: [
{
activityIds: '.main.HomeActivity',
matches: '[text*="新版本"] +2 [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/12706195',
},
],
},
{
key: 2,