feat(小熊有好货): 弹窗广告 (#2256)

This commit is contained in:
Kun Jinkao
2023-11-20 20:42:21 +08:00
committed by GitHub
parent 6d19c7923e
commit 73867b4ecb

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaoxiongyhh',
name: '小熊有好货',
groups: [
{
key: 1,
name: '弹窗广告',
rules: [
{
key: 1,
name: '天降福利',
activityIds: 'com.uzmap.pkg.EntranceActivity',
matches:
'View[childCount=2] > ImageView + Button[childCount=0][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13401975',
},
],
},
],
});