feat(滴滴出行): 更新提示

This commit is contained in:
AIsouler
2024-03-13 15:54:05 +08:00
parent e69738fa41
commit dd0e2cf609

View File

@@ -17,5 +17,21 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 2,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '[vid="iv_upgrade_btn_ignore"]',
exampleUrls:
'https://m.gkd.li/57941037/ba2a4ef6-d63d-4d67-ab89-222085ea3b3f',
snapshotUrls: 'https://i.gkd.li/i/14582620',
},
],
},
], ],
}); });