feat(中国农业银行) 更新提示、定位提示、通知提示 (#21)

This commit is contained in:
AIsouler
2024-02-08 20:58:08 +08:00
committed by GitHub

View File

@@ -28,5 +28,32 @@ export default defineAppConfig({
},
],
},
{
key: 2,
name: '更新提示',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: '[vid="upgrade_bottom"] > [vid="negativeTextView"]',
snapshotUrls: 'https://i.gkd.li/import/14208545',
},
{
key: 3,
name: '定位提示',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="允许获取位置信息"] +n * > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/14208572',
},
{
key: 4,
name: '通知提示',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: '[vid="iv_notification_reminder_dialog_close"]',
snapshotUrls: 'https://i.gkd.li/import/14208621',
},
],
});