feat(中国农业银行) 通知提示

This commit is contained in:
Kun Jinkao
2024-02-08 19:47:47 +08:00
parent 848056b893
commit 87f59704fc

View File

@@ -46,5 +46,14 @@ export default defineAppConfig({
rules: '[text="允许获取位置信息"] +n * > [text="取消"]', rules: '[text="允许获取位置信息"] +n * > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/14208572', 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',
},
], ],
}); });