mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(SpeedTest): 测速后广告 (#1012)
* feat(SpeedTest): 测速后广告 * feat(SpeedTest): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
22
src/apps/org.zwanoo.android.speedtest.ts
Normal file
22
src/apps/org.zwanoo.android.speedtest.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user