feat(中国电信): 通知提示(补充规则)

This commit is contained in:
AIsouler
2024-05-04 20:03:16 +08:00
parent 2b74c45f7b
commit c9d6e698e1

View File

@@ -80,8 +80,20 @@ export default defineGkdApp({
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
// quickFind: true, 实机测试使用无法跳过 // quickFind: true, 实机测试使用无法跳过
rules: 'ImageView[id="com.ct.client:id/msg_close"]', rules: [
snapshotUrls: 'https://i.gkd.li/i/13043522', {
key: 0,
matches: 'ImageView[id="com.ct.client:id/msg_close"]',
snapshotUrls: 'https://i.gkd.li/i/13043522',
},
{
key: 1,
quickFind: true,
activityIds: 'com.ct.client.activity.MainActivity',
matches: '[text^="开启消息通知"] <n * > [vid="ivClose"]',
snapshotUrls: 'https://i.gkd.li/i/15209597',
},
],
}, },
{ {
key: 6, key: 6,