Skip to content

Commit dd0e2cf

Browse files
committed
feat(滴滴出行): 更新提示
1 parent e69738f commit dd0e2cf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/apps/com.sdu.didi.psnger.ts

+16
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,21 @@ export default defineAppConfig({
1717
},
1818
],
1919
},
20+
{
21+
key: 2,
22+
name: '更新提示',
23+
matchTime: 10000,
24+
actionMaximum: 1,
25+
resetMatch: 'app',
26+
rules: [
27+
{
28+
quickFind: true,
29+
matches: '[vid="iv_upgrade_btn_ignore"]',
30+
exampleUrls:
31+
'https://m.gkd.li/57941037/ba2a4ef6-d63d-4d67-ab89-222085ea3b3f',
32+
snapshotUrls: 'https://i.gkd.li/i/14582620',
33+
},
34+
],
35+
},
2036
],
2137
});

0 commit comments

Comments
 (0)