feat(星影视频): 弹窗广告 (#3012)

This commit is contained in:
Kun Jinkao
2023-12-11 19:59:29 +08:00
committed by GitHub
parent 12a28c6a5c
commit 8078103b35

22
src/apps/com.xsj.app.ts Normal file
View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xsj.app',
name: '星影视频',
groups: [
{
key: 1,
name: '弹窗广告',
rules: [
{
key: 0,
name: '腾讯广告',
activityIds: 'com.xsj.app.MainActivity',
matches:
'ImageView -2 FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
snapshotUrls: 'https://i.gkd.li/import/13625504',
},
],
},
],
});