feat(摩托范): APP内弹窗广告 (#414)

* feat: 新增摩托范弹窗规则

* feat(摩托范): 弹窗广告-添加示例

---------

Co-authored-by: shanlan <hi@gobyte.cn>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
shanlanCoding
2023-09-27 18:13:19 +08:00
committed by GitHub
parent c3c9098c6c
commit a86dcf9763

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jdd.motorfans',
name: '摩托范',
groups: [
{
key: 1,
name: 'APP内弹窗广告',
activityIds: ['com.jdd.motorfans.MTMainActivity'],
rules: [
{
matches:
'RelativeLayout > ImageView[id="com.jdd.motorfans:id/iv_close"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12733646',
exampleUrls:
'https://user-images.githubusercontent.com/44717382/270852019-b0296eaa-a378-49b3-877b-acefca2a7d58.gif',
},
],
},
],
});