mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
fix: 修复错误使用局部快速查找可能导致规则不触发的问题
This commit is contained in:
@@ -11,9 +11,12 @@ export default defineGkdApp({
|
||||
matchTime: 10000,
|
||||
resetMatch: 'app',
|
||||
actionMaximum: 1,
|
||||
rules:
|
||||
'[vid="tv_next"][text="下一条"] <<n LinearLayout - [vid="iv_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14141561',
|
||||
rules: [
|
||||
{
|
||||
matches: ['[text="下一条"]', '[vid="iv_close"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/i/14141561',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user