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

@@ -7,13 +7,18 @@ export default defineGkdApp({
{
key: 10,
name: '权限提示-通知权限',
desc: '自动点击关闭',
desc: '点击关闭',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
fastQuery: true,
rules: '[id="com.chaoxing.mobile:id/vNotificationItemClose"]',
snapshotUrls: 'https://i.gkd.li/i/13197374',
rules: [
{
activityIds: '.main.ui.MainTabActivity',
matches: '[id="com.chaoxing.mobile:id/vNotificationItemClose"]',
snapshotUrls: 'https://i.gkd.li/i/13197374',
},
],
},
],
});