We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5515a6 commit 31f2e54Copy full SHA for 31f2e54
src/apps/com.snda.wifilocating.ts
@@ -26,5 +26,19 @@ export default defineAppConfig({
26
},
27
],
28
29
+ {
30
+ key: 2,
31
+ name: '全屏广告-连接WiFi后弹出的广告',
32
+ desc: '点击关闭',
33
+ rules: [
34
35
+ key: 0,
36
+ activityIds: 'com.wifitutu.ui.tools.SpeedUpBActivity',
37
+ quickFind: true,
38
+ matches: '[vid="native_express_close_proxy"]',
39
+ snapshotUrls: 'https://i.gkd.li/i/14622506',
40
+ },
41
+ ],
42
43
44
});
0 commit comments