perf: some rules

This commit is contained in:
AIsouler
2024-12-02 21:19:36 +08:00
parent 52fe062578
commit e91a06d4be
66 changed files with 576 additions and 274 deletions

View File

@@ -105,12 +105,17 @@ export default defineGkdApp({
{
key: 4,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
fastQuery: true,
rules: '[text="确认"] - [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/13042207',
rules: [
{
activityIds: '.homepage.view.activity.HomePageActivity',
matches: '[text="确认"] - [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/13042207',
},
],
},
{
key: 5,