mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(中国农业银行) 更新提示、定位提示、通知提示 (#21)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user