mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
perf: some rules
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user