feat(SpeedTest): 测速后广告 (#1012)

* feat(SpeedTest): 测速后广告

* feat(SpeedTest): 规则优化

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Adam
2023-10-14 01:35:23 +08:00
committed by GitHub
parent ea0ea42958
commit c5c1ec2508

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'org.zwanoo.android.speedtest',
name: 'SpeedTest',
groups: [
{
key: 1,
name: '测速后广告',
rules: [
{
key: 1,
activityIds: 'com.ookla.mobile4.screens.main.MainViewActivity',
quickFind: true,
matches:
'[id="org.zwanoo.android.speedtest:id/suite_completed_close_ad_button"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12893175',
},
],
},
],
});