feat(AH视频): 开屏, 弹窗 (#1905)

close #1892
This commit is contained in:
walklty
2023-11-07 23:56:39 +08:00
committed by GitHub
parent 3bda5048d7
commit 80e3c72365

View File

@@ -0,0 +1,41 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chunqiu.ah',
name: 'AH视频',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[text^="跳过"][text.length<10]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/13264387',
'https://gkd-kit.gitee.io/import/13264381',
],
},
{
matches: '@ImageView - [text="|"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13264377',
},
],
},
{
key: 1,
name: '弹窗广告',
quickFind: true,
activityIds: 'com.androlua.LuaActivity',
rules: [
{
matches: '@FrameLayout - FrameLayout >2 [text="京东"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13264383',
},
],
},
],
});