Skip to content

Commit cc31f7a

Browse files
authored
feat(WiFi万能钥匙) 全屏广告-连接WiFi后弹出的广告 (#112)
2 parents 65eeccb + 31f2e54 commit cc31f7a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/apps/com.snda.wifilocating.ts

+14
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,19 @@ export default defineAppConfig({
2626
},
2727
],
2828
},
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+
},
2943
],
3044
});

0 commit comments

Comments
 (0)