From c5c1ec2508c7ddcd21b82c43940ff38281602b37 Mon Sep 17 00:00:00 2001 From: Adam <3246057843@qq.com> Date: Sat, 14 Oct 2023 01:35:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(SpeedTest):=20=E6=B5=8B=E9=80=9F=E5=90=8E?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1012)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(SpeedTest): 测速后广告 * feat(SpeedTest): 规则优化 --------- Co-authored-by: lisonge --- src/apps/org.zwanoo.android.speedtest.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/org.zwanoo.android.speedtest.ts diff --git a/src/apps/org.zwanoo.android.speedtest.ts b/src/apps/org.zwanoo.android.speedtest.ts new file mode 100644 index 00000000..9e699cb4 --- /dev/null +++ b/src/apps/org.zwanoo.android.speedtest.ts @@ -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', + }, + ], + }, + ], +});