mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
perf: some rules
This commit is contained in:
@@ -11,18 +11,27 @@ export default defineGkdApp({
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[id="com.zuoyebang.knowledge:id/cancel_button"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13695522',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.zuoyebang.knowledge:id/cancel_button"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13695522',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '评价提示-赏好评弹窗',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
fastQuery: true,
|
||||
rules: 'TextView[id="com.zuoyebang.knowledge:id/btn_cancle"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13043228',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.baidu.homework.activity.init.InitActivity',
|
||||
matches: 'TextView[id="com.zuoyebang.knowledge:id/btn_cancle"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13043228',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user