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

@@ -7,12 +7,20 @@ export default defineGkdApp({
{
key: 1,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[desc$="稍后提醒我"] -3 * >2 [text="更新 Nekogram"]',
snapshotUrls: [
'https://i.gkd.li/i/14229236',
'https://i.gkd.li/i/14372061',
rules: [
{
activityIds: 'org.telegram.ui.LaunchActivity',
matches:
'@Button[desc$="稍后提醒我"] - [desc="立即下载"] <3 FrameLayout < FrameLayout < [id="android:id/content"]',
snapshotUrls: [
'https://i.gkd.li/i/14229236',
'https://i.gkd.li/i/14372061',
],
},
],
},
],