mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
26
src/apps/com.antutu.ABenchMark.ts
Normal file
26
src/apps/com.antutu.ABenchMark.ts
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.antutu.ABenchMark',
|
||||||
|
name: '安兔兔评测',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules:
|
||||||
|
'[id="com.antutu.ABenchMark:id/ksad_splash_circle_skip_left_view"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13233875',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '广告卡片',
|
||||||
|
activityIds: 'com.android.module.app.ui.test.activity.ActivityTestResult',
|
||||||
|
rules: '[text="广告"] + TextView + View > TextView',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13234012',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user