mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
perf: some rules
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user